Biodegradation of oil at depth

import numpy as np
from datetime import datetime, timedelta
from opendrift.readers import reader_netCDF_CF_generic
from opendrift.models.openoil import OpenOil

o = OpenOil(loglevel=0)  # Set loglevel to 0 for debug information
time = datetime.now()
08:39:15 DEBUG   opendrift.config:161: Adding 16 config items from __init__
08:39:15 DEBUG   opendrift.config:171:   Overwriting config item readers:max_number_of_fails
08:39:15 DEBUG   opendrift.config:161: Adding 6 config items from __init__
08:39:15 INFO    opendrift.models.basemodel:533: OpenDriftSimulation initialised (version 1.11.2 / v1.11.2-45-g6369924)
08:39:15 DEBUG   opendrift.config:161: Adding 15 config items from oceandrift
08:39:15 DEBUG   opendrift.config:171:   Overwriting config item seed:z
08:39:15 DEBUG   opendrift.config:161: Adding 15 config items from openoil

Current from HYCOM and wind from NCEP GFS

o.add_readers_from_list([
    'https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z',
    'https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd'])
o.set_config('environment:constant:ocean_mixed_layer_thickness', 20)
o.set_config('drift', {'current_uncertainty': 0, 'wind_uncertainty': 0, 'horizontal_diffusivity': 20})
08:39:15 DEBUG   opendrift.readers.reader_lazy:38: Delaying initialisation of LazyReader: https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:15 DEBUG   opendrift.readers.reader_lazy:38: Delaying initialisation of LazyReader: https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:15 DEBUG   opendrift.models.basemodel.environment:328: Added reader LazyReader: https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:15 DEBUG   opendrift.models.basemodel.environment:328: Added reader LazyReader: https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:15 INFO    opendrift.config:66: set_config('drift:current_uncertainty', 0)
08:39:15 INFO    opendrift.config:66: set_config('drift:wind_uncertainty', 0)
08:39:15 INFO    opendrift.config:66: set_config('drift:horizontal_diffusivity', 20)

Configuration

o.set_config('drift:vertical_mixing', True)
o.set_config('drift:vertical_mixing', True)
o.set_config('processes:biodegradation', True)
o.set_config('processes:dispersion', False)
o.set_config('biodegradation:method', 'half_time')

Fast decay for droplets, and slow decay for slick

kwargs = {'biodegradation_half_time_slick': 3, # days
          'biodegradation_half_time_droplet': 1, # days
          'oil_type': 'GENERIC MEDIUM CRUDE', 'm3_per_hour': .5, 'diameter': 8e-5}  # small droplets

Seed oil at surface and at 150m depth

time = datetime.today() - timedelta(days=5)
lon = 23.5
lat = 35.0
o.seed_elements(lon=lon, lat=lat, z=0, radius=100, number=3000, time=time, **kwargs)
o.seed_elements(lon=lon, lat=lat, z=-150, radius=100, number=3000, time=time, **kwargs)
08:39:15 INFO    opendrift.models.openoil.openoil:1638: Droplet diameter is provided, and will be kept constant during simulation
08:39:15 INFO    opendrift.models.openoil.adios.dirjs:90: Querying ADIOS database for oil: GENERIC MEDIUM CRUDE
08:39:15 DEBUG   opendrift.models.openoil.adios.oil:76: Parsing Oil: AD04001 / GENERIC MEDIUM CRUDE
08:39:15 INFO    opendrift.models.openoil.openoil:1719: Using density 880.4 and viscosity 2.230881193744365e-05 of oiltype GENERIC MEDIUM CRUDE
08:39:15 DEBUG   opendrift.readers.basereader:176: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
08:39:15 DEBUG   opendrift.models.basemodel.environment:328: Added reader constant_reader
08:39:15 INFO    opendrift.models.basemodel.environment:218: Adding a dynamical landmask with max. priority based on assumed maximum speed of 1.3 m/s. Adding a customised landmask may be faster...
08:39:15 DEBUG   opendrift.readers.basereader:176: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
08:39:20 DEBUG   opendrift.models.basemodel.environment:328: Added reader global_landmask
08:39:20 INFO    opendrift.models.basemodel.environment:245: Fallback values will be used for the following variables which have no readers:
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_surface_height: 0.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    upward_sea_water_velocity: 0.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_surface_wave_significant_height: 0.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_surface_wave_stokes_drift_x_velocity: 0.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_surface_wave_stokes_drift_y_velocity: 0.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_surface_wave_period_at_variance_spectral_density_maximum: 0.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_ice_area_fraction: 0.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_ice_x_velocity: 0.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_ice_y_velocity: 0.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_water_temperature: 10.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_water_salinity: 34.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    sea_floor_depth_below_sea_level: 10000.000000
08:39:20 INFO    opendrift.models.basemodel.environment:248:    ocean_vertical_diffusivity: 0.020000
08:39:20 DEBUG   opendrift.models.basemodel:92: Changed mode from Mode.Config to Mode.Ready
08:39:20 INFO    opendrift.models.openoil.openoil:1638: Droplet diameter is provided, and will be kept constant during simulation
08:39:20 INFO    opendrift.models.openoil.adios.dirjs:90: Querying ADIOS database for oil: GENERIC MEDIUM CRUDE
08:39:20 DEBUG   opendrift.models.openoil.adios.oil:76: Parsing Oil: AD04001 / GENERIC MEDIUM CRUDE
08:39:20 INFO    opendrift.models.openoil.openoil:1719: Using density 880.4 and viscosity 2.230881193744365e-05 of oiltype GENERIC MEDIUM CRUDE

Running model

o.run(duration=timedelta(days=5), time_step=3600, outfile='oil.nc')
08:39:20 DEBUG   opendrift.models.basemodel:92: Changed mode from Mode.Ready to Mode.Run
08:39:20 DEBUG   opendrift.models.basemodel:1751:
------------------------------------------------------
Software and hardware:
  OpenDrift version 1.11.2
  Platform: Linux, 5.15.0-1056-aws
  68.56775283813477 GB memory
  36 processors (x86_64)
  NumPy version 1.26.4
  SciPy version 1.13.0
  Matplotlib version 3.8.4
  NetCDF4 version 1.6.1
  Xarray version 2024.5.0
  Python version 3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:40:35) [GCC 12.3.0]
------------------------------------------------------

08:39:20 DEBUG   opendrift.models.basemodel:1883: Finalizing environment and preparing readers for simulation coverage ([17.320116865357402, 29.937168348157726, 29.680066240111348, 40.06288505760399]) and time (2024-05-18 08:39:15.336386 to 2024-05-23 08:39:15.336386)
08:39:20 DEBUG   opendrift.models.basemodel.environment:180:    Preparing LazyReader: https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z for extent [17.320116865357402, 29.937168348157726, 29.680066240111348, 40.06288505760399]
08:39:20 DEBUG   opendrift.models.basemodel.environment:180:    Preparing LazyReader: https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd for extent [17.320116865357402, 29.937168348157726, 29.680066240111348, 40.06288505760399]
08:39:20 DEBUG   opendrift.models.basemodel.environment:180:    Preparing constant_reader for extent [17.320116865357402, 29.937168348157726, 29.680066240111348, 40.06288505760399]
08:39:20 DEBUG   opendrift.readers.basereader.variables:549: Nothing more to prepare for constant_reader
08:39:20 DEBUG   opendrift.models.basemodel.environment:180:    Preparing global_landmask for extent [17.320116865357402, 29.937168348157726, 29.680066240111348, 40.06288505760399]
08:39:20 DEBUG   opendrift.readers.basereader.variables:549: Nothing more to prepare for global_landmask
08:39:22 INFO    opendrift.models.basemodel:911: Using existing reader for land_binary_mask
08:39:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:22 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:22 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:22 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:22 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:22 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:22 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:22 INFO    opendrift.models.basemodel:922: All points are in ocean
08:39:22 INFO    opendrift.models.openoil.openoil:687: Oil-water surface tension is 0.031402 Nm
08:39:22 INFO    opendrift.models.openoil.openoil:700: Max water fraction not available for GENERIC MEDIUM CRUDE, using default
08:39:22 DEBUG   opendrift.models.basemodel:866: to be seeded: 6000, already seeded 0
08:39:22 DEBUG   opendrift.models.basemodel:884: Released 6000 new elements.
08:39:22 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:22 INFO    opendrift.models.basemodel:2011: 2024-05-18 08:39:15.336386 - step 1 of 120 - 6000 active elements (0 deactivated)
08:39:22 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:22 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:22 DEBUG   opendrift.models.basemodel:2030:               34.996628 <- latitude  -> 35.003426
08:39:22 DEBUG   opendrift.models.basemodel:2035:               23.496576 <- longitude -> 23.503607
08:39:22 DEBUG   opendrift.models.basemodel:2040:               -150.0   <- z ->   0.0
08:39:22 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:22 DEBUG   opendrift.models.basemodel.environment:581: Variables not covered by any reader: ['sea_surface_height', 'x_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity', 'y_wind', 'sea_floor_depth_below_sea_level', 'x_wind']
08:39:22 DEBUG   opendrift.readers.reader_lazy:57: Initialising: LazyReader: https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:22 INFO    opendrift.readers.reader_netCDF_CF_generic:102: Opening dataset: https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:23 DEBUG   opendrift.readers.reader_netCDF_CF_generic:119: Finding coordinate variables.
08:39:23 INFO    opendrift.readers.reader_netCDF_CF_generic:281: Grid coordinates are detected, but proj4 string not given: assuming latlong
08:39:23 INFO    opendrift.readers.reader_netCDF_CF_generic:314: Detected dimensions: {'z': 'depth', 'y': 'lat', 'x': 'lon', 'time': 'time'}
08:39:23 DEBUG   opendrift.readers.basereader.variables:608: Setting buffer size 9 for reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z, assuming a maximum average speed of 5 m/s and time span of 3:00:00
08:39:23 INFO    opendrift.readers.basereader:166: Variable x_sea_water_velocity will be rotated from eastward_sea_water_velocity
08:39:23 INFO    opendrift.readers.basereader:166: Variable y_sea_water_velocity will be rotated from northward_sea_water_velocity
08:39:23 DEBUG   opendrift.readers.basereader:176: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
08:39:23 DEBUG   opendrift.readers.basereader.variables:563: Adding variable mapping: ['x_sea_water_velocity', 'y_sea_water_velocity'] -> sea_water_speed
08:39:23 DEBUG   opendrift.readers.basereader.structured:153: Clearing cache for reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z before starting new simulation
08:39:23 DEBUG   opendrift.readers.basereader.variables:608: Setting buffer size 4 for reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z, assuming a maximum average speed of 1.3 m/s and time span of 3:00:00
08:39:23 DEBUG   opendrift.readers.basereader.variables:549: Nothing more to prepare for https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:23 DEBUG   opendrift.readers.reader_lazy:72: Reader initialised: https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:23 DEBUG   opendrift.readers.basereader.variables:608: Setting buffer size 4 for reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z, assuming a maximum average speed of 1.3 m/s and time span of 3:00:00
08:39:23 DEBUG   opendrift.readers.reader_lazy:57: Initialising: LazyReader: https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:23 INFO    opendrift.readers.reader_netCDF_CF_generic:102: Opening dataset: https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:24 DEBUG   opendrift.readers.reader_netCDF_CF_generic:119: Finding coordinate variables.
08:39:24 DEBUG   opendrift.readers.reader_netCDF_CF_generic:258: Lon and lat are 1D arrays - using as projection coordinates
08:39:24 INFO    opendrift.readers.reader_netCDF_CF_generic:314: Detected dimensions: {'time': 'time', 'x': 'longitude', 'y': 'latitude'}
08:39:24 DEBUG   opendrift.readers.basereader.variables:608: Setting buffer size 3 for reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd, assuming a maximum average speed of 5 m/s and time span of 3:00:00
08:39:24 INFO    opendrift.readers.basereader:166: Variable x_wind will be rotated from eastward_wind
08:39:24 INFO    opendrift.readers.basereader:166: Variable y_wind will be rotated from northward_wind
08:39:24 DEBUG   opendrift.readers.basereader:176: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
08:39:24 DEBUG   opendrift.readers.basereader.variables:563: Adding variable mapping: ['x_wind', 'y_wind'] -> wind_speed
08:39:24 DEBUG   opendrift.readers.basereader.structured:153: Clearing cache for reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd before starting new simulation
08:39:24 DEBUG   opendrift.readers.basereader.variables:608: Setting buffer size 3 for reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd, assuming a maximum average speed of 1.3 m/s and time span of 3:00:00
08:39:24 DEBUG   opendrift.readers.basereader.variables:549: Nothing more to prepare for https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:24 DEBUG   opendrift.readers.reader_lazy:72: Reader initialised: https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:24 DEBUG   opendrift.readers.basereader.variables:608: Setting buffer size 3 for reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd, assuming a maximum average speed of 1.3 m/s and time span of 3:00:00
08:39:24 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:24 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:24 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:24 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:24 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:24 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:24 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:24 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:24 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:24 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:24 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:24 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:24 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:24 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:24 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:24 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:24 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:24 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:24 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:24 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:24 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:24 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:24 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:24 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:24 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:24 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:24 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:24 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:24 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:24 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 06:00:00 (before)
                2024-05-18 09:00:00 (after)
08:39:24 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:39:27 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:39:28 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:28 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:39:28 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:39:28 DEBUG   opendrift.readers.basereader.structured:291: Fetched env-block (size 8x9x23) for time before (2024-05-18 06:00:00)
08:39:28 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:39:30 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:39:34 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:34 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:39:34 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:39:34 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x9x23) for time after (2024-05-18 09:00:00)
08:39:34 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 06:00:00) in space  (linearNDFast)
08:39:34 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:34 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 09:00:00) in space  (linearNDFast)
08:39:34 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:34 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 06:00:00, weight 0.12) and
                      after (2024-05-18 09:00:00, weight 0.88) in time
08:39:34 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:34 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:34 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:34 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:34 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:34 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:34 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:34 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:34 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:34 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:34 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 06:00:00 (before)
                2024-05-18 09:00:00 (after)
08:39:34 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:39:35 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:39:35 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:35 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:39:35 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:39:35 DEBUG   opendrift.readers.basereader.structured:291: Fetched env-block (size 7x7x1) for time before (2024-05-18 06:00:00)
08:39:35 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:39:35 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:39:35 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:35 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:39:35 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:39:35 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x7x1) for time after (2024-05-18 09:00:00)
08:39:35 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 06:00:00) in space  (linearNDFast)
08:39:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:35 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 09:00:00) in space  (linearNDFast)
08:39:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:35 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 06:00:00, weight 0.12) and
                      after (2024-05-18 09:00:00, weight 0.88) in time
08:39:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:35 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:35 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:35 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:35 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: 0.000580017 (min) 0.0787355 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.514716 (min) 0.627066 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.94196 (min) 1.98093 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.04621 (min) -2.02472 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:35 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:35 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.195268, mean: 0.197381, max: 0.197946
08:39:35 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:35 DEBUG   opendrift.models.physics_methods:1058:    min: 2.407384, mean: 2.420370, max: 2.423833
08:39:35 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.407384, mean: 2.420370, max: 2.423833
08:39:35 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:35 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:35 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:35 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:35 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:35 DEBUG   opendrift.models.openoil.openoil:861:         Emulsification not yet started
08:39:35 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:35 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:35 DEBUG   opendrift.models.physics_methods:1058:    min: 2.407384, mean: 2.420370, max: 2.423833
08:39:35 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:35 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002676, dN_50: 0.000210
08:39:37 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:37 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.002907525931963711
08:39:37 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:37 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:37 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:37 DEBUG   opendrift.models.physics_methods:912: Advecting 3000 of 6000 elements above 0.100m with wind-sheared ocean current (0.084522 m/s - 0.085099 m/s)
08:39:37 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:37 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0022460362237508094 and 0.48135814700051643 m/s
08:39:37 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:37 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:37 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:37 INFO    opendrift.models.basemodel:2011: 2024-05-18 09:39:15.336386 - step 2 of 120 - 6000 active elements (0 deactivated)
08:39:37 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:37 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:37 DEBUG   opendrift.models.basemodel:2030:               35.00287337646679 <- latitude  -> 35.03001229190715
08:39:37 DEBUG   opendrift.models.basemodel:2035:               23.484745946608623 <- longitude -> 23.520374609652073
08:39:37 DEBUG   opendrift.models.basemodel:2040:               -150.17516672978425   <- z ->   0.0
08:39:37 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:37 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 09:00:00 (before)
                2024-05-18 12:00:00 (after)
08:39:37 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:39:38 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:39:40 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:40 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:39:40 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:39:40 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 9x8x24) for time after (2024-05-18 12:00:00)
08:39:40 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 09:00:00) in space  (linearNDFast)
08:39:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:40 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:40 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 09:00:00, weight 0.78) and
                      after (2024-05-18 12:00:00, weight 0.22) in time
08:39:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:40 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:40 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 09:00:00 (before)
                2024-05-18 12:00:00 (after)
08:39:40 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:39:40 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:39:40 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:40 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:39:40 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:39:40 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-18 12:00:00)
08:39:40 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 09:00:00) in space  (linearNDFast)
08:39:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:40 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:40 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 09:00:00, weight 0.78) and
                      after (2024-05-18 12:00:00, weight 0.22) in time
08:39:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:40 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:40 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:40 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:40 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: 0.00388186 (min) 0.124545 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.46623 (min) 0.637101 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.00555 (min) 1.24629 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.85123 (min) -1.74416 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:40 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:40 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.107915, mean: 0.112438, max: 0.114058
08:39:40 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:40 DEBUG   opendrift.models.physics_methods:1058:    min: 1.789658, mean: 1.826777, max: 1.839897
08:39:40 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.789658, mean: 1.826777, max: 1.839897
08:39:40 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:40 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:40 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:40 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:40 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:40 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:40 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:40 DEBUG   opendrift.models.physics_methods:1058:    min: 1.789658, mean: 1.826777, max: 1.839897
08:39:40 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:40 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.003767, dN_50: 0.000296
08:39:41 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:41 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0016771276857030044
08:39:41 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:41 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:41 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:41 DEBUG   opendrift.models.physics_methods:912: Advecting 3000 of 6000 elements above 0.100m with wind-sheared ocean current (0.062834 m/s - 0.064528 m/s)
08:39:41 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:41 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0006187029221147531 and 0.45730975932548934 m/s
08:39:41 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:41 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:41 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:41 INFO    opendrift.models.basemodel:2011: 2024-05-18 10:39:15.336386 - step 3 of 120 - 6000 active elements (0 deactivated)
08:39:41 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:41 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:41 DEBUG   opendrift.models.basemodel:2030:               35.01676552781861 <- latitude  -> 35.05234025169351
08:39:41 DEBUG   opendrift.models.basemodel:2035:               23.485118006962466 <- longitude -> 23.530857400004646
08:39:41 DEBUG   opendrift.models.basemodel:2040:               -149.71929421800513   <- z ->   0.0
08:39:41 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:41 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 09:00:00 (before)
                2024-05-18 12:00:00 (after)
08:39:41 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 09:00:00) in space  (linearNDFast)
08:39:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:41 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:41 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 09:00:00, weight 0.45) and
                      after (2024-05-18 12:00:00, weight 0.55) in time
08:39:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 09:00:00 (before)
                2024-05-18 12:00:00 (after)
08:39:41 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 09:00:00) in space  (linearNDFast)
08:39:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:41 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:41 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 09:00:00, weight 0.45) and
                      after (2024-05-18 12:00:00, weight 0.55) in time
08:39:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:41 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:41 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:41 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: 0.0375977 (min) 0.175877 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.421192 (min) 0.625559 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.298534 (min) -0.0398936 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.13157 (min) -1.01574 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:41 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.025419, mean: 0.028975, max: 0.033633
08:39:41 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:41 DEBUG   opendrift.models.physics_methods:1058:    min: 0.868585, mean: 0.927189, max: 0.999109
08:39:41 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.868585, mean: 0.927189, max: 0.999109
08:39:41 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:41 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:41 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:41 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:41 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:41 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:41 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:41 DEBUG   opendrift.models.physics_methods:1058:    min: 0.868585, mean: 0.927189, max: 0.999109
08:39:41 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:41 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.008437, dN_50: 0.000662
08:39:41 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:41 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0004975060598027863
08:39:41 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:41 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:41 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:41 DEBUG   opendrift.models.physics_methods:912: Advecting 3000 of 6000 elements above 0.100m with wind-sheared ocean current (0.030651 m/s - 0.035078 m/s)
08:39:41 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:41 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0017541404241848248 and 0.49065842250043995 m/s
08:39:41 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:41 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:41 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:41 INFO    opendrift.models.basemodel:2011: 2024-05-18 11:39:15.336386 - step 4 of 120 - 6000 active elements (0 deactivated)
08:39:41 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:41 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:41 DEBUG   opendrift.models.basemodel:2030:               35.02980364173185 <- latitude  -> 35.07728967125449
08:39:41 DEBUG   opendrift.models.basemodel:2035:               23.480440889579825 <- longitude -> 23.537800987316334
08:39:41 DEBUG   opendrift.models.basemodel:2040:               -149.09442657248135   <- z ->   0.0
08:39:41 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:41 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 09:00:00 (before)
                2024-05-18 12:00:00 (after)
08:39:41 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 09:00:00) in space  (linearNDFast)
08:39:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:41 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:41 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 09:00:00, weight 0.12) and
                      after (2024-05-18 12:00:00, weight 0.88) in time
08:39:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 09:00:00 (before)
                2024-05-18 12:00:00 (after)
08:39:41 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 09:00:00) in space  (linearNDFast)
08:39:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:41 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:41 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 09:00:00, weight 0.12) and
                      after (2024-05-18 12:00:00, weight 0.88) in time
08:39:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:41 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:41 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:41 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: 0.0712531 (min) 0.218889 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.380193 (min) 0.616159 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.53145 (min) -1.24821 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -0.397702 (min) -0.27938 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:41 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:41 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.040422, mean: 0.049491, max: 0.061545
08:39:41 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:41 DEBUG   opendrift.models.physics_methods:1058:    min: 1.095313, mean: 1.211457, max: 1.351536
08:39:41 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.095313, mean: 1.211457, max: 1.351536
08:39:41 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:41 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:41 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:41 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:41 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:41 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:41 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:41 DEBUG   opendrift.models.physics_methods:1058:    min: 1.095313, mean: 1.211457, max: 1.351536
08:39:41 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:41 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.006156, dN_50: 0.000483
08:39:41 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:41 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0009069043054748966
08:39:41 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:41 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:41 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:41 DEBUG   opendrift.models.physics_methods:912: Advecting 3000 of 6000 elements above 0.100m with wind-sheared ocean current (0.038966 m/s - 0.047452 m/s)
08:39:41 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:41 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0015934277674514868 and 0.4558445351294395 m/s
08:39:41 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:41 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:41 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:41 INFO    opendrift.models.basemodel:2011: 2024-05-18 12:39:15.336386 - step 5 of 120 - 6000 active elements (0 deactivated)
08:39:41 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:41 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:41 DEBUG   opendrift.models.basemodel:2030:               35.0396498273601 <- latitude  -> 35.10195181890063
08:39:41 DEBUG   opendrift.models.basemodel:2035:               23.479372551001877 <- longitude -> 23.553370407291286
08:39:41 DEBUG   opendrift.models.basemodel:2040:               -148.1223754816824   <- z ->   0.0
08:39:41 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:41 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:41 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 12:00:00 (before)
                2024-05-18 15:00:00 (after)
08:39:41 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:39:44 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:39:46 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:46 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:39:46 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:39:46 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:39:46 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 9x10x23) for time after (2024-05-18 15:00:00)
08:39:46 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:46 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:46 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 12:00:00, weight 0.78) and
                      after (2024-05-18 15:00:00, weight 0.22) in time
08:39:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:46 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:46 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 12:00:00 (before)
                2024-05-18 15:00:00 (after)
08:39:46 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:39:46 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:39:46 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:46 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:39:46 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:39:46 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-18 15:00:00)
08:39:46 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:46 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:46 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 12:00:00, weight 0.78) and
                      after (2024-05-18 15:00:00, weight 0.22) in time
08:39:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:46 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:46 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:46 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:46 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: 0.0890957 (min) 0.243141 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.345051 (min) 0.605179 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.03413 (min) -0.79118 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.392876 (min) 0.64192 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:46 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:46 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.022467, mean: 0.025630, max: 0.031662
08:39:46 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:46 DEBUG   opendrift.models.physics_methods:1058:    min: 0.816584, mean: 0.872004, max: 0.969388
08:39:46 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.816584, mean: 0.872004, max: 0.969388
08:39:46 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:46 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:46 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:46 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:47 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:47 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:47 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:47 DEBUG   opendrift.models.physics_methods:1058:    min: 0.816584, mean: 0.872004, max: 0.969388
08:39:47 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:47 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.009086, dN_50: 0.000713
08:39:47 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:47 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0004685926581649877
08:39:47 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:47 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:47 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:47 DEBUG   opendrift.models.physics_methods:912: Advecting 3000 of 6000 elements above 0.100m with wind-sheared ocean current (0.029291 m/s - 0.034035 m/s)
08:39:47 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:47 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0036340290906254212 and 0.465993503464017 m/s
08:39:47 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:47 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:47 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:47 INFO    opendrift.models.basemodel:2011: 2024-05-18 13:39:15.336386 - step 6 of 120 - 6000 active elements (0 deactivated)
08:39:47 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:47 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:47 DEBUG   opendrift.models.basemodel:2030:               35.049730624193785 <- latitude  -> 35.11967747996443
08:39:47 DEBUG   opendrift.models.basemodel:2035:               23.481276118492307 <- longitude -> 23.566892916403805
08:39:47 DEBUG   opendrift.models.basemodel:2040:               -147.5108683519258   <- z ->   0.0
08:39:47 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:47 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:47 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 12:00:00 (before)
                2024-05-18 15:00:00 (after)
08:39:47 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:47 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:47 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 12:00:00, weight 0.45) and
                      after (2024-05-18 15:00:00, weight 0.55) in time
08:39:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:47 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 12:00:00 (before)
                2024-05-18 15:00:00 (after)
08:39:47 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:47 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:47 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 12:00:00, weight 0.45) and
                      after (2024-05-18 15:00:00, weight 0.55) in time
08:39:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:47 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:47 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:47 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: 0.0884403 (min) 0.259624 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.304479 (min) 0.586062 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.253638 (min) 0.619302 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.13422 (min) 1.60317 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:47 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.033229, mean: 0.052306, max: 0.072661
08:39:47 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:47 DEBUG   opendrift.models.physics_methods:1058:    min: 0.993095, mean: 1.244891, max: 1.468519
08:39:47 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.993095, mean: 1.244891, max: 1.468519
08:39:47 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:47 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:47 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:47 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:47 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:47 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:47 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:47 DEBUG   opendrift.models.physics_methods:1058:    min: 0.993095, mean: 1.244891, max: 1.468519
08:39:47 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:47 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005976, dN_50: 0.000469
08:39:47 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:47 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0010699359499035171
08:39:47 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:47 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:47 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:47 DEBUG   opendrift.models.physics_methods:912: Advecting 3000 of 6000 elements above 0.100m with wind-sheared ocean current (0.034867 m/s - 0.048138 m/s)
08:39:47 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:47 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.004161841768363598 and 0.445781632089122 m/s
08:39:47 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:47 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:47 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:47 INFO    opendrift.models.basemodel:2011: 2024-05-18 14:39:15.336386 - step 7 of 120 - 6000 active elements (0 deactivated)
08:39:47 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:47 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:47 DEBUG   opendrift.models.basemodel:2030:               35.058420317550066 <- latitude  -> 35.1365503403193
08:39:47 DEBUG   opendrift.models.basemodel:2035:               23.482330352419766 <- longitude -> 23.577222901349202
08:39:47 DEBUG   opendrift.models.basemodel:2040:               -146.53316508425527   <- z ->   0.0
08:39:47 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:47 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:47 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 12:00:00 (before)
                2024-05-18 15:00:00 (after)
08:39:47 WARNING opendrift.readers.basereader.structured:324: Data block from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z not large enough to cover element positions within timestep. Buffer size (4) must be increased. See `Variables.set_buffer_size`.
08:39:47 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
/root/project/opendrift/readers/interpolation/interpolators.py:17: RuntimeWarning: overflow encountered in cast
  data[mask] = np.finfo(np.float64).min
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 212 elements, expanding data 1
08:39:47 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:47 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 12:00:00, weight 0.12) and
                      after (2024-05-18 15:00:00, weight 0.88) in time
08:39:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:47 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 12:00:00 (before)
                2024-05-18 15:00:00 (after)
08:39:47 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 12:00:00) in space  (linearNDFast)
08:39:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:47 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:47 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 12:00:00, weight 0.12) and
                      after (2024-05-18 15:00:00, weight 0.88) in time
08:39:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:47 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:47 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:47 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: 0.0796227 (min) 0.280015 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.261813 (min) 0.572461 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.287 (min) 1.95154 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.77765 (min) 2.49118 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:47 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:47 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.118484, mean: 0.180820, max: 0.244116
08:39:47 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:47 DEBUG   opendrift.models.physics_methods:1058:    min: 1.875249, mean: 2.314746, max: 2.691704
08:39:47 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.875249, mean: 2.314746, max: 2.691704
08:39:47 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:47 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:47 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:47 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:47 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:47 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:47 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:47 DEBUG   opendrift.models.physics_methods:1058:    min: 1.875249, mean: 2.314746, max: 2.691704
08:39:47 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:47 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002881, dN_50: 0.000226
08:39:47 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:47 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.003584710596454301
08:39:47 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:47 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:47 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:47 DEBUG   opendrift.models.physics_methods:912: Advecting 3000 of 6000 elements above 0.100m with wind-sheared ocean current (0.065839 m/s - 0.089014 m/s)
08:39:47 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:47 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0010419219817162152 and 0.4256272139196229 m/s
08:39:47 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:47 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:47 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:47 INFO    opendrift.models.basemodel:2011: 2024-05-18 15:39:15.336386 - step 8 of 120 - 6000 active elements (0 deactivated)
08:39:47 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:47 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:47 DEBUG   opendrift.models.basemodel:2030:               35.06835285090271 <- latitude  -> 35.15487693637678
08:39:47 DEBUG   opendrift.models.basemodel:2035:               23.485634894889436 <- longitude -> 23.58983047781538
08:39:47 DEBUG   opendrift.models.basemodel:2040:               -146.1128916451689   <- z ->   0.0
08:39:47 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:47 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:47 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:47 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 15:00:00 (before)
                2024-05-18 18:00:00 (after)
08:39:47 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:39:49 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:39:50 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:50 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:39:50 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:39:50 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:39:50 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 10x10x23) for time after (2024-05-18 18:00:00)
08:39:50 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:50 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:50 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 15:00:00, weight 0.78) and
                      after (2024-05-18 18:00:00, weight 0.22) in time
08:39:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:50 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:50 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 15:00:00 (before)
                2024-05-18 18:00:00 (after)
08:39:50 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:39:50 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:39:50 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:50 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:39:50 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:39:50 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-18 18:00:00)
08:39:50 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:50 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:50 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 15:00:00, weight 0.78) and
                      after (2024-05-18 18:00:00, weight 0.22) in time
08:39:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:50 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:50 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:50 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:50 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: 0.0603622 (min) 0.287707 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.224204 (min) 0.511013 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.128713 (min) 0.329932 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.48829 (min) 2.17933 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:50 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:50 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.054897, mean: 0.083521, max: 0.119515
08:39:50 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:50 DEBUG   opendrift.models.physics_methods:1058:    min: 1.276448, mean: 1.571475, max: 1.883390
08:39:50 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.276448, mean: 1.571475, max: 1.883390
08:39:51 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:51 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:51 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:51 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:51 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:51 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:51 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:51 DEBUG   opendrift.models.physics_methods:1058:    min: 1.276448, mean: 1.571476, max: 1.883390
08:39:51 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:51 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.004557, dN_50: 0.000358
08:39:51 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:51 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0017571548446156803
08:39:51 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:51 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:51 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:51 DEBUG   opendrift.models.physics_methods:912: Advecting 3000 of 6000 elements above 0.100m with wind-sheared ocean current (0.044815 m/s - 0.059512 m/s)
08:39:51 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:51 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0018810156762602741 and 0.40454949578149074 m/s
08:39:51 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:51 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:51 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:51 INFO    opendrift.models.basemodel:2011: 2024-05-18 16:39:15.336386 - step 9 of 120 - 6000 active elements (0 deactivated)
08:39:51 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:51 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:51 DEBUG   opendrift.models.basemodel:2030:               35.07251112571827 <- latitude  -> 35.16789625073013
08:39:51 DEBUG   opendrift.models.basemodel:2035:               23.483361706794902 <- longitude -> 23.599890945888003
08:39:51 DEBUG   opendrift.models.basemodel:2040:               -145.24482834189752   <- z ->   0.0
08:39:51 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:51 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:51 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 15:00:00 (before)
                2024-05-18 18:00:00 (after)
08:39:51 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:51 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:51 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:51 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:51 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 15:00:00, weight 0.45) and
                      after (2024-05-18 18:00:00, weight 0.55) in time
08:39:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:51 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 15:00:00 (before)
                2024-05-18 18:00:00 (after)
08:39:51 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:51 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:51 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:51 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:51 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 15:00:00, weight 0.45) and
                      after (2024-05-18 18:00:00, weight 0.55) in time
08:39:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:51 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:51 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:51 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:51 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:51 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:51 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: 0.0473274 (min) 0.290819 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.180321 (min) 0.462625 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.85199 (min) -2.6189 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.761833 (min) 1.3782 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:51 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.202460, mean: 0.210684, max: 0.219839
08:39:51 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:51 DEBUG   opendrift.models.physics_methods:1058:    min: 2.451313, mean: 2.500570, max: 2.554359
08:39:51 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.451313, mean: 2.500570, max: 2.554359
08:39:51 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:51 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:51 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:51 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:51 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:51 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:51 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:51 DEBUG   opendrift.models.physics_methods:1058:    min: 2.451313, mean: 2.500570, max: 2.554359
08:39:51 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:51 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002632, dN_50: 0.000207
08:39:51 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:51 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0032286393678298496
08:39:51 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:51 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:51 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:51 DEBUG   opendrift.models.physics_methods:912: Advecting 3000 of 6000 elements above 0.100m with wind-sheared ocean current (0.086064 m/s - 0.089682 m/s)
08:39:51 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:51 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.00030840357758222376 and 0.4484315123261148 m/s
08:39:51 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:51 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:51 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:51 INFO    opendrift.models.basemodel:2011: 2024-05-18 17:39:15.336386 - step 10 of 120 - 6000 active elements (0 deactivated)
08:39:51 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:51 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:51 DEBUG   opendrift.models.basemodel:2030:               35.0826777469112 <- latitude  -> 35.1833678650985
08:39:51 DEBUG   opendrift.models.basemodel:2035:               23.48033964925328 <- longitude -> 23.615744455006624
08:39:51 DEBUG   opendrift.models.basemodel:2040:               -144.12307823955237   <- z ->   0.0
08:39:51 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:51 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:51 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 15:00:00 (before)
                2024-05-18 18:00:00 (after)
08:39:51 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:51 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:51 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:51 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:51 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 15:00:00, weight 0.12) and
                      after (2024-05-18 18:00:00, weight 0.88) in time
08:39:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:51 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 15:00:00 (before)
                2024-05-18 18:00:00 (after)
08:39:51 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 15:00:00) in space  (linearNDFast)
08:39:51 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:51 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:51 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:51 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 15:00:00, weight 0.12) and
                      after (2024-05-18 18:00:00, weight 0.88) in time
08:39:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:51 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:51 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:51 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:51 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:51 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:51 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: 0.019241 (min) 0.291702 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.135421 (min) 0.416716 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.75467 (min) -4.92932 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -0.00518844 (min) 0.73933 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:51 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:51 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.608975, mean: 0.724570, max: 0.815390
08:39:51 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:51 DEBUG   opendrift.models.physics_methods:1058:    min: 4.251373, mean: 4.635706, max: 4.919401
08:39:51 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.251373, mean: 4.635706, max: 4.919401
08:39:51 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:51 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:51 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:51 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:51 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:51 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:51 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:51 DEBUG   opendrift.models.physics_methods:1058:    min: 4.251373, mean: 4.635706, max: 4.919401
08:39:51 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:51 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001290, dN_50: 0.000101
08:39:51 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:51 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01196374730524938
08:39:51 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:51 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:51 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 3000 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2995 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2990 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2983 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2975 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2967 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2959 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2958 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2955 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 9 of 2948 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2939 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2930 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2926 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2923 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2918 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2911 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2904 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2896 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2891 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2886 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2881 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2876 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 6 of 2871 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2866 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2861 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2856 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2853 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 6 of 2848 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2842 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2841 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 12 of 2838 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2826 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 6 of 2824 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2818 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 9 of 2815 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2806 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 6 of 2803 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2797 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2792 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2785 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2780 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 9 of 2775 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2766 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 9 of 2762 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2753 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 6 of 2745 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2740 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2735 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2732 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2727 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2720 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 6 of 2720 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2716 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 6 of 2709 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2703 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2696 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2693 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2687 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 6 of 2683 surface elements
08:39:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2677 surface elements
08:39:51 DEBUG   opendrift.models.physics_methods:912: Advecting 2673 of 6000 elements above 0.100m with wind-sheared ocean current (0.013458 m/s - 0.172717 m/s)
08:39:51 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:51 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0012327289283346158 and 0.44041950270747726 m/s
08:39:51 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:51 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:51 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:51 INFO    opendrift.models.basemodel:2011: 2024-05-18 18:39:15.336386 - step 11 of 120 - 6000 active elements (0 deactivated)
08:39:51 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:51 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:51 DEBUG   opendrift.models.basemodel:2030:               35.08718627338976 <- latitude  -> 35.193129326869986
08:39:51 DEBUG   opendrift.models.basemodel:2035:               23.47201328523809 <- longitude -> 23.627939407848487
08:39:51 DEBUG   opendrift.models.basemodel:2040:               -143.440988343452   <- z ->   0.0
08:39:51 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:51 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:51 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:51 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 18:00:00 (before)
                2024-05-18 21:00:00 (after)
08:39:51 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:39:52 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:39:52 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:52 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:39:52 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:39:52 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:39:52 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 10x10x23) for time after (2024-05-18 21:00:00)
08:39:52 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:52 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:52 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 18:00:00, weight 0.78) and
                      after (2024-05-18 21:00:00, weight 0.22) in time
08:39:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:52 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:52 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 18:00:00 (before)
                2024-05-18 21:00:00 (after)
08:39:52 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:39:52 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:39:52 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:52 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:39:52 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:39:52 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-18 21:00:00)
08:39:52 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:52 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:52 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 18:00:00, weight 0.78) and
                      after (2024-05-18 21:00:00, weight 0.22) in time
08:39:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:52 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:52 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:52 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.064243 (min) 0.291472 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0988032 (min) 0.38183 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -6.35119 (min) -5.32664 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.102889 (min) 0.942801 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:52 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.714597, mean: 0.868245, max: 0.995519
08:39:52 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:52 DEBUG   opendrift.models.physics_methods:1058:    min: 4.605322, mean: 5.074432, max: 5.435687
08:39:52 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.605322, mean: 5.074432, max: 5.435687
08:39:52 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:52 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:52 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:52 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:52 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:52 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:52 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:52 DEBUG   opendrift.models.physics_methods:1058:    min: 4.605322, mean: 5.074431, max: 5.435687
08:39:52 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:52 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001179, dN_50: 0.000093
08:39:52 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:52 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01460575753346618
08:39:52 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:52 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:52 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 11 of 2671 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 11 of 2660 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2649 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 9 of 2645 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 14 of 2636 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 12 of 2623 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 14 of 2611 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 15 of 2597 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 22 of 2582 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 14 of 2561 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2548 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2541 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 11 of 2532 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 9 of 2521 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 14 of 2512 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 15 of 2498 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2484 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2479 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 14 of 2475 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 12 of 2462 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2450 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 12 of 2446 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2435 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2427 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 9 of 2422 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2413 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2404 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 13 of 2403 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2390 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2380 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2372 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2362 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2354 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2344 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2336 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 18 of 2326 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 11 of 2309 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2299 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 12 of 2293 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 9 of 2281 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 9 of 2272 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2264 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2259 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 13 of 2249 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2237 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2232 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2223 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 9 of 2219 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 16 of 2211 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2195 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2185 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2179 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 13 of 2175 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 10 of 2163 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2154 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 7 of 2148 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 11 of 2141 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2131 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2126 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 6 of 2123 surface elements
08:39:52 DEBUG   opendrift.models.physics_methods:912: Advecting 2120 of 6000 elements above 0.100m with wind-sheared ocean current (0.026392 m/s - 0.190844 m/s)
08:39:52 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:52 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0036066258604353536 and 0.46700195144406736 m/s
08:39:52 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:52 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:52 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:52 INFO    opendrift.models.basemodel:2011: 2024-05-18 19:39:15.336386 - step 12 of 120 - 6000 active elements (0 deactivated)
08:39:52 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:52 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:52 DEBUG   opendrift.models.basemodel:2030:               35.094697703829304 <- latitude  -> 35.203227365165
08:39:52 DEBUG   opendrift.models.basemodel:2035:               23.47102402762268 <- longitude -> 23.641895477271913
08:39:52 DEBUG   opendrift.models.basemodel:2040:               -142.5236454482148   <- z ->   0.0
08:39:52 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:52 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:52 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:52 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 18:00:00 (before)
                2024-05-18 21:00:00 (after)
08:39:52 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:52 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:52 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 18:00:00, weight 0.45) and
                      after (2024-05-18 21:00:00, weight 0.55) in time
08:39:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:52 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:52 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 18:00:00 (before)
                2024-05-18 21:00:00 (after)
08:39:52 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:52 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:52 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 18:00:00, weight 0.45) and
                      after (2024-05-18 21:00:00, weight 0.55) in time
08:39:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:52 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:52 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:52 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.118485 (min) 0.290152 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0688197 (min) 0.346418 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.62132 (min) -4.83214 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.608955 (min) 1.47884 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:52 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:52 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.615909, mean: 0.715985, max: 0.817058
08:39:52 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:52 DEBUG   opendrift.models.physics_methods:1058:    min: 4.275508, mean: 4.608893, max: 4.924432
08:39:52 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.275508, mean: 4.608893, max: 4.924432
08:39:52 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:52 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:52 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:52 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:52 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:52 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:52 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:52 DEBUG   opendrift.models.physics_methods:1058:    min: 4.275508, mean: 4.608893, max: 4.924432
08:39:52 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:52 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001342, dN_50: 0.000105
08:39:52 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:52 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.011988221241724805
08:39:52 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:52 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:52 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2117 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2115 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2112 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2111 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2109 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2108 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2104 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2103 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2101 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2099 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2096 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2096 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2096 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2094 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2093 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2090 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2090 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2090 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2087 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2085 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 5 of 2082 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2077 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2075 surface elements
08:39:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2072 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2072 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2071 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 8 of 2070 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2063 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2062 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2059 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2057 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2056 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2052 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2053 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2050 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2048 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2047 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2046 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2043 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2040 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2039 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2037 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2034 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 4 of 2033 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2029 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 2026 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2024 surface elements
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2022 surface elements
08:39:53 DEBUG   opendrift.models.physics_methods:912: Advecting 2023 of 6000 elements above 0.100m with wind-sheared ocean current (0.152658 m/s - 0.170735 m/s)
08:39:53 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:53 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0016584042501132461 and 0.41051135467426275 m/s
08:39:53 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:53 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:53 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:53 INFO    opendrift.models.basemodel:2011: 2024-05-18 20:39:15.336386 - step 13 of 120 - 6000 active elements (0 deactivated)
08:39:53 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:53 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:53 DEBUG   opendrift.models.basemodel:2030:               35.096988565934275 <- latitude  -> 35.21198006294294
08:39:53 DEBUG   opendrift.models.basemodel:2035:               23.455708180243274 <- longitude -> 23.655713492527767
08:39:53 DEBUG   opendrift.models.basemodel:2040:               -141.80935038970895   <- z ->   0.0
08:39:53 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:53 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:53 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 18:00:00 (before)
                2024-05-18 21:00:00 (after)
08:39:53 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 1
08:39:53 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 18:00:00, weight 0.12) and
                      after (2024-05-18 21:00:00, weight 0.88) in time
08:39:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:53 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 18:00:00 (before)
                2024-05-18 21:00:00 (after)
08:39:53 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 18:00:00) in space  (linearNDFast)
08:39:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:53 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:53 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 18:00:00, weight 0.12) and
                      after (2024-05-18 21:00:00, weight 0.88) in time
08:39:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:53 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:53 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:53 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:53 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:53 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:53 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.194091 (min) 0.29302 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.039928 (min) 0.324167 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.03796 (min) -4.28139 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.11339 (min) 2.0399 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:53 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:53 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.492541, mean: 0.593819, max: 0.725802
08:39:53 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:53 DEBUG   opendrift.models.physics_methods:1058:    min: 3.823409, mean: 4.196730, max: 4.641289
08:39:53 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.823409, mean: 4.196730, max: 4.641289
08:39:53 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:53 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:53 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:53 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:53 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:53 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:53 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:53 DEBUG   opendrift.models.physics_methods:1058:    min: 3.823409, mean: 4.196730, max: 4.641289
08:39:53 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:53 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001521, dN_50: 0.000119
08:39:53 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:53 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.010649735688780778
08:39:53 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:53 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:53 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:53 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2027 surface elements
08:39:53 DEBUG   opendrift.models.physics_methods:912: Advecting 2041 of 6000 elements above 0.100m with wind-sheared ocean current (0.043545 m/s - 0.154417 m/s)
08:39:53 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:53 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0022634962543542796 and 0.4652281267790299 m/s
08:39:53 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:53 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:53 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:53 INFO    opendrift.models.basemodel:2011: 2024-05-18 21:39:15.336386 - step 14 of 120 - 6000 active elements (0 deactivated)
08:39:53 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:53 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:53 DEBUG   opendrift.models.basemodel:2030:               35.09971487526505 <- latitude  -> 35.22553298318519
08:39:53 DEBUG   opendrift.models.basemodel:2035:               23.44018739405159 <- longitude -> 23.66895604491149
08:39:53 DEBUG   opendrift.models.basemodel:2040:               -141.08125352438236   <- z ->   0.0
08:39:53 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:53 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:53 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:53 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 21:00:00 (before)
                2024-05-19 00:00:00 (after)
08:39:53 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:39:53 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:39:53 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:53 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:39:53 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:39:53 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:39:53 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 11x11x23) for time after (2024-05-19 00:00:00)
08:39:53 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:39:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 21:00:00, weight 0.78) and
                      after (2024-05-19 00:00:00, weight 0.22) in time
08:39:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 21:00:00 (before)
                2024-05-19 00:00:00 (after)
08:39:54 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:39:54 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:39:54 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:54 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:39:54 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:39:54 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-19 00:00:00)
08:39:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 21:00:00, weight 0.78) and
                      after (2024-05-19 00:00:00, weight 0.22) in time
08:39:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:54 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:54 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:54 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.222486 (min) 0.300014 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0147578 (min) 0.359496 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.65625 (min) -3.90281 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.27707 (min) 2.10912 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:54 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.426077, mean: 0.513843, max: 0.642775
08:39:54 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:54 DEBUG   opendrift.models.physics_methods:1058:    min: 3.556096, mean: 3.902749, max: 4.367763
08:39:54 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.556096, mean: 3.902749, max: 4.367763
08:39:54 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:54 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:54 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:54 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:54 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:54 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:54 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:54 DEBUG   opendrift.models.physics_methods:1058:    min: 3.556096, mean: 3.902749, max: 4.367763
08:39:54 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:54 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001679, dN_50: 0.000132
08:39:54 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:54 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.009431959253647313
08:39:54 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:54 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:54 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:54 DEBUG   opendrift.models.physics_methods:912: Advecting 2049 of 6000 elements above 0.100m with wind-sheared ocean current (0.025419 m/s - 0.142774 m/s)
08:39:54 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:54 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0009287328801532704 and 0.4216900599101886 m/s
08:39:54 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:54 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:54 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:54 INFO    opendrift.models.basemodel:2011: 2024-05-18 22:39:15.336386 - step 15 of 120 - 6000 active elements (0 deactivated)
08:39:54 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:54 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:54 DEBUG   opendrift.models.basemodel:2030:               35.098757153795525 <- latitude  -> 35.23395560152636
08:39:54 DEBUG   opendrift.models.basemodel:2035:               23.419204775550625 <- longitude -> 23.684738463656092
08:39:54 DEBUG   opendrift.models.basemodel:2040:               -140.37863995791741   <- z ->   0.0
08:39:54 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:54 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 21:00:00 (before)
                2024-05-19 00:00:00 (after)
08:39:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 21:00:00, weight 0.45) and
                      after (2024-05-19 00:00:00, weight 0.55) in time
08:39:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 21:00:00 (before)
                2024-05-19 00:00:00 (after)
08:39:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 21:00:00, weight 0.45) and
                      after (2024-05-19 00:00:00, weight 0.55) in time
08:39:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:54 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:54 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:54 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.249406 (min) 0.306574 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0126194 (min) 0.378508 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.40128 (min) -3.58037 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.39235 (min) 1.94517 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:54 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.364542, mean: 0.451879, max: 0.569540
08:39:54 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:54 DEBUG   opendrift.models.physics_methods:1058:    min: 3.289300, mean: 3.659001, max: 4.111418
08:39:54 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.289300, mean: 3.659001, max: 4.111418
08:39:54 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:54 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:54 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:54 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:54 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:54 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:54 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:54 DEBUG   opendrift.models.physics_methods:1058:    min: 3.289300, mean: 3.659001, max: 4.111418
08:39:54 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:54 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001832, dN_50: 0.000144
08:39:54 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:54 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.008357796974217844
08:39:54 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:54 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:54 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:54 DEBUG   opendrift.models.physics_methods:912: Advecting 2061 of 6000 elements above 0.100m with wind-sheared ocean current (0.008272 m/s - 0.131344 m/s)
08:39:54 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:54 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0021050104929144866 and 0.47120611393306744 m/s
08:39:54 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:54 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:54 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:54 INFO    opendrift.models.basemodel:2011: 2024-05-18 23:39:15.336386 - step 16 of 120 - 6000 active elements (0 deactivated)
08:39:54 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:54 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:54 DEBUG   opendrift.models.basemodel:2030:               35.10051511508454 <- latitude  -> 35.24554920922681
08:39:54 DEBUG   opendrift.models.basemodel:2035:               23.400006941211906 <- longitude -> 23.69726418733546
08:39:54 DEBUG   opendrift.models.basemodel:2040:               -139.77291952848205   <- z ->   0.0
08:39:54 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:54 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 21:00:00 (before)
                2024-05-19 00:00:00 (after)
08:39:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 21:00:00, weight 0.12) and
                      after (2024-05-19 00:00:00, weight 0.88) in time
08:39:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-18 21:00:00 (before)
                2024-05-19 00:00:00 (after)
08:39:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-18 21:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-18 21:00:00, weight 0.12) and
                      after (2024-05-19 00:00:00, weight 0.88) in time
08:39:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:54 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:54 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:54 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.278811 (min) 0.304862 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0251024 (min) 0.399099 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.18899 (min) -3.18558 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.44333 (min) 1.81338 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:54 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:54 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.307044, mean: 0.397045, max: 0.510605
08:39:54 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:54 DEBUG   opendrift.models.physics_methods:1058:    min: 3.018768, mean: 3.428349, max: 3.892890
08:39:54 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.018768, mean: 3.428349, max: 3.892890
08:39:54 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:54 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:54 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:54 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:54 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:54 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:54 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:54 DEBUG   opendrift.models.physics_methods:1058:    min: 3.018768, mean: 3.428349, max: 3.892889
08:39:54 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:54 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002000, dN_50: 0.000157
08:39:54 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:54 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.007493384976953043
08:39:54 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:54 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:54 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:55 DEBUG   opendrift.models.physics_methods:912: Advecting 2067 of 6000 elements above 0.100m with wind-sheared ocean current (0.001382 m/s - 0.122650 m/s)
08:39:55 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:55 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0014494091226621582 and 0.4697654080508513 m/s
08:39:55 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:55 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:55 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:55 INFO    opendrift.models.basemodel:2011: 2024-05-19 00:39:15.336386 - step 17 of 120 - 6000 active elements (0 deactivated)
08:39:55 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:55 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:55 DEBUG   opendrift.models.basemodel:2030:               35.10487996201726 <- latitude  -> 35.26920080892733
08:39:55 DEBUG   opendrift.models.basemodel:2035:               23.38239534160805 <- longitude -> 23.70631611896005
08:39:55 DEBUG   opendrift.models.basemodel:2040:               -139.1309588498957   <- z ->   0.0
08:39:55 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:55 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:55 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:55 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:55 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:55 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 00:00:00 (before)
                2024-05-19 03:00:00 (after)
08:39:55 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:39:55 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:39:55 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:55 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:39:55 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:39:55 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:39:55 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 12x12x23) for time after (2024-05-19 03:00:00)
08:39:55 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:55 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:55 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:55 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 385 elements, expanding data 1
08:39:55 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 00:00:00, weight 0.78) and
                      after (2024-05-19 03:00:00, weight 0.22) in time
08:39:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:55 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:55 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 00:00:00 (before)
                2024-05-19 03:00:00 (after)
08:39:55 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:39:55 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:39:55 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:55 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:39:55 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:39:55 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-19 03:00:00)
08:39:55 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:55 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:55 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:55 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:55 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 00:00:00, weight 0.78) and
                      after (2024-05-19 03:00:00, weight 0.22) in time
08:39:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:55 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:55 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:55 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:55 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:55 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:55 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.277246 (min) 0.307003 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0313247 (min) 0.422272 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.56077 (min) -3.47838 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.22303 (min) 1.52494 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:55 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:55 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.339493, mean: 0.446172, max: 0.560112
08:39:55 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:55 DEBUG   opendrift.models.physics_methods:1058:    min: 3.174277, mean: 3.633236, max: 4.077248
08:39:55 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.174277, mean: 3.633236, max: 4.077248
08:39:55 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:55 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:55 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:55 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:55 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:55 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:55 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:55 DEBUG   opendrift.models.physics_methods:1058:    min: 3.174277, mean: 3.633236, max: 4.077248
08:39:55 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:55 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001903, dN_50: 0.000149
08:39:56 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:56 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.00821952236211482
08:39:56 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:56 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:56 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:56 DEBUG   opendrift.models.physics_methods:912: Advecting 2075 of 6000 elements above 0.100m with wind-sheared ocean current (0.034485 m/s - 0.128691 m/s)
08:39:56 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:56 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001536612797264656 and 0.45746952247171574 m/s
08:39:56 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:56 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:56 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:56 INFO    opendrift.models.basemodel:2011: 2024-05-19 01:39:15.336386 - step 18 of 120 - 6000 active elements (0 deactivated)
08:39:56 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:56 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:56 DEBUG   opendrift.models.basemodel:2030:               35.10331014189018 <- latitude  -> 35.28196338756788
08:39:56 DEBUG   opendrift.models.basemodel:2035:               23.36764724794459 <- longitude -> 23.725632908936714
08:39:56 DEBUG   opendrift.models.basemodel:2040:               -138.08221580757754   <- z ->   0.0
08:39:56 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:56 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:56 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 00:00:00 (before)
                2024-05-19 03:00:00 (after)
08:39:56 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:56 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:56 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:56 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:56 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 00:00:00, weight 0.45) and
                      after (2024-05-19 03:00:00, weight 0.55) in time
08:39:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:56 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 00:00:00 (before)
                2024-05-19 03:00:00 (after)
08:39:56 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:56 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:56 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:56 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:56 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 00:00:00, weight 0.45) and
                      after (2024-05-19 03:00:00, weight 0.55) in time
08:39:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:56 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:56 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:56 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:56 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:56 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:56 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.254165 (min) 0.317972 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0557887 (min) 0.425023 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.27729 (min) -4.09287 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.629102 (min) 1.30156 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:56 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.433184, mean: 0.572850, max: 0.721412
08:39:56 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:56 DEBUG   opendrift.models.physics_methods:1058:    min: 3.585634, mean: 4.117655, max: 4.627232
08:39:56 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.585634, mean: 4.117655, max: 4.627232
08:39:56 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:56 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:56 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:56 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:56 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:56 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:56 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:56 DEBUG   opendrift.models.physics_methods:1058:    min: 3.585634, mean: 4.117655, max: 4.627232
08:39:56 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:56 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001686, dN_50: 0.000132
08:39:56 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:56 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.010585352674274929
08:39:56 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:56 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:56 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:56 DEBUG   opendrift.models.physics_methods:912: Advecting 2078 of 6000 elements above 0.100m with wind-sheared ocean current (0.125890 m/s - 0.146883 m/s)
08:39:56 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:56 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0015994281269202948 and 0.4697421923561874 m/s
08:39:56 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:56 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:56 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:56 INFO    opendrift.models.basemodel:2011: 2024-05-19 02:39:15.336386 - step 19 of 120 - 6000 active elements (0 deactivated)
08:39:56 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:56 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:56 DEBUG   opendrift.models.basemodel:2030:               35.10602269718505 <- latitude  -> 35.29298053127114
08:39:56 DEBUG   opendrift.models.basemodel:2035:               23.35882558771567 <- longitude -> 23.73511086420847
08:39:56 DEBUG   opendrift.models.basemodel:2040:               -137.55680941844412   <- z ->   0.0
08:39:56 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:56 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:56 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 00:00:00 (before)
                2024-05-19 03:00:00 (after)
08:39:56 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:56 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:56 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:56 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:56 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 00:00:00, weight 0.12) and
                      after (2024-05-19 03:00:00, weight 0.88) in time
08:39:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:56 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 00:00:00 (before)
                2024-05-19 03:00:00 (after)
08:39:56 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 00:00:00) in space  (linearNDFast)
08:39:56 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:56 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:56 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:56 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 00:00:00, weight 0.12) and
                      after (2024-05-19 03:00:00, weight 0.88) in time
08:39:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:56 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:56 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:56 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:56 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:56 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:56 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.233352 (min) 0.319431 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0669714 (min) 0.441454 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.96941 (min) -4.70357 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.00403212 (min) 1.18205 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:56 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:56 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.553953, mean: 0.728213, max: 0.902819
08:39:56 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:56 DEBUG   opendrift.models.physics_methods:1058:    min: 4.054768, mean: 4.643760, max: 5.176426
08:39:56 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.054768, mean: 4.643760, max: 5.176426
08:39:56 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:56 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:56 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:56 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:56 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:56 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:56 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:56 DEBUG   opendrift.models.physics_methods:1058:    min: 4.054768, mean: 4.643760, max: 5.176426
08:39:56 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:56 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001512, dN_50: 0.000119
08:39:56 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:56 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01324610330791329
08:39:56 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:56 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:56 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2078 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2077 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2076 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2077 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2075 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2074 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2073 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2072 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2071 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2070 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2068 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2067 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2067 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2066 surface elements
08:39:56 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2065 surface elements
08:39:56 DEBUG   opendrift.models.physics_methods:912: Advecting 2066 of 6000 elements above 0.100m with wind-sheared ocean current (0.047118 m/s - 0.166719 m/s)
08:39:56 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:56 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.003047104231753306 and 0.4334800333632837 m/s
08:39:56 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:56 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:56 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:56 INFO    opendrift.models.basemodel:2011: 2024-05-19 03:39:15.336386 - step 20 of 120 - 6000 active elements (0 deactivated)
08:39:56 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:56 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:56 DEBUG   opendrift.models.basemodel:2030:               35.10451701930411 <- latitude  -> 35.30170192541636
08:39:56 DEBUG   opendrift.models.basemodel:2035:               23.344314690445312 <- longitude -> 23.752305231319998
08:39:56 DEBUG   opendrift.models.basemodel:2040:               -136.89461886941217   <- z ->   0.0
08:39:56 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:56 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:56 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:56 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 03:00:00 (before)
                2024-05-19 06:00:00 (after)
08:39:56 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:39:56 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:39:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:58 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:39:58 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:39:58 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:39:58 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 14x13x23) for time after (2024-05-19 06:00:00)
08:39:58 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:58 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:58 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 06:00:00) in space  (linearNDFast)
08:39:58 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1682 elements, expanding data 1
08:39:58 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 03:00:00, weight 0.78) and
                      after (2024-05-19 06:00:00, weight 0.22) in time
08:39:58 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:58 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:58 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:58 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:58 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:58 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:58 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:58 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:58 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:58 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:58 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 03:00:00 (before)
                2024-05-19 06:00:00 (after)
08:39:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:39:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:39:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:39:58 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:39:58 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:39:58 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-19 06:00:00)
08:39:58 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:58 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:58 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 06:00:00) in space  (linearNDFast)
08:39:58 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:58 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 03:00:00, weight 0.78) and
                      after (2024-05-19 06:00:00, weight 0.22) in time
08:39:58 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:58 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:58 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:58 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:58 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:58 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:58 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:58 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:58 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.217139 (min) 0.324235 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0803541 (min) 0.434683 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.94207 (min) -4.3677 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.237839 (min) 1.65185 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:59 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.485210, mean: 0.682963, max: 0.901654
08:39:59 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:59 DEBUG   opendrift.models.physics_methods:1058:    min: 3.794849, mean: 4.492165, max: 5.173085
08:39:59 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.794849, mean: 4.492165, max: 5.173085
08:39:59 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:59 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:59 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:59 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:59 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:59 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:59 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:59 DEBUG   opendrift.models.physics_methods:1058:    min: 3.794849, mean: 4.492165, max: 5.173085
08:39:59 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:59 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001618, dN_50: 0.000127
08:39:59 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:59 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01322901200881022
08:39:59 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:59 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:59 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:59 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2063 surface elements
08:39:59 DEBUG   opendrift.models.physics_methods:912: Advecting 2076 of 6000 elements above 0.100m with wind-sheared ocean current (0.015732 m/s - 0.161921 m/s)
08:39:59 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:59 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001962788596762018 and 0.4584055201733749 m/s
08:39:59 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:59 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:59 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:59 INFO    opendrift.models.basemodel:2011: 2024-05-19 04:39:15.336386 - step 21 of 120 - 6000 active elements (0 deactivated)
08:39:59 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:59 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:59 DEBUG   opendrift.models.basemodel:2030:               35.10123630270702 <- latitude  -> 35.314069616660035
08:39:59 DEBUG   opendrift.models.basemodel:2035:               23.33597585183355 <- longitude -> 23.767305966550555
08:39:59 DEBUG   opendrift.models.basemodel:2040:               -136.41031810617034   <- z ->   0.0
08:39:59 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:59 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:59 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 03:00:00 (before)
                2024-05-19 06:00:00 (after)
08:39:59 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:59 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 06:00:00) in space  (linearNDFast)
08:39:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:59 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 03:00:00, weight 0.45) and
                      after (2024-05-19 06:00:00, weight 0.55) in time
08:39:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:59 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 03:00:00 (before)
                2024-05-19 06:00:00 (after)
08:39:59 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:59 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 06:00:00) in space  (linearNDFast)
08:39:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:59 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 03:00:00, weight 0.45) and
                      after (2024-05-19 06:00:00, weight 0.55) in time
08:39:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:59 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:59 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:59 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.202779 (min) 0.335532 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0908758 (min) 0.431011 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.6616 (min) -3.44561 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.942496 (min) 2.32188 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:59 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.325658, mean: 0.553941, max: 0.840725
08:39:59 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:59 DEBUG   opendrift.models.physics_methods:1058:    min: 3.108924, mean: 4.035481, max: 4.995244
08:39:59 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.108924, mean: 4.035481, max: 4.995244
08:39:59 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:59 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:59 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:59 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:59 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:59 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:59 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:59 DEBUG   opendrift.models.physics_methods:1058:    min: 3.108924, mean: 4.035481, max: 4.995244
08:39:59 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:59 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.001874, dN_50: 0.000147
08:39:59 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:59 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.012335353274046676
08:39:59 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:59 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:59 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:59 DEBUG   opendrift.models.physics_methods:912: Advecting 2074 of 6000 elements above 0.100m with wind-sheared ocean current (0.022842 m/s - 0.144109 m/s)
08:39:59 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:59 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0025886005479159218 and 0.4620561572740499 m/s
08:39:59 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:59 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:59 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:59 INFO    opendrift.models.basemodel:2011: 2024-05-19 05:39:15.336386 - step 22 of 120 - 6000 active elements (0 deactivated)
08:39:59 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:59 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:59 DEBUG   opendrift.models.basemodel:2030:               35.09368078848229 <- latitude  -> 35.32574202125805
08:39:59 DEBUG   opendrift.models.basemodel:2035:               23.328416661579553 <- longitude -> 23.776571638025132
08:39:59 DEBUG   opendrift.models.basemodel:2040:               -135.53146775738009   <- z ->   0.0
08:39:59 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:59 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:59 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 03:00:00 (before)
                2024-05-19 06:00:00 (after)
08:39:59 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:59 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 06:00:00) in space  (linearNDFast)
08:39:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:59 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 03:00:00, weight 0.12) and
                      after (2024-05-19 06:00:00, weight 0.88) in time
08:39:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:59 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 03:00:00 (before)
                2024-05-19 06:00:00 (after)
08:39:59 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 03:00:00) in space  (linearNDFast)
08:39:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:59 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 06:00:00) in space  (linearNDFast)
08:39:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:39:59 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 03:00:00, weight 0.12) and
                      after (2024-05-19 06:00:00, weight 0.88) in time
08:39:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:59 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:39:59 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:39:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:39:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:39:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:39:59 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.182471 (min) 0.345828 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.10568 (min) 0.417648 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.42615 (min) -2.44101 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.43159 (min) 3.01554 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:39:59 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:39:59 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.238181, mean: 0.463630, max: 0.799135
08:39:59 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:39:59 DEBUG   opendrift.models.physics_methods:1058:    min: 2.658783, mean: 3.684578, max: 4.870118
08:39:59 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.658783, mean: 3.684578, max: 4.870118
08:39:59 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:39:59 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:39:59 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:39:59 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:39:59 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:39:59 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:39:59 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:39:59 DEBUG   opendrift.models.physics_methods:1058:    min: 2.658783, mean: 3.684577, max: 4.870119
08:39:59 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:39:59 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002118, dN_50: 0.000166
08:39:59 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:39:59 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.011725328486411696
08:39:59 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:39:59 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:39:59 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:39:59 DEBUG   opendrift.models.physics_methods:912: Advecting 2084 of 6000 elements above 0.100m with wind-sheared ocean current (0.022879 m/s - 0.131174 m/s)
08:39:59 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:39:59 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0022526256461819017 and 0.47493229902157874 m/s
08:39:59 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:39:59 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:39:59 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:39:59 INFO    opendrift.models.basemodel:2011: 2024-05-19 06:39:15.336386 - step 23 of 120 - 6000 active elements (0 deactivated)
08:39:59 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:39:59 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:39:59 DEBUG   opendrift.models.basemodel:2030:               35.09321456188463 <- latitude  -> 35.34378919267503
08:39:59 DEBUG   opendrift.models.basemodel:2035:               23.318113911494272 <- longitude -> 23.79114354404058
08:39:59 DEBUG   opendrift.models.basemodel:2040:               -134.67320841245584   <- z ->   0.0
08:39:59 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:39:59 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:39:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:39:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:39:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:39:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:39:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:39:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:39:59 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:39:59 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 06:00:00 (before)
                2024-05-19 09:00:00 (after)
08:39:59 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:40:03 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:40:05 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:05 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:40:05 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:40:05 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:40:05 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 14x14x23) for time after (2024-05-19 09:00:00)
08:40:05 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 06:00:00) in space  (linearNDFast)
08:40:05 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:05 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:05 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2208 elements, expanding data 1
08:40:05 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 06:00:00, weight 0.78) and
                      after (2024-05-19 09:00:00, weight 0.22) in time
08:40:05 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:05 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:05 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:05 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:05 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:05 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:05 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:05 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:05 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:40:05 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:05 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 06:00:00 (before)
                2024-05-19 09:00:00 (after)
08:40:05 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:40:06 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:40:06 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:06 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:40:06 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:40:06 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-19 09:00:00)
08:40:06 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 06:00:00) in space  (linearNDFast)
08:40:06 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:06 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:06 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:06 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 06:00:00, weight 0.78) and
                      after (2024-05-19 09:00:00, weight 0.22) in time
08:40:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:06 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:06 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:06 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.173509 (min) 0.359311 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.113064 (min) 0.416406 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.99805 (min) -1.86044 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.43969 (min) 3.62507 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:06 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.261726, mean: 0.418683, max: 0.692343
08:40:06 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:06 DEBUG   opendrift.models.physics_methods:1058:    min: 2.787100, mean: 3.513499, max: 4.533049
08:40:06 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.787100, mean: 3.513499, max: 4.533049
08:40:06 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:40:06 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:06 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:06 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:06 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:06 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:06 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:06 DEBUG   opendrift.models.physics_methods:1058:    min: 2.787100, mean: 3.513499, max: 4.533049
08:40:06 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:06 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002240, dN_50: 0.000176
08:40:06 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:06 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.010158993907773401
08:40:06 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:06 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:06 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:06 DEBUG   opendrift.models.physics_methods:912: Advecting 2089 of 6000 elements above 0.100m with wind-sheared ocean current (0.001654 m/s - 0.132567 m/s)
08:40:06 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:06 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0033699300964141732 and 0.4665936127275161 m/s
08:40:06 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:40:06 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:06 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:06 INFO    opendrift.models.basemodel:2011: 2024-05-19 07:39:15.336386 - step 24 of 120 - 6000 active elements (0 deactivated)
08:40:06 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:06 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:06 DEBUG   opendrift.models.basemodel:2030:               35.088135045670285 <- latitude  -> 35.359310070903696
08:40:06 DEBUG   opendrift.models.basemodel:2035:               23.316244682054613 <- longitude -> 23.803983363406843
08:40:06 DEBUG   opendrift.models.basemodel:2040:               -133.71050195844245   <- z ->   0.0
08:40:06 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:06 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:06 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 06:00:00 (before)
                2024-05-19 09:00:00 (after)
08:40:06 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 06:00:00) in space  (linearNDFast)
08:40:06 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:06 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:06 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:06 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 06:00:00, weight 0.45) and
                      after (2024-05-19 09:00:00, weight 0.55) in time
08:40:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:06 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 06:00:00 (before)
                2024-05-19 09:00:00 (after)
08:40:06 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 06:00:00) in space  (linearNDFast)
08:40:06 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:06 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:06 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:06 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 06:00:00, weight 0.45) and
                      after (2024-05-19 09:00:00, weight 0.55) in time
08:40:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:06 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:06 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:06 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.173727 (min) 0.375735 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.125403 (min) 0.41281 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.45746 (min) -1.55013 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.28044 (min) 4.14967 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:06 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.274325, mean: 0.397077, max: 0.556799
08:40:06 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:06 DEBUG   opendrift.models.physics_methods:1058:    min: 2.853398, mean: 3.430412, max: 4.065170
08:40:06 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.853398, mean: 3.430412, max: 4.065170
08:40:06 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:40:06 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:06 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:06 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:06 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:06 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:06 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:06 DEBUG   opendrift.models.physics_methods:1058:    min: 2.853398, mean: 3.430412, max: 4.065170
08:40:06 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:06 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002306, dN_50: 0.000181
08:40:06 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:06 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.008170922643624581
08:40:06 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:06 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:06 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:06 DEBUG   opendrift.models.physics_methods:912: Advecting 2093 of 6000 elements above 0.100m with wind-sheared ocean current (0.109911 m/s - 0.138260 m/s)
08:40:06 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:06 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0016629619182540248 and 0.454073836509572 m/s
08:40:06 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:40:06 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:06 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:06 INFO    opendrift.models.basemodel:2011: 2024-05-19 08:39:15.336386 - step 25 of 120 - 6000 active elements (0 deactivated)
08:40:06 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:06 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:06 DEBUG   opendrift.models.basemodel:2030:               35.082209892503464 <- latitude  -> 35.37718419954823
08:40:06 DEBUG   opendrift.models.basemodel:2035:               23.31619447830839 <- longitude -> 23.821223063359
08:40:06 DEBUG   opendrift.models.basemodel:2040:               -132.53597143507957   <- z ->   0.0
08:40:06 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:06 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:06 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 06:00:00 (before)
                2024-05-19 09:00:00 (after)
08:40:06 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 06:00:00) in space  (linearNDFast)
08:40:06 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:06 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 6 elements, expanding data 1
08:40:06 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 06:00:00, weight 0.12) and
                      after (2024-05-19 09:00:00, weight 0.88) in time
08:40:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:40:06 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:06 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 06:00:00 (before)
                2024-05-19 09:00:00 (after)
08:40:06 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 06:00:00) in space  (linearNDFast)
08:40:06 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:06 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:06 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:06 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 06:00:00, weight 0.12) and
                      after (2024-05-19 09:00:00, weight 0.88) in time
08:40:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:06 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:06 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:06 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.16264 (min) 0.387465 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.136588 (min) 0.409524 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.92808 (min) -1.22194 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.09844 (min) 4.72284 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:06 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:06 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.207660, mean: 0.394121, max: 0.607583
08:40:06 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:06 DEBUG   opendrift.models.physics_methods:1058:    min: 2.482593, mean: 3.398441, max: 4.246511
08:40:06 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.482593, mean: 3.398441, max: 4.246511
08:40:07 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:40:07 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:07 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:07 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:07 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:07 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:07 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:07 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:07 DEBUG   opendrift.models.physics_methods:1058:    min: 2.482593, mean: 3.398441, max: 4.246511
08:40:07 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:07 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002375, dN_50: 0.000186
08:40:07 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:07 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.008915781924730267
08:40:07 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:07 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:07 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:07 DEBUG   opendrift.models.physics_methods:912: Advecting 2103 of 6000 elements above 0.100m with wind-sheared ocean current (0.089333 m/s - 0.149093 m/s)
08:40:07 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:07 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001283620157565291 and 0.4278625174534719 m/s
08:40:07 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:40:07 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:07 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:07 INFO    opendrift.models.basemodel:2011: 2024-05-19 09:39:15.336386 - step 26 of 120 - 6000 active elements (0 deactivated)
08:40:07 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:07 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:07 DEBUG   opendrift.models.basemodel:2030:               35.07863259049958 <- latitude  -> 35.39690710208526
08:40:07 DEBUG   opendrift.models.basemodel:2035:               23.31795123411752 <- longitude -> 23.838171177624176
08:40:07 DEBUG   opendrift.models.basemodel:2040:               -131.64970845666528   <- z ->   0.0
08:40:07 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:40:07 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:07 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:40:07 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:07 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:07 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:40:07 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:07 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 09:00:00 (before)
                2024-05-19 12:00:00 (after)
08:40:07 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:40:09 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:40:11 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:11 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:40:11 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:40:11 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:40:11 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 15x16x23) for time after (2024-05-19 12:00:00)
08:40:11 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:11 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:11 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:11 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2343 elements, expanding data 1
08:40:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 11 elements, expanding data 2
08:40:11 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 09:00:00, weight 0.78) and
                      after (2024-05-19 12:00:00, weight 0.22) in time
08:40:11 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:11 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:11 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:11 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:11 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:11 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:11 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:11 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:11 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:40:11 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:11 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 09:00:00 (before)
                2024-05-19 12:00:00 (after)
08:40:11 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:40:12 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:40:12 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:12 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:40:12 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:40:12 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-19 12:00:00)
08:40:12 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:12 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:12 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 09:00:00, weight 0.78) and
                      after (2024-05-19 12:00:00, weight 0.22) in time
08:40:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:12 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:12 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:12 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.157006 (min) 0.400486 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.15451 (min) 0.411473 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.49176 (min) -0.300265 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.863265 (min) 4.17733 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:12 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.080269, mean: 0.241067, max: 0.432154
08:40:12 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:12 DEBUG   opendrift.models.physics_methods:1058:    min: 1.543490, mean: 2.603110, max: 3.581366
08:40:12 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.543490, mean: 2.603110, max: 3.581366
08:40:12 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:40:12 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:12 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:12 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:12 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:12 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:12 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:12 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:12 DEBUG   opendrift.models.physics_methods:1058:    min: 1.543490, mean: 2.603110, max: 3.581366
08:40:12 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:12 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.003309, dN_50: 0.000260
08:40:12 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:12 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0063427190600681155
08:40:12 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:12 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:12 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:12 DEBUG   opendrift.models.physics_methods:912: Advecting 2105 of 6000 elements above 0.100m with wind-sheared ocean current (0.053971 m/s - 0.125740 m/s)
08:40:12 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:12 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0002914579376952525 and 0.431620491407613 m/s
08:40:12 DEBUG   opendrift.models.basemodel:2097: 6000 active elements (0 deactivated)
08:40:12 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:12 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:12 INFO    opendrift.models.basemodel:2011: 2024-05-19 10:39:15.336386 - step 27 of 120 - 6000 active elements (0 deactivated)
08:40:12 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:12 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:12 DEBUG   opendrift.models.basemodel:2030:               35.07098781394595 <- latitude  -> 35.41144849859537
08:40:12 DEBUG   opendrift.models.basemodel:2035:               23.324057057806527 <- longitude -> 23.860412401096376
08:40:12 DEBUG   opendrift.models.basemodel:2040:               -130.4304827425919   <- z ->   0.0
08:40:12 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 6000 elements
08:40:12 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 6000 elements
08:40:12 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:12 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 6000 elements
08:40:12 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:12 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 09:00:00 (before)
                2024-05-19 12:00:00 (after)
08:40:12 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:12 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:12 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 09:00:00, weight 0.45) and
                      after (2024-05-19 12:00:00, weight 0.55) in time
08:40:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 6000 elements
08:40:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 6000 elements
08:40:12 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:12 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 09:00:00 (before)
                2024-05-19 12:00:00 (after)
08:40:12 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:12 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:12 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 09:00:00, weight 0.45) and
                      after (2024-05-19 12:00:00, weight 0.55) in time
08:40:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:12 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:12 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:12 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.151617 (min) 0.415287 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.163629 (min) 0.407569 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.616421 (min) 0.817875 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.559565 (min) 3.08915 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:12 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.007743, mean: 0.113007, max: 0.250933
08:40:12 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:12 DEBUG   opendrift.models.physics_methods:1058:    min: 0.479386, mean: 1.652420, max: 2.729033
08:40:12 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.479386, mean: 1.652420, max: 2.729033
08:40:12 DEBUG   opendrift.models.basemodel:1656: Added status stranded
08:40:12 DEBUG   opendrift.models.basemodel:1667: 1 elements scheduled for deactivation (stranded)
08:40:12 DEBUG   opendrift.models.basemodel:1669:       (z: -10.337957 to -10.337957)
08:40:12 DEBUG   opendrift.models.basemodel:1687: Removed 1 elements.
08:40:12 DEBUG   opendrift.models.basemodel:1690: Removed 1 values from environment.
08:40:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:12 DEBUG   opendrift.models.basemodel:1699: Removed 1 values from environment_profiles.
08:40:12 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:12 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:12 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:12 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:12 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:12 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:12 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:12 DEBUG   opendrift.models.physics_methods:1058:    min: 0.479386, mean: 1.652356, max: 2.729033
08:40:12 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:12 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.006823, dN_50: 0.000535
08:40:12 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:12 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.003684708049473286
08:40:12 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:12 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:12 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:12 DEBUG   opendrift.models.physics_methods:912: Advecting 2105 of 5999 elements above 0.100m with wind-sheared ocean current (0.008978 m/s - 0.095815 m/s)
08:40:12 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:12 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0021243962062830403 and 0.4107702228676472 m/s
08:40:12 DEBUG   opendrift.models.basemodel:2097: 5999 active elements (1 deactivated)
08:40:12 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:12 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:12 INFO    opendrift.models.basemodel:2011: 2024-05-19 11:39:15.336386 - step 28 of 120 - 5999 active elements (1 deactivated)
08:40:12 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:12 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:12 DEBUG   opendrift.models.basemodel:2030:               35.061901152872494 <- latitude  -> 35.42597712133206
08:40:12 DEBUG   opendrift.models.basemodel:2035:               23.33401699285617 <- longitude -> 23.879778711461967
08:40:12 DEBUG   opendrift.models.basemodel:2040:               -129.59647075914188   <- z ->   0.0
08:40:12 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5999 elements
08:40:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5999 elements
08:40:12 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5999 elements
08:40:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5999 elements
08:40:12 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:12 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5999 elements
08:40:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5999 elements
08:40:12 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:12 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 09:00:00 (before)
                2024-05-19 12:00:00 (after)
08:40:12 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:12 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:12 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 09:00:00, weight 0.12) and
                      after (2024-05-19 12:00:00, weight 0.88) in time
08:40:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5999 elements
08:40:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5999 elements
08:40:12 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:12 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 09:00:00 (before)
                2024-05-19 12:00:00 (after)
08:40:12 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 09:00:00) in space  (linearNDFast)
08:40:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:12 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:12 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 09:00:00, weight 0.12) and
                      after (2024-05-19 12:00:00, weight 0.88) in time
08:40:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:12 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:12 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:12 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.150906 (min) 0.429934 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.17031 (min) 0.390432 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.24468 (min) 1.89465 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.197126 (min) 2.25823 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:12 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:12 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.043662, mean: 0.110739, max: 0.199784
08:40:12 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:12 DEBUG   opendrift.models.physics_methods:1058:    min: 1.138370, mean: 1.749379, max: 2.435061
08:40:12 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.138370, mean: 1.749379, max: 2.435061
08:40:12 DEBUG   opendrift.models.basemodel:1667: 2 elements scheduled for deactivation (stranded)
08:40:12 DEBUG   opendrift.models.basemodel:1669:       (z: -12.663096 to 0.000000)
08:40:12 DEBUG   opendrift.models.basemodel:1687: Removed 2 elements.
08:40:12 DEBUG   opendrift.models.basemodel:1690: Removed 2 values from environment.
08:40:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:12 DEBUG   opendrift.models.basemodel:1699: Removed 2 values from environment_profiles.
08:40:12 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:12 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:12 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:12 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:12 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:12 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:12 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:12 DEBUG   opendrift.models.physics_methods:1058:    min: 1.138370, mean: 1.749289, max: 2.435061
08:40:12 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:12 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005262, dN_50: 0.000413
08:40:12 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:12 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0029344871896741865
08:40:12 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:12 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:12 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:12 DEBUG   opendrift.models.physics_methods:912: Advecting 2103 of 5997 elements above 0.100m with wind-sheared ocean current (0.065414 m/s - 0.085494 m/s)
08:40:12 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:12 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0020482752965221827 and 0.4631162727339403 m/s
08:40:13 DEBUG   opendrift.models.basemodel:2097: 5997 active elements (3 deactivated)
08:40:13 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:13 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:13 INFO    opendrift.models.basemodel:2011: 2024-05-19 12:39:15.336386 - step 29 of 120 - 5997 active elements (3 deactivated)
08:40:13 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:13 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:13 DEBUG   opendrift.models.basemodel:2030:               35.05611816015441 <- latitude  -> 35.440362845932725
08:40:13 DEBUG   opendrift.models.basemodel:2035:               23.343132255473407 <- longitude -> 23.88874270692914
08:40:13 DEBUG   opendrift.models.basemodel:2040:               -128.46446686572077   <- z ->   0.0
08:40:13 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5997 elements
08:40:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5997 elements
08:40:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5997 elements
08:40:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5997 elements
08:40:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:13 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5997 elements
08:40:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5997 elements
08:40:13 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:13 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 12:00:00 (before)
                2024-05-19 15:00:00 (after)
08:40:13 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:40:16 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:40:21 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:21 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:40:21 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:40:21 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:40:21 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 15x17x23) for time after (2024-05-19 15:00:00)
08:40:21 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:21 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:21 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:21 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2204 elements, expanding data 1
08:40:21 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 69 elements, expanding data 2
08:40:21 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 12:00:00, weight 0.78) and
                      after (2024-05-19 15:00:00, weight 0.22) in time
08:40:21 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:21 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5997 elements
08:40:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5997 elements
08:40:21 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:21 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 12:00:00 (before)
                2024-05-19 15:00:00 (after)
08:40:21 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:40:21 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:40:22 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:22 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:40:22 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:40:22 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-19 15:00:00)
08:40:22 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:22 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:22 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:22 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:22 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 12:00:00, weight 0.78) and
                      after (2024-05-19 15:00:00, weight 0.22) in time
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:22 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:22 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.149642 (min) 0.433385 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.178915 (min) 0.36419 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.76471 (min) 2.41803 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -0.372418 (min) 1.35286 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:22 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.098545, mean: 0.113557, max: 0.144061
08:40:22 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:22 DEBUG   opendrift.models.physics_methods:1058:    min: 1.710196, mean: 1.835262, max: 2.067773
08:40:22 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.710196, mean: 1.835262, max: 2.067773
08:40:22 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:40:22 DEBUG   opendrift.models.basemodel:1669:       (z: -11.054930 to -2.021506)
08:40:22 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:40:22 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:22 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:40:22 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:22 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:22 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:22 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:22 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:22 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:22 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:22 DEBUG   opendrift.models.physics_methods:1058:    min: 1.711847, mean: 1.835355, max: 2.067773
08:40:22 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:22 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.004776, dN_50: 0.000375
08:40:22 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:22 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0021171824740884074
08:40:22 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:22 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:22 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:22 DEBUG   opendrift.models.physics_methods:912: Advecting 2103 of 5991 elements above 0.100m with wind-sheared ocean current (0.060909 m/s - 0.066911 m/s)
08:40:22 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:22 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.002690720272045578 and 0.5023312462245862 m/s
08:40:22 DEBUG   opendrift.models.basemodel:2097: 5991 active elements (9 deactivated)
08:40:22 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:22 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:22 INFO    opendrift.models.basemodel:2011: 2024-05-19 13:39:15.336386 - step 30 of 120 - 5991 active elements (9 deactivated)
08:40:22 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:22 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:22 DEBUG   opendrift.models.basemodel:2030:               35.045983378000756 <- latitude  -> 35.45190045389443
08:40:22 DEBUG   opendrift.models.basemodel:2035:               23.35424870249406 <- longitude -> 23.90679204224086
08:40:22 DEBUG   opendrift.models.basemodel:2040:               -127.63768504230018   <- z ->   0.0
08:40:22 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5991 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5991 elements
08:40:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5991 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5991 elements
08:40:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:22 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5991 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5991 elements
08:40:22 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:22 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 12:00:00 (before)
                2024-05-19 15:00:00 (after)
08:40:22 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:22 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:22 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:22 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:22 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 12:00:00, weight 0.45) and
                      after (2024-05-19 15:00:00, weight 0.55) in time
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5991 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5991 elements
08:40:22 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:22 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 12:00:00 (before)
                2024-05-19 15:00:00 (after)
08:40:22 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:22 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:22 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:22 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:22 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 12:00:00, weight 0.45) and
                      after (2024-05-19 15:00:00, weight 0.55) in time
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:22 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:22 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.14501 (min) 0.43105 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.191237 (min) 0.34615 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.31862 (min) 3.31379 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.04993 (min) 0.403574 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:22 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.046668, mean: 0.124586, max: 0.286857
08:40:22 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:22 DEBUG   opendrift.models.physics_methods:1058:    min: 1.176901, mean: 1.851085, max: 2.917844
08:40:22 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.176901, mean: 1.851085, max: 2.917844
08:40:22 DEBUG   opendrift.models.basemodel:1667: 1 elements scheduled for deactivation (stranded)
08:40:22 DEBUG   opendrift.models.basemodel:1669:       (z: -5.103636 to -5.103636)
08:40:22 DEBUG   opendrift.models.basemodel:1687: Removed 1 elements.
08:40:22 DEBUG   opendrift.models.basemodel:1690: Removed 1 values from environment.
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:22 DEBUG   opendrift.models.basemodel:1699: Removed 1 values from environment_profiles.
08:40:22 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:22 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:22 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:22 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:22 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:22 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:22 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:22 DEBUG   opendrift.models.physics_methods:1058:    min: 1.176901, mean: 1.851102, max: 2.917844
08:40:22 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:22 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005376, dN_50: 0.000422
08:40:22 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:22 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0042116047898114435
08:40:22 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:22 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:22 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:22 DEBUG   opendrift.models.physics_methods:912: Advecting 2103 of 5990 elements above 0.100m with wind-sheared ocean current (0.041320 m/s - 0.060330 m/s)
08:40:22 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:22 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0018702109988384696 and 0.4745887966602115 m/s
08:40:22 DEBUG   opendrift.models.basemodel:2097: 5990 active elements (10 deactivated)
08:40:22 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:22 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:22 INFO    opendrift.models.basemodel:2011: 2024-05-19 14:39:15.336386 - step 31 of 120 - 5990 active elements (10 deactivated)
08:40:22 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:22 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:22 DEBUG   opendrift.models.basemodel:2030:               35.0363340017684 <- latitude  -> 35.45768702091694
08:40:22 DEBUG   opendrift.models.basemodel:2035:               23.361286230769547 <- longitude -> 23.919878554683486
08:40:22 DEBUG   opendrift.models.basemodel:2040:               -126.67206280019735   <- z ->   0.0
08:40:22 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5990 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5990 elements
08:40:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5990 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5990 elements
08:40:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:22 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5990 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5990 elements
08:40:22 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:22 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 12:00:00 (before)
                2024-05-19 15:00:00 (after)
08:40:22 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:22 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:22 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:22 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:22 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 12:00:00, weight 0.12) and
                      after (2024-05-19 15:00:00, weight 0.88) in time
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5990 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5990 elements
08:40:22 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:22 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 12:00:00 (before)
                2024-05-19 15:00:00 (after)
08:40:22 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 12:00:00) in space  (linearNDFast)
08:40:22 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:22 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:22 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:22 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 12:00:00, weight 0.12) and
                      after (2024-05-19 15:00:00, weight 0.88) in time
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:22 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:22 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.17814 (min) 0.428765 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.201457 (min) 0.345817 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.818538 (min) 4.29802 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.18177 (min) -0.523354 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:22 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:22 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.023220, mean: 0.190203, max: 0.511746
08:40:22 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:22 DEBUG   opendrift.models.physics_methods:1058:    min: 0.830158, mean: 2.224335, max: 3.897237
08:40:22 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.830158, mean: 2.224335, max: 3.897237
08:40:22 DEBUG   opendrift.models.basemodel:1667: 12 elements scheduled for deactivation (stranded)
08:40:22 DEBUG   opendrift.models.basemodel:1669:       (z: -17.926201 to 0.000000)
08:40:22 DEBUG   opendrift.models.basemodel:1687: Removed 12 elements.
08:40:22 DEBUG   opendrift.models.basemodel:1690: Removed 12 values from environment.
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:22 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:22 DEBUG   opendrift.models.basemodel:1699: Removed 12 values from environment_profiles.
08:40:22 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:22 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:22 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:22 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:22 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:22 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:22 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:22 DEBUG   opendrift.models.physics_methods:1058:    min: 0.830158, mean: 2.224809, max: 3.897238
08:40:22 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:22 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.004948, dN_50: 0.000388
08:40:22 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:22 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.007510121951769619
08:40:22 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:22 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:22 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:22 DEBUG   opendrift.models.physics_methods:912: Advecting 2102 of 5978 elements above 0.100m with wind-sheared ocean current (0.029146 m/s - 0.080632 m/s)
08:40:22 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:22 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001763232724688481 and 0.508971242104586 m/s
08:40:22 DEBUG   opendrift.models.basemodel:2097: 5978 active elements (22 deactivated)
08:40:22 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:22 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:22 INFO    opendrift.models.basemodel:2011: 2024-05-19 15:39:15.336386 - step 32 of 120 - 5978 active elements (22 deactivated)
08:40:22 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:22 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:22 DEBUG   opendrift.models.basemodel:2030:               35.02437755544652 <- latitude  -> 35.46880378532249
08:40:22 DEBUG   opendrift.models.basemodel:2035:               23.366038819372225 <- longitude -> 23.935175208694684
08:40:22 DEBUG   opendrift.models.basemodel:2040:               -125.9860366812229   <- z ->   0.0
08:40:22 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5978 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5978 elements
08:40:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5978 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5978 elements
08:40:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:22 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5978 elements
08:40:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5978 elements
08:40:22 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:22 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 15:00:00 (before)
                2024-05-19 18:00:00 (after)
08:40:22 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:40:26 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:40:29 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:29 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:40:29 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:40:29 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:40:29 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 15x19x23) for time after (2024-05-19 18:00:00)
08:40:29 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:29 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1870 elements, expanding data 1
08:40:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 104 elements, expanding data 2
08:40:29 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 15:00:00, weight 0.78) and
                      after (2024-05-19 18:00:00, weight 0.22) in time
08:40:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5978 elements
08:40:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5978 elements
08:40:29 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:29 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 15:00:00 (before)
                2024-05-19 18:00:00 (after)
08:40:29 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:40:30 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:40:30 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:30 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:40:30 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:40:30 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-19 18:00:00)
08:40:30 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:30 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:30 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:30 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:30 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 15:00:00, weight 0.78) and
                      after (2024-05-19 18:00:00, weight 0.22) in time
08:40:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:30 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:30 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:30 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.18664 (min) 0.426985 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.210138 (min) 0.345415 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.25991 (min) 4.63068 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.171 (min) -1.37846 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:30 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.048549, mean: 0.247063, max: 0.616819
08:40:30 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:30 DEBUG   opendrift.models.physics_methods:1058:    min: 1.200385, mean: 2.595467, max: 4.278666
08:40:30 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.200385, mean: 2.595467, max: 4.278666
08:40:30 DEBUG   opendrift.models.basemodel:1667: 7 elements scheduled for deactivation (stranded)
08:40:30 DEBUG   opendrift.models.basemodel:1669:       (z: -14.764784 to 0.000000)
08:40:30 DEBUG   opendrift.models.basemodel:1687: Removed 7 elements.
08:40:30 DEBUG   opendrift.models.basemodel:1690: Removed 7 values from environment.
08:40:30 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:30 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:30 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:30 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:30 DEBUG   opendrift.models.basemodel:1699: Removed 7 values from environment_profiles.
08:40:30 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:30 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:30 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:30 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:30 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:30 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:30 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:30 DEBUG   opendrift.models.physics_methods:1058:    min: 1.200385, mean: 2.595561, max: 4.278666
08:40:30 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:30 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.003960, dN_50: 0.000311
08:40:30 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:30 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.009051252791670749
08:40:30 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:30 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:30 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:30 DEBUG   opendrift.models.physics_methods:912: Advecting 2103 of 5971 elements above 0.100m with wind-sheared ocean current (0.042145 m/s - 0.103988 m/s)
08:40:30 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:30 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0005307615296340624 and 0.49954076570611355 m/s
08:40:30 DEBUG   opendrift.models.basemodel:2097: 5971 active elements (29 deactivated)
08:40:30 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:30 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:30 INFO    opendrift.models.basemodel:2011: 2024-05-19 16:39:15.336386 - step 33 of 120 - 5971 active elements (29 deactivated)
08:40:30 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:30 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:30 DEBUG   opendrift.models.basemodel:2030:               35.02016562739857 <- latitude  -> 35.47562753289707
08:40:30 DEBUG   opendrift.models.basemodel:2035:               23.36320436979675 <- longitude -> 23.949948537361397
08:40:30 DEBUG   opendrift.models.basemodel:2040:               -124.75097509154614   <- z ->   0.0
08:40:30 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5971 elements
08:40:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5971 elements
08:40:30 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5971 elements
08:40:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5971 elements
08:40:30 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:30 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5971 elements
08:40:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5971 elements
08:40:30 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:30 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 15:00:00 (before)
                2024-05-19 18:00:00 (after)
08:40:30 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:30 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:30 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:30 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:30 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 15:00:00, weight 0.45) and
                      after (2024-05-19 18:00:00, weight 0.55) in time
08:40:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5971 elements
08:40:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5971 elements
08:40:30 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:30 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 15:00:00 (before)
                2024-05-19 18:00:00 (after)
08:40:30 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:30 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:30 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:30 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:30 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 15:00:00, weight 0.45) and
                      after (2024-05-19 18:00:00, weight 0.55) in time
08:40:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:30 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:30 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:30 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.185338 (min) 0.424954 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.220056 (min) 0.328612 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.350929 (min) 4.48168 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -4.03574 (min) -1.85864 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:30 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:30 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.121855, mean: 0.298519, max: 0.604688
08:40:30 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:30 DEBUG   opendrift.models.physics_methods:1058:    min: 1.901743, mean: 2.930984, max: 4.236384
08:40:30 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.901743, mean: 2.930984, max: 4.236384
08:40:30 DEBUG   opendrift.models.basemodel:1667: 7 elements scheduled for deactivation (stranded)
08:40:30 DEBUG   opendrift.models.basemodel:1669:       (z: -12.175763 to 0.000000)
08:40:30 DEBUG   opendrift.models.basemodel:1687: Removed 7 elements.
08:40:30 DEBUG   opendrift.models.basemodel:1690: Removed 7 values from environment.
08:40:30 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:30 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:30 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:30 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:30 DEBUG   opendrift.models.basemodel:1699: Removed 7 values from environment_profiles.
08:40:30 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:30 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:30 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:30 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:30 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:30 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:30 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:30 DEBUG   opendrift.models.physics_methods:1058:    min: 1.901743, mean: 2.930890, max: 4.236384
08:40:30 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:30 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.003260, dN_50: 0.000256
08:40:30 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:30 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.008873330878435533
08:40:30 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:30 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:30 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:31 DEBUG   opendrift.models.physics_methods:912: Advecting 2099 of 5964 elements above 0.100m with wind-sheared ocean current (0.066769 m/s - 0.125956 m/s)
08:40:31 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:31 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0017532466255671946 and 0.4370550683689754 m/s
08:40:31 DEBUG   opendrift.models.basemodel:2097: 5964 active elements (36 deactivated)
08:40:31 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:31 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:31 INFO    opendrift.models.basemodel:2011: 2024-05-19 17:39:15.336386 - step 34 of 120 - 5964 active elements (36 deactivated)
08:40:31 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:31 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:31 DEBUG   opendrift.models.basemodel:2030:               35.014798216660154 <- latitude  -> 35.47980424848965
08:40:31 DEBUG   opendrift.models.basemodel:2035:               23.365932891717083 <- longitude -> 23.958393890501938
08:40:31 DEBUG   opendrift.models.basemodel:2040:               -124.37019885216382   <- z ->   0.0
08:40:31 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5964 elements
08:40:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5964 elements
08:40:31 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:31 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5964 elements
08:40:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5964 elements
08:40:31 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:31 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:31 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5964 elements
08:40:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5964 elements
08:40:31 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:31 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 15:00:00 (before)
                2024-05-19 18:00:00 (after)
08:40:31 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:31 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:31 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:31 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:31 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 15:00:00, weight 0.12) and
                      after (2024-05-19 18:00:00, weight 0.88) in time
08:40:31 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5964 elements
08:40:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5964 elements
08:40:31 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:31 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 15:00:00 (before)
                2024-05-19 18:00:00 (after)
08:40:31 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 15:00:00) in space  (linearNDFast)
08:40:31 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:31 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:31 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:31 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 15:00:00, weight 0.12) and
                      after (2024-05-19 18:00:00, weight 0.88) in time
08:40:31 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:31 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:31 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:31 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:31 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:31 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:31 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.187758 (min) 0.422408 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.228601 (min) 0.324491 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.961089 (min) 4.32502 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -4.92848 (min) -1.87305 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:31 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:31 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.242385, mean: 0.372228, max: 0.630481
08:40:31 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:31 DEBUG   opendrift.models.physics_methods:1058:    min: 2.682145, mean: 3.312106, max: 4.325793
08:40:31 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.682145, mean: 3.312106, max: 4.325793
08:40:31 DEBUG   opendrift.models.basemodel:1667: 10 elements scheduled for deactivation (stranded)
08:40:31 DEBUG   opendrift.models.basemodel:1669:       (z: -116.584404 to 0.000000)
08:40:31 DEBUG   opendrift.models.basemodel:1687: Removed 10 elements.
08:40:31 DEBUG   opendrift.models.basemodel:1690: Removed 10 values from environment.
08:40:31 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:31 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:31 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:31 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:31 DEBUG   opendrift.models.basemodel:1699: Removed 10 values from environment_profiles.
08:40:31 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:31 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:31 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:31 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:31 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:31 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:31 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:31 DEBUG   opendrift.models.physics_methods:1058:    min: 2.682145, mean: 3.311830, max: 4.325793
08:40:31 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:31 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002809, dN_50: 0.000220
08:40:31 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:31 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.00925164344796901
08:40:31 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:31 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:31 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:31 DEBUG   opendrift.models.physics_methods:912: Advecting 2104 of 5954 elements above 0.100m with wind-sheared ocean current (0.035327 m/s - 0.149855 m/s)
08:40:31 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:31 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0003393144914910406 and 0.44025540192180096 m/s
08:40:31 DEBUG   opendrift.models.basemodel:2097: 5954 active elements (46 deactivated)
08:40:31 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:31 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:31 INFO    opendrift.models.basemodel:2011: 2024-05-19 18:39:15.336386 - step 35 of 120 - 5954 active elements (46 deactivated)
08:40:31 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:31 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:31 DEBUG   opendrift.models.basemodel:2030:               35.00879069357272 <- latitude  -> 35.48483666153237
08:40:31 DEBUG   opendrift.models.basemodel:2035:               23.366876381911815 <- longitude -> 23.972260578294662
08:40:31 DEBUG   opendrift.models.basemodel:2040:               -123.46996414492178   <- z ->   0.0
08:40:31 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5954 elements
08:40:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5954 elements
08:40:31 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:31 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5954 elements
08:40:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5954 elements
08:40:31 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:31 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:31 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5954 elements
08:40:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5954 elements
08:40:31 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:31 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 18:00:00 (before)
                2024-05-19 21:00:00 (after)
08:40:31 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:40:33 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:40:34 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:34 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:40:34 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:40:34 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:40:34 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 15x20x22) for time after (2024-05-19 21:00:00)
08:40:34 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:34 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:34 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:34 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1610 elements, expanding data 1
08:40:34 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 112 elements, expanding data 2
08:40:34 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 18:00:00, weight 0.78) and
                      after (2024-05-19 21:00:00, weight 0.22) in time
08:40:34 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:34 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:34 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:34 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:34 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:34 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:34 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:34 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5954 elements
08:40:34 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5954 elements
08:40:34 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:34 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 18:00:00 (before)
                2024-05-19 21:00:00 (after)
08:40:34 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:40:34 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:40:34 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:34 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:40:34 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:40:34 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 7x6x1) for time after (2024-05-19 21:00:00)
08:40:34 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:34 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:34 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:34 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:34 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 18:00:00, weight 0.78) and
                      after (2024-05-19 21:00:00, weight 0.22) in time
08:40:34 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:34 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:34 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:34 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:34 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:34 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:34 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:34 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:34 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.170484 (min) 0.423142 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.230836 (min) 0.324769 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.65132 (min) 3.13082 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -5.36893 (min) -1.42988 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:34 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:34 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.149850, mean: 0.353480, max: 0.728032
08:40:34 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:34 DEBUG   opendrift.models.physics_methods:1058:    min: 2.108908, mean: 3.203550, max: 4.648414
08:40:34 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.108908, mean: 3.203550, max: 4.648414
08:40:34 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:40:34 DEBUG   opendrift.models.basemodel:1669:       (z: -118.959696 to 0.000000)
08:40:34 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:40:34 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:40:34 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:34 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:34 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:34 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:34 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:40:34 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:34 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:34 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:34 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:34 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:34 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:34 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:34 DEBUG   opendrift.models.physics_methods:1058:    min: 2.108908, mean: 3.203309, max: 4.648414
08:40:34 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:34 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002928, dN_50: 0.000230
08:40:35 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:35 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.010682443698600583
08:40:35 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:35 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:35 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:35 DEBUG   opendrift.models.physics_methods:912: Advecting 2106 of 5951 elements above 0.100m with wind-sheared ocean current (0.113558 m/s - 0.163203 m/s)
08:40:35 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:35 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001978070086777582 and 0.5310116537120032 m/s
08:40:35 DEBUG   opendrift.models.basemodel:2097: 5951 active elements (49 deactivated)
08:40:35 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:35 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:35 INFO    opendrift.models.basemodel:2011: 2024-05-19 19:39:15.336386 - step 36 of 120 - 5951 active elements (49 deactivated)
08:40:35 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:35 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:35 DEBUG   opendrift.models.basemodel:2030:               34.997313672538056 <- latitude  -> 35.48534353084338
08:40:35 DEBUG   opendrift.models.basemodel:2035:               23.368351107193146 <- longitude -> 23.986418719734594
08:40:35 DEBUG   opendrift.models.basemodel:2040:               -122.02673154914307   <- z ->   0.0
08:40:35 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5951 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5951 elements
08:40:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5951 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5951 elements
08:40:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:35 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5951 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5951 elements
08:40:35 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:35 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 18:00:00 (before)
                2024-05-19 21:00:00 (after)
08:40:35 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:35 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:35 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 18:00:00, weight 0.45) and
                      after (2024-05-19 21:00:00, weight 0.55) in time
08:40:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5951 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5951 elements
08:40:35 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:35 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 18:00:00 (before)
                2024-05-19 21:00:00 (after)
08:40:35 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:35 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:35 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 18:00:00, weight 0.45) and
                      after (2024-05-19 21:00:00, weight 0.55) in time
08:40:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:35 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:35 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:35 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.170405 (min) 0.425654 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.231376 (min) 0.343135 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.47481 (min) 1.56238 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -5.50331 (min) -0.708123 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:35 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.031024, mean: 0.311182, max: 0.757431
08:40:35 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:35 DEBUG   opendrift.models.physics_methods:1058:    min: 0.959580, mean: 2.841234, max: 4.741342
08:40:35 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.959580, mean: 2.841234, max: 4.741342
08:40:35 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:40:35 DEBUG   opendrift.models.basemodel:1669:       (z: -14.844163 to -9.792898)
08:40:35 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:40:35 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:40:35 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:35 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:35 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:35 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:35 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:40:35 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:35 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:35 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:35 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:35 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:35 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:35 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:35 DEBUG   opendrift.models.physics_methods:1058:    min: 0.959580, mean: 2.840589, max: 4.741342
08:40:35 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:35 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.003749, dN_50: 0.000294
08:40:35 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:35 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01111365635526562
08:40:35 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:35 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:35 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:35 DEBUG   opendrift.models.physics_methods:912: Advecting 2113 of 5948 elements above 0.100m with wind-sheared ocean current (0.002981 m/s - 0.166466 m/s)
08:40:35 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:35 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0019900297777879715 and 0.46490655122322727 m/s
08:40:35 DEBUG   opendrift.models.basemodel:2097: 5948 active elements (52 deactivated)
08:40:35 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:35 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:35 INFO    opendrift.models.basemodel:2011: 2024-05-19 20:39:15.336386 - step 37 of 120 - 5948 active elements (52 deactivated)
08:40:35 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:35 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:35 DEBUG   opendrift.models.basemodel:2030:               34.99925075559127 <- latitude  -> 35.492031385338265
08:40:35 DEBUG   opendrift.models.basemodel:2035:               23.36421030037424 <- longitude -> 24.000062767626275
08:40:35 DEBUG   opendrift.models.basemodel:2040:               -121.370234825913   <- z ->   0.0
08:40:35 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5948 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5948 elements
08:40:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5948 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5948 elements
08:40:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:35 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5948 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5948 elements
08:40:35 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:35 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 18:00:00 (before)
                2024-05-19 21:00:00 (after)
08:40:35 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:35 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:35 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 18:00:00, weight 0.12) and
                      after (2024-05-19 21:00:00, weight 0.88) in time
08:40:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5948 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5948 elements
08:40:35 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:35 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 18:00:00 (before)
                2024-05-19 21:00:00 (after)
08:40:35 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 18:00:00) in space  (linearNDFast)
08:40:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:35 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:35 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 18:00:00, weight 0.12) and
                      after (2024-05-19 21:00:00, weight 0.88) in time
08:40:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:35 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:35 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:35 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.158652 (min) 0.427459 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.233842 (min) 0.339893 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.22282 (min) 0.808182 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -5.64671 (min) 0.0938154 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:35 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:35 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.012935, mean: 0.318915, max: 0.794053
08:40:35 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:35 DEBUG   opendrift.models.physics_methods:1058:    min: 0.619609, mean: 2.650481, max: 4.854611
08:40:35 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.619609, mean: 2.650481, max: 4.854611
08:40:35 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:40:35 DEBUG   opendrift.models.basemodel:1669:       (z: -110.477820 to -0.280806)
08:40:35 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:40:35 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:40:35 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:35 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:35 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:35 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:35 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:40:35 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:35 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:35 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:35 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:35 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:35 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:35 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:35 DEBUG   opendrift.models.physics_methods:1058:    min: 0.619609, mean: 2.649709, max: 4.854611
08:40:35 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:35 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005592, dN_50: 0.000439
08:40:35 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:35 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.011650801396748442
08:40:35 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:35 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:35 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:35 DEBUG   opendrift.models.physics_methods:912: Advecting 2116 of 5945 elements above 0.100m with wind-sheared ocean current (0.139310 m/s - 0.170443 m/s)
08:40:35 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:35 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0012933595438061264 and 0.4726361560466547 m/s
08:40:35 DEBUG   opendrift.models.basemodel:2097: 5945 active elements (55 deactivated)
08:40:35 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:35 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:35 INFO    opendrift.models.basemodel:2011: 2024-05-19 21:39:15.336386 - step 38 of 120 - 5945 active elements (55 deactivated)
08:40:35 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:35 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:35 DEBUG   opendrift.models.basemodel:2030:               34.99192928665787 <- latitude  -> 35.49889322076616
08:40:35 DEBUG   opendrift.models.basemodel:2035:               23.35834408709822 <- longitude -> 24.014577456019307
08:40:35 DEBUG   opendrift.models.basemodel:2040:               -120.89856487651194   <- z ->   0.0
08:40:35 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5945 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5945 elements
08:40:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5945 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5945 elements
08:40:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:35 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5945 elements
08:40:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5945 elements
08:40:35 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:35 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 21:00:00 (before)
                2024-05-20 00:00:00 (after)
08:40:35 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:40:41 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:40:44 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:44 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:40:44 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:40:44 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:40:44 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 16x21x22) for time after (2024-05-20 00:00:00)
08:40:44 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:44 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1402 elements, expanding data 1
08:40:45 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 109 elements, expanding data 2
08:40:45 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 21:00:00, weight 0.78) and
                      after (2024-05-20 00:00:00, weight 0.22) in time
08:40:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5945 elements
08:40:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5945 elements
08:40:45 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:45 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 21:00:00 (before)
                2024-05-20 00:00:00 (after)
08:40:45 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:40:45 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:40:45 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:45 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:40:45 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:40:45 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x7x1) for time after (2024-05-20 00:00:00)
08:40:45 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:45 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:45 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 21:00:00, weight 0.78) and
                      after (2024-05-20 00:00:00, weight 0.22) in time
08:40:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:45 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:45 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:45 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.160244 (min) 0.430915 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.228141 (min) 0.353079 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.96176 (min) 0.00202036 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -5.37824 (min) 0.174259 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:45 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.073816, mean: 0.370939, max: 0.766736
08:40:45 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:45 DEBUG   opendrift.models.physics_methods:1058:    min: 1.480151, mean: 3.018212, max: 4.770376
08:40:45 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.480151, mean: 3.018212, max: 4.770376
08:40:45 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:40:45 DEBUG   opendrift.models.basemodel:1669:       (z: -116.389891 to -1.493434)
08:40:45 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:40:45 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:40:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:45 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:40:45 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:45 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:45 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:45 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:45 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:45 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:45 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:45 DEBUG   opendrift.models.physics_methods:1058:    min: 1.480151, mean: 3.017391, max: 4.770376
08:40:45 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:45 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.003903, dN_50: 0.000306
08:40:45 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:45 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01125013466663263
08:40:45 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:45 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:45 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2119 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2119 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2119 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2119 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2118 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2117 surface elements
08:40:45 DEBUG   opendrift.models.physics_methods:912: Advecting 2117 of 5939 elements above 0.100m with wind-sheared ocean current (0.142787 m/s - 0.167485 m/s)
08:40:45 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:45 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001698774379231726 and 0.44352409058436 m/s
08:40:45 DEBUG   opendrift.models.basemodel:2097: 5939 active elements (61 deactivated)
08:40:45 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:45 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:45 INFO    opendrift.models.basemodel:2011: 2024-05-19 22:39:15.336386 - step 39 of 120 - 5939 active elements (61 deactivated)
08:40:45 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:45 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:45 DEBUG   opendrift.models.basemodel:2030:               34.98595308417662 <- latitude  -> 35.5043102644346
08:40:45 DEBUG   opendrift.models.basemodel:2035:               23.35695030815992 <- longitude -> 24.030769265108166
08:40:45 DEBUG   opendrift.models.basemodel:2040:               -119.8431302540743   <- z ->   0.0
08:40:45 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5939 elements
08:40:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5939 elements
08:40:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5939 elements
08:40:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5939 elements
08:40:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:45 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5939 elements
08:40:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5939 elements
08:40:45 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:45 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 21:00:00 (before)
                2024-05-20 00:00:00 (after)
08:40:45 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:45 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:45 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 21:00:00, weight 0.45) and
                      after (2024-05-20 00:00:00, weight 0.55) in time
08:40:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5939 elements
08:40:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5939 elements
08:40:45 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:45 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 21:00:00 (before)
                2024-05-20 00:00:00 (after)
08:40:45 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:45 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:45 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 21:00:00, weight 0.45) and
                      after (2024-05-20 00:00:00, weight 0.55) in time
08:40:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:45 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:45 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:45 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.165319 (min) 0.435351 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.219401 (min) 0.355039 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.58507 (min) -0.855797 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -4.921 (min) 0.0354254 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:45 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:45 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.174517, mean: 0.474034, max: 0.903598
08:40:45 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:45 DEBUG   opendrift.models.physics_methods:1058:    min: 2.275876, mean: 3.608299, max: 5.178659
08:40:45 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.275876, mean: 3.608299, max: 5.178659
08:40:45 DEBUG   opendrift.models.basemodel:1667: 2 elements scheduled for deactivation (stranded)
08:40:45 DEBUG   opendrift.models.basemodel:1669:       (z: -113.291002 to -7.740855)
08:40:45 DEBUG   opendrift.models.basemodel:1687: Removed 2 elements.
08:40:45 DEBUG   opendrift.models.basemodel:1690: Removed 2 values from environment.
08:40:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:45 DEBUG   opendrift.models.basemodel:1699: Removed 2 values from environment_profiles.
08:40:45 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:45 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:45 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:45 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:45 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:45 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:45 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:45 DEBUG   opendrift.models.physics_methods:1058:    min: 2.275876, mean: 3.608236, max: 5.178659
08:40:45 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:45 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.003031, dN_50: 0.000238
08:40:45 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:45 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.013257531588258317
08:40:45 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:45 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:45 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2118 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2117 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2116 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2115 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2114 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2113 surface elements
08:40:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2113 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2111 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2110 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2109 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2108 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2107 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2106 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2105 surface elements
08:40:46 DEBUG   opendrift.models.physics_methods:912: Advecting 2105 of 5937 elements above 0.100m with wind-sheared ocean current (0.144467 m/s - 0.181820 m/s)
08:40:46 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:46 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0012700866270978059 and 0.44621135438122284 m/s
08:40:46 DEBUG   opendrift.models.basemodel:2097: 5937 active elements (63 deactivated)
08:40:46 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:46 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:46 INFO    opendrift.models.basemodel:2011: 2024-05-19 23:39:15.336386 - step 40 of 120 - 5937 active elements (63 deactivated)
08:40:46 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:46 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:46 DEBUG   opendrift.models.basemodel:2030:               34.983119544763916 <- latitude  -> 35.51165216896119
08:40:46 DEBUG   opendrift.models.basemodel:2035:               23.346281876438482 <- longitude -> 24.039800015886865
08:40:46 DEBUG   opendrift.models.basemodel:2040:               -119.05915794599514   <- z ->   0.0
08:40:46 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5937 elements
08:40:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5937 elements
08:40:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5937 elements
08:40:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5937 elements
08:40:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:46 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5937 elements
08:40:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5937 elements
08:40:46 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:46 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 21:00:00 (before)
                2024-05-20 00:00:00 (after)
08:40:46 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:46 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:46 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 21:00:00, weight 0.12) and
                      after (2024-05-20 00:00:00, weight 0.88) in time
08:40:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5937 elements
08:40:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5937 elements
08:40:46 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:46 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-19 21:00:00 (before)
                2024-05-20 00:00:00 (after)
08:40:46 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-19 21:00:00) in space  (linearNDFast)
08:40:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:46 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:46 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-19 21:00:00, weight 0.12) and
                      after (2024-05-20 00:00:00, weight 0.88) in time
08:40:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:46 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:46 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:46 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.173399 (min) 0.440122 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.209069 (min) 0.383635 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.67014 (min) -1.75592 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -4.45272 (min) -0.0336011 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:46 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:46 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.307036, mean: 0.638383, max: 1.070410
08:40:46 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:46 DEBUG   opendrift.models.physics_methods:1058:    min: 3.018729, mean: 4.295212, max: 5.636436
08:40:46 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.018729, mean: 4.295212, max: 5.636436
08:40:46 DEBUG   opendrift.models.basemodel:1667: 4 elements scheduled for deactivation (stranded)
08:40:46 DEBUG   opendrift.models.basemodel:1669:       (z: -112.688374 to -0.571127)
08:40:46 DEBUG   opendrift.models.basemodel:1687: Removed 4 elements.
08:40:46 DEBUG   opendrift.models.basemodel:1690: Removed 4 values from environment.
08:40:46 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:46 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:46 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:46 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:46 DEBUG   opendrift.models.basemodel:1699: Removed 4 values from environment_profiles.
08:40:46 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:46 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:46 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:46 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:46 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:46 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:46 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:46 DEBUG   opendrift.models.physics_methods:1058:    min: 3.018729, mean: 4.295691, max: 5.636436
08:40:46 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:46 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002643, dN_50: 0.000207
08:40:46 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:46 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.015704198077750173
08:40:46 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:46 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:46 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2105 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2103 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2102 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2100 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2099 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2098 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2098 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2097 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2095 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2093 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2091 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2090 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2091 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2090 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2089 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2087 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2086 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2085 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2084 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2083 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2082 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2081 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2080 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2081 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2079 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2078 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2077 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2075 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2074 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2073 surface elements
08:40:46 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2072 surface elements
08:40:46 DEBUG   opendrift.models.physics_methods:912: Advecting 2072 of 5933 elements above 0.100m with wind-sheared ocean current (0.101135 m/s - 0.197892 m/s)
08:40:46 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:46 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0024049157410704057 and 0.42253891177290087 m/s
08:40:46 DEBUG   opendrift.models.basemodel:2097: 5933 active elements (67 deactivated)
08:40:46 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:46 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:46 INFO    opendrift.models.basemodel:2011: 2024-05-20 00:39:15.336386 - step 41 of 120 - 5933 active elements (67 deactivated)
08:40:46 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:46 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:46 DEBUG   opendrift.models.basemodel:2030:               34.975665634840524 <- latitude  -> 35.52191700837023
08:40:46 DEBUG   opendrift.models.basemodel:2035:               23.34433753902708 <- longitude -> 24.05344898236745
08:40:46 DEBUG   opendrift.models.basemodel:2040:               -118.1171722944498   <- z ->   0.0
08:40:46 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5933 elements
08:40:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5933 elements
08:40:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5933 elements
08:40:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5933 elements
08:40:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:46 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5933 elements
08:40:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5933 elements
08:40:46 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:46 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 00:00:00 (before)
                2024-05-20 03:00:00 (after)
08:40:46 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:40:48 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:40:51 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:51 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:40:51 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:40:51 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:40:51 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 17x21x22) for time after (2024-05-20 03:00:00)
08:40:51 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:51 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:51 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 03:00:00) in space  (linearNDFast)
08:40:51 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1177 elements, expanding data 1
08:40:51 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 110 elements, expanding data 2
08:40:51 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 00:00:00, weight 0.78) and
                      after (2024-05-20 03:00:00, weight 0.22) in time
08:40:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5933 elements
08:40:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5933 elements
08:40:51 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:51 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 00:00:00 (before)
                2024-05-20 03:00:00 (after)
08:40:51 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:40:52 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:40:52 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:52 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:40:52 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:40:52 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-20 03:00:00)
08:40:52 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:52 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 03:00:00) in space  (linearNDFast)
08:40:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:52 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 00:00:00, weight 0.78) and
                      after (2024-05-20 03:00:00, weight 0.22) in time
08:40:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:52 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:52 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:52 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.176006 (min) 0.442644 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.198224 (min) 0.403175 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.81445 (min) -2.58386 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.75027 (min) 0.237145 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:52 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.321576, mean: 0.625905, max: 0.953868
08:40:52 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:52 DEBUG   opendrift.models.physics_methods:1058:    min: 3.089382, mean: 4.277629, max: 5.320762
08:40:52 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.089382, mean: 4.277629, max: 5.320762
08:40:52 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:40:52 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:52 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:52 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:52 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:52 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:52 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:52 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:52 DEBUG   opendrift.models.physics_methods:1058:    min: 3.089382, mean: 4.277629, max: 5.320762
08:40:52 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:52 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.002793, dN_50: 0.000219
08:40:52 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:52 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01399485134213345
08:40:52 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:52 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:52 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2071 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2072 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2071 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2070 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2069 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2069 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2068 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2067 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2066 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2065 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2065 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2064 surface elements
08:40:52 DEBUG   opendrift.models.physics_methods:912: Advecting 2065 of 5933 elements above 0.100m with wind-sheared ocean current (0.037048 m/s - 0.186809 m/s)
08:40:52 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:52 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0004238820954716509 and 0.45152479786441346 m/s
08:40:52 DEBUG   opendrift.models.basemodel:2097: 5933 active elements (67 deactivated)
08:40:52 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:52 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:52 INFO    opendrift.models.basemodel:2011: 2024-05-20 01:39:15.336386 - step 42 of 120 - 5933 active elements (67 deactivated)
08:40:52 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:52 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:52 DEBUG   opendrift.models.basemodel:2030:               34.97179517792923 <- latitude  -> 35.534867277969326
08:40:52 DEBUG   opendrift.models.basemodel:2035:               23.342014875026674 <- longitude -> 24.070576257077565
08:40:52 DEBUG   opendrift.models.basemodel:2040:               -117.04768663957317   <- z ->   0.0
08:40:52 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5933 elements
08:40:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5933 elements
08:40:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5933 elements
08:40:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5933 elements
08:40:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:52 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5933 elements
08:40:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5933 elements
08:40:52 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:52 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 00:00:00 (before)
                2024-05-20 03:00:00 (after)
08:40:52 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:52 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 03:00:00) in space  (linearNDFast)
08:40:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:52 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 00:00:00, weight 0.45) and
                      after (2024-05-20 03:00:00, weight 0.55) in time
08:40:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5933 elements
08:40:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5933 elements
08:40:52 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:52 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 00:00:00 (before)
                2024-05-20 03:00:00 (after)
08:40:52 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:52 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 03:00:00) in space  (linearNDFast)
08:40:52 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:52 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 00:00:00, weight 0.45) and
                      after (2024-05-20 03:00:00, weight 0.55) in time
08:40:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:52 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:52 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:52 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.190426 (min) 0.443396 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.188813 (min) 0.422741 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.17257 (min) -3.38888 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.32223 (min) 0.719736 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:52 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:52 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.299451, mean: 0.519554, max: 0.770576
08:40:52 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:52 DEBUG   opendrift.models.physics_methods:1058:    min: 2.981207, mean: 3.907529, max: 4.782307
08:40:52 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.981207, mean: 3.907529, max: 4.782307
08:40:52 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:40:52 DEBUG   opendrift.models.basemodel:1669:       (z: -112.005245 to -1.938033)
08:40:52 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:40:52 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:40:52 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:52 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:52 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:52 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:52 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:40:52 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:52 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:52 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:52 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:52 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:52 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:52 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:52 DEBUG   opendrift.models.physics_methods:1058:    min: 2.981207, mean: 3.908140, max: 4.782307
08:40:52 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:52 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.003172, dN_50: 0.000249
08:40:52 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:52 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01130645548151516
08:40:52 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:52 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:52 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2064 surface elements
08:40:52 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2064 surface elements
08:40:53 DEBUG   opendrift.models.physics_methods:912: Advecting 2064 of 5927 elements above 0.100m with wind-sheared ocean current (0.117886 m/s - 0.167904 m/s)
08:40:53 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:53 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0007364099512550215 and 0.4633842760451244 m/s
08:40:53 DEBUG   opendrift.models.basemodel:2097: 5927 active elements (73 deactivated)
08:40:53 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:53 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:53 INFO    opendrift.models.basemodel:2011: 2024-05-20 02:39:15.336386 - step 43 of 120 - 5927 active elements (73 deactivated)
08:40:53 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:53 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:53 DEBUG   opendrift.models.basemodel:2030:               34.96344764370099 <- latitude  -> 35.54874598730553
08:40:53 DEBUG   opendrift.models.basemodel:2035:               23.335144832689952 <- longitude -> 24.077557834634902
08:40:53 DEBUG   opendrift.models.basemodel:2040:               -115.92646029621598   <- z ->   0.0
08:40:53 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5927 elements
08:40:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5927 elements
08:40:53 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5927 elements
08:40:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5927 elements
08:40:53 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:53 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5927 elements
08:40:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5927 elements
08:40:53 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:53 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 00:00:00 (before)
                2024-05-20 03:00:00 (after)
08:40:53 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:53 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 03:00:00) in space  (linearNDFast)
08:40:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:53 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 00:00:00, weight 0.12) and
                      after (2024-05-20 03:00:00, weight 0.88) in time
08:40:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5927 elements
08:40:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5927 elements
08:40:53 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:53 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 00:00:00 (before)
                2024-05-20 03:00:00 (after)
08:40:53 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 00:00:00) in space  (linearNDFast)
08:40:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:53 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 03:00:00) in space  (linearNDFast)
08:40:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:53 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 00:00:00, weight 0.12) and
                      after (2024-05-20 03:00:00, weight 0.88) in time
08:40:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:53 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:40:53 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:40:53 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:40:53 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:40:53 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:40:53 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.195816 (min) 0.444404 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.174325 (min) 0.441645 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.56642 (min) -3.13967 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.93219 (min) 1.42318 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:40:53 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:40:53 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.275490, mean: 0.437870, max: 0.617033
08:40:53 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:40:53 DEBUG   opendrift.models.physics_methods:1058:    min: 2.859450, mean: 3.595730, max: 4.279408
08:40:53 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.859450, mean: 3.595730, max: 4.279408
08:40:53 DEBUG   opendrift.models.basemodel:1667: 7 elements scheduled for deactivation (stranded)
08:40:53 DEBUG   opendrift.models.basemodel:1669:       (z: -110.056326 to -16.420518)
08:40:53 DEBUG   opendrift.models.basemodel:1687: Removed 7 elements.
08:40:53 DEBUG   opendrift.models.basemodel:1690: Removed 7 values from environment.
08:40:53 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:40:53 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:40:53 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:40:53 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:40:53 DEBUG   opendrift.models.basemodel:1699: Removed 7 values from environment_profiles.
08:40:53 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:40:53 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:40:53 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:40:53 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:40:53 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:40:53 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:40:53 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:40:53 DEBUG   opendrift.models.physics_methods:1058:    min: 2.904369, mean: 3.596288, max: 4.279408
08:40:53 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:40:53 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.003562, dN_50: 0.000280
08:40:53 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:40:53 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.009054388826027344
08:40:53 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:40:53 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:40:53 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:40:53 DEBUG   opendrift.models.physics_methods:912: Advecting 2071 of 5920 elements above 0.100m with wind-sheared ocean current (0.043830 m/s - 0.150248 m/s)
08:40:53 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:40:53 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0025640637585307422 and 0.4165540686897507 m/s
08:40:53 DEBUG   opendrift.models.basemodel:2097: 5920 active elements (80 deactivated)
08:40:53 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:40:53 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:40:53 INFO    opendrift.models.basemodel:2011: 2024-05-20 03:39:15.336386 - step 44 of 120 - 5920 active elements (80 deactivated)
08:40:53 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:40:53 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:40:53 DEBUG   opendrift.models.basemodel:2030:               34.95680511863976 <- latitude  -> 35.561543990174876
08:40:53 DEBUG   opendrift.models.basemodel:2035:               23.327584774541908 <- longitude -> 24.083586848024858
08:40:53 DEBUG   opendrift.models.basemodel:2040:               -115.0164747992723   <- z ->   0.0
08:40:53 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:40:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:40:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5920 elements
08:40:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5920 elements
08:40:53 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:40:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:40:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5920 elements
08:40:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5920 elements
08:40:53 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:40:53 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:40:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:40:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:40:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5920 elements
08:40:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5920 elements
08:40:53 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:53 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 03:00:00 (before)
                2024-05-20 06:00:00 (after)
08:40:53 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:40:57 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:40:59 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:40:59 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:40:59 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:40:59 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:40:59 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 18x23x22) for time after (2024-05-20 06:00:00)
08:40:59 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 03:00:00) in space  (linearNDFast)
08:40:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:59 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 06:00:00) in space  (linearNDFast)
08:40:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 909 elements, expanding data 1
08:40:59 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 94 elements, expanding data 2
08:40:59 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 03:00:00, weight 0.78) and
                      after (2024-05-20 06:00:00, weight 0.22) in time
08:40:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:40:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:40:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:40:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:40:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:40:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:40:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:40:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5920 elements
08:40:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5920 elements
08:40:59 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:40:59 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 03:00:00 (before)
                2024-05-20 06:00:00 (after)
08:40:59 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:41:00 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:41:00 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:00 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:41:00 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:41:00 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-20 06:00:00)
08:41:00 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 03:00:00) in space  (linearNDFast)
08:41:00 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:00 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:00 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:00 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 03:00:00, weight 0.78) and
                      after (2024-05-20 06:00:00, weight 0.22) in time
08:41:00 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:00 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:00 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:00 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:00 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:00 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:00 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.191458 (min) 0.440905 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.1639 (min) 0.437381 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.28392 (min) -2.90691 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.58666 (min) 1.73656 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:00 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.262795, mean: 0.376728, max: 0.523395
08:41:00 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:00 DEBUG   opendrift.models.physics_methods:1058:    min: 2.792790, mean: 3.338915, max: 3.941346
08:41:00 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.792790, mean: 3.338915, max: 3.941346
08:41:00 DEBUG   opendrift.models.basemodel:1667: 4 elements scheduled for deactivation (stranded)
08:41:00 DEBUG   opendrift.models.basemodel:1669:       (z: -110.195765 to -108.439509)
08:41:00 DEBUG   opendrift.models.basemodel:1687: Removed 4 elements.
08:41:00 DEBUG   opendrift.models.basemodel:1690: Removed 4 values from environment.
08:41:00 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:00 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:00 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:00 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:00 DEBUG   opendrift.models.basemodel:1699: Removed 4 values from environment_profiles.
08:41:00 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:00 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:00 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:00 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:00 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:00 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:00 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:00 DEBUG   opendrift.models.physics_methods:1058:    min: 2.813607, mean: 3.339271, max: 3.941346
08:41:00 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:00 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.003976, dN_50: 0.000312
08:41:00 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:00 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.007680985584193252
08:41:00 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:00 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:00 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:00 DEBUG   opendrift.models.physics_methods:912: Advecting 2075 of 5916 elements above 0.100m with wind-sheared ocean current (0.028124 m/s - 0.136347 m/s)
08:41:00 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:00 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0014983467966477306 and 0.38578700422892925 m/s
08:41:00 DEBUG   opendrift.models.basemodel:2097: 5916 active elements (84 deactivated)
08:41:00 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:00 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:00 INFO    opendrift.models.basemodel:2011: 2024-05-20 04:39:15.336386 - step 45 of 120 - 5916 active elements (84 deactivated)
08:41:00 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:00 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:00 DEBUG   opendrift.models.basemodel:2030:               34.953434696211104 <- latitude  -> 35.57232533619479
08:41:00 DEBUG   opendrift.models.basemodel:2035:               23.315215729280336 <- longitude -> 24.098654600909374
08:41:00 DEBUG   opendrift.models.basemodel:2040:               -114.40849125064244   <- z ->   0.0
08:41:00 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:00 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:00 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5916 elements
08:41:00 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5916 elements
08:41:00 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:00 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:00 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:00 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:00 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5916 elements
08:41:00 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5916 elements
08:41:00 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:00 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:00 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:00 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:00 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:00 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5916 elements
08:41:00 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5916 elements
08:41:00 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:00 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 03:00:00 (before)
                2024-05-20 06:00:00 (after)
08:41:00 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 03:00:00) in space  (linearNDFast)
08:41:00 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:00 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:00 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:00 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 03:00:00, weight 0.45) and
                      after (2024-05-20 06:00:00, weight 0.55) in time
08:41:00 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:00 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:00 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:00 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5916 elements
08:41:00 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5916 elements
08:41:00 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:00 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 03:00:00 (before)
                2024-05-20 06:00:00 (after)
08:41:00 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 03:00:00) in space  (linearNDFast)
08:41:00 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:00 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:00 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:00 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 03:00:00, weight 0.45) and
                      after (2024-05-20 06:00:00, weight 0.55) in time
08:41:00 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:00 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:00 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:00 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:00 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:00 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:00 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.185343 (min) 0.435219 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.156607 (min) 0.424336 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.97959 (min) -2.44891 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.24997 (min) 1.84988 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:00 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:00 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.197284, mean: 0.323606, max: 0.469036
08:41:00 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:00 DEBUG   opendrift.models.physics_methods:1058:    min: 2.419777, mean: 3.092758, max: 3.731066
08:41:00 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.419777, mean: 3.092758, max: 3.731066
08:41:00 DEBUG   opendrift.models.basemodel:1667: 5 elements scheduled for deactivation (stranded)
08:41:00 DEBUG   opendrift.models.basemodel:1669:       (z: -108.508151 to -105.817609)
08:41:01 DEBUG   opendrift.models.basemodel:1687: Removed 5 elements.
08:41:01 DEBUG   opendrift.models.basemodel:1690: Removed 5 values from environment.
08:41:01 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:01 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:01 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:01 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:01 DEBUG   opendrift.models.basemodel:1699: Removed 5 values from environment_profiles.
08:41:01 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:01 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:01 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:01 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:01 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:01 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:01 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:01 DEBUG   opendrift.models.physics_methods:1058:    min: 2.419777, mean: 3.092994, max: 3.731066
08:41:01 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:01 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.004461, dN_50: 0.000350
08:41:01 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:01 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.006883688512195474
08:41:01 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:01 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:01 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:01 DEBUG   opendrift.models.physics_methods:912: Advecting 2079 of 5911 elements above 0.100m with wind-sheared ocean current (0.091318 m/s - 0.125666 m/s)
08:41:01 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:01 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0015514240887871766 and 0.4879409870926283 m/s
08:41:01 DEBUG   opendrift.models.basemodel:2097: 5911 active elements (89 deactivated)
08:41:01 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:01 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:01 INFO    opendrift.models.basemodel:2011: 2024-05-20 05:39:15.336386 - step 46 of 120 - 5911 active elements (89 deactivated)
08:41:01 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:01 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:01 DEBUG   opendrift.models.basemodel:2030:               34.9476985827946 <- latitude  -> 35.58306939552833
08:41:01 DEBUG   opendrift.models.basemodel:2035:               23.304985451654037 <- longitude -> 24.10629562716315
08:41:01 DEBUG   opendrift.models.basemodel:2040:               -113.70938938604847   <- z ->   0.0
08:41:01 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5911 elements
08:41:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5911 elements
08:41:01 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:01 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5911 elements
08:41:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5911 elements
08:41:01 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:01 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:01 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5911 elements
08:41:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5911 elements
08:41:01 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:01 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 03:00:00 (before)
                2024-05-20 06:00:00 (after)
08:41:01 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 03:00:00) in space  (linearNDFast)
08:41:01 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:01 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:01 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:01 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 03:00:00, weight 0.12) and
                      after (2024-05-20 06:00:00, weight 0.88) in time
08:41:01 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5911 elements
08:41:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5911 elements
08:41:01 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:01 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 03:00:00 (before)
                2024-05-20 06:00:00 (after)
08:41:01 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 03:00:00) in space  (linearNDFast)
08:41:01 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:01 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:01 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:01 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 03:00:00, weight 0.12) and
                      after (2024-05-20 06:00:00, weight 0.88) in time
08:41:01 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:01 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:01 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:01 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:01 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:01 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:01 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.180782 (min) 0.429255 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.154706 (min) 0.413876 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.72279 (min) -1.92131 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.92548 (min) 1.97681 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:01 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:01 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.123252, mean: 0.276743, max: 0.425725
08:41:01 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:01 DEBUG   opendrift.models.physics_methods:1058:    min: 1.912611, mean: 2.850558, max: 3.554627
08:41:01 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.912611, mean: 2.850558, max: 3.554627
08:41:01 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:41:01 DEBUG   opendrift.models.basemodel:1669:       (z: -108.473000 to -102.639687)
08:41:01 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:41:01 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:41:01 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:01 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:01 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:01 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:01 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:41:01 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:01 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:01 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:01 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:01 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:01 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:01 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:01 DEBUG   opendrift.models.physics_methods:1058:    min: 1.912611, mean: 2.850691, max: 3.554627
08:41:01 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:01 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005051, dN_50: 0.000396
08:41:01 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:01 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.006248421204060631
08:41:01 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:01 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:01 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:01 DEBUG   opendrift.models.physics_methods:912: Advecting 2079 of 5905 elements above 0.100m with wind-sheared ocean current (0.075323 m/s - 0.115829 m/s)
08:41:01 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:01 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0007284742571600215 and 0.44485655965778337 m/s
08:41:01 DEBUG   opendrift.models.basemodel:2097: 5905 active elements (95 deactivated)
08:41:01 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:01 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:01 INFO    opendrift.models.basemodel:2011: 2024-05-20 06:39:15.336386 - step 47 of 120 - 5905 active elements (95 deactivated)
08:41:01 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:01 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:01 DEBUG   opendrift.models.basemodel:2030:               34.94656412461383 <- latitude  -> 35.59196814789227
08:41:01 DEBUG   opendrift.models.basemodel:2035:               23.3002585845206 <- longitude -> 24.115976307475982
08:41:01 DEBUG   opendrift.models.basemodel:2040:               -113.03222508653806   <- z ->   0.0
08:41:01 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5905 elements
08:41:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5905 elements
08:41:01 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:01 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5905 elements
08:41:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5905 elements
08:41:01 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:01 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:01 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5905 elements
08:41:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5905 elements
08:41:01 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:01 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 06:00:00 (before)
                2024-05-20 09:00:00 (after)
08:41:01 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:41:05 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:41:07 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:07 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:41:07 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:41:07 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:41:07 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 18x24x22) for time after (2024-05-20 09:00:00)
08:41:07 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:07 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:07 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:07 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 737 elements, expanding data 1
08:41:07 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 84 elements, expanding data 2
08:41:07 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 06:00:00, weight 0.78) and
                      after (2024-05-20 09:00:00, weight 0.22) in time
08:41:07 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5905 elements
08:41:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5905 elements
08:41:07 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:07 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 06:00:00 (before)
                2024-05-20 09:00:00 (after)
08:41:07 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:41:07 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:41:08 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:08 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:41:08 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:41:08 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-20 09:00:00)
08:41:08 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:08 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:08 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:08 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:08 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 06:00:00, weight 0.78) and
                      after (2024-05-20 09:00:00, weight 0.22) in time
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:08 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:08 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.158173 (min) 0.426441 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.147331 (min) 0.397704 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.88712 (min) -2.14282 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.78738 (min) 1.67936 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:08 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.133477, mean: 0.228406, max: 0.424758
08:41:08 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:08 DEBUG   opendrift.models.physics_methods:1058:    min: 1.990363, mean: 2.590704, max: 3.550588
08:41:08 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.990363, mean: 2.590704, max: 3.550588
08:41:08 DEBUG   opendrift.models.basemodel:1667: 7 elements scheduled for deactivation (stranded)
08:41:08 DEBUG   opendrift.models.basemodel:1669:       (z: -107.664959 to -104.575091)
08:41:08 DEBUG   opendrift.models.basemodel:1687: Removed 7 elements.
08:41:08 DEBUG   opendrift.models.basemodel:1690: Removed 7 values from environment.
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:08 DEBUG   opendrift.models.basemodel:1699: Removed 7 values from environment_profiles.
08:41:08 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:08 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:08 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:08 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:08 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:08 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:08 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:08 DEBUG   opendrift.models.physics_methods:1058:    min: 1.990363, mean: 2.591027, max: 3.550588
08:41:08 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:08 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005366, dN_50: 0.000421
08:41:08 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:08 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.00623424074066938
08:41:08 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:08 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:08 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:08 DEBUG   opendrift.models.physics_methods:912: Advecting 2083 of 5898 elements above 0.100m with wind-sheared ocean current (0.028547 m/s - 0.124659 m/s)
08:41:08 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:08 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0031695628730333348 and 0.4222383333721858 m/s
08:41:08 DEBUG   opendrift.models.basemodel:2097: 5898 active elements (102 deactivated)
08:41:08 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:08 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:08 INFO    opendrift.models.basemodel:2011: 2024-05-20 07:39:15.336386 - step 48 of 120 - 5898 active elements (102 deactivated)
08:41:08 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:08 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:08 DEBUG   opendrift.models.basemodel:2030:               34.94506012560132 <- latitude  -> 35.60393623044362
08:41:08 DEBUG   opendrift.models.basemodel:2035:               23.297891898264464 <- longitude -> 24.123346533682543
08:41:08 DEBUG   opendrift.models.basemodel:2040:               -111.98724928373858   <- z ->   0.0
08:41:08 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5898 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5898 elements
08:41:08 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5898 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5898 elements
08:41:08 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:08 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5898 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5898 elements
08:41:08 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:08 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 06:00:00 (before)
                2024-05-20 09:00:00 (after)
08:41:08 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:08 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:08 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:08 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:08 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 06:00:00, weight 0.45) and
                      after (2024-05-20 09:00:00, weight 0.55) in time
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5898 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5898 elements
08:41:08 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:08 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 06:00:00 (before)
                2024-05-20 09:00:00 (after)
08:41:08 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:08 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:08 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:08 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:08 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 06:00:00, weight 0.45) and
                      after (2024-05-20 09:00:00, weight 0.55) in time
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:08 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:08 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.119675 (min) 0.425252 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.144267 (min) 0.374297 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.51717 (min) -1.36049 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.76553 (min) 1.2056 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:08 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.062865, mean: 0.212262, max: 0.566941
08:41:08 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:08 DEBUG   opendrift.models.physics_methods:1058:    min: 1.365943, mean: 2.339799, max: 4.102027
08:41:08 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.365943, mean: 2.339799, max: 4.102027
08:41:08 DEBUG   opendrift.models.basemodel:1667: 9 elements scheduled for deactivation (stranded)
08:41:08 DEBUG   opendrift.models.basemodel:1669:       (z: -107.567069 to -101.546584)
08:41:08 DEBUG   opendrift.models.basemodel:1687: Removed 9 elements.
08:41:08 DEBUG   opendrift.models.basemodel:1690: Removed 9 values from environment.
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:08 DEBUG   opendrift.models.basemodel:1699: Removed 9 values from environment_profiles.
08:41:08 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:08 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:08 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:08 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:08 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:08 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:08 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:08 DEBUG   opendrift.models.physics_methods:1058:    min: 1.365943, mean: 2.341112, max: 4.102027
08:41:08 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:08 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.006187, dN_50: 0.000486
08:41:08 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:08 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.008319680671308645
08:41:08 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:08 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:08 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:08 DEBUG   opendrift.models.physics_methods:912: Advecting 2088 of 5889 elements above 0.100m with wind-sheared ocean current (0.000897 m/s - 0.144020 m/s)
08:41:08 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:08 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.004078482558734169 and 0.4473193008496676 m/s
08:41:08 DEBUG   opendrift.models.basemodel:2097: 5889 active elements (111 deactivated)
08:41:08 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:08 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:08 INFO    opendrift.models.basemodel:2011: 2024-05-20 08:39:15.336386 - step 49 of 120 - 5889 active elements (111 deactivated)
08:41:08 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:08 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:08 DEBUG   opendrift.models.basemodel:2030:               34.939703251179935 <- latitude  -> 35.60807088024574
08:41:08 DEBUG   opendrift.models.basemodel:2035:               23.289019537159273 <- longitude -> 24.127394686693016
08:41:08 DEBUG   opendrift.models.basemodel:2040:               -110.84684457515718   <- z ->   0.0
08:41:08 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5889 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5889 elements
08:41:08 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5889 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5889 elements
08:41:08 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:08 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5889 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5889 elements
08:41:08 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:08 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 06:00:00 (before)
                2024-05-20 09:00:00 (after)
08:41:08 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:08 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:08 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:08 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:08 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 06:00:00, weight 0.12) and
                      after (2024-05-20 09:00:00, weight 0.88) in time
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5889 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5889 elements
08:41:08 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:08 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 06:00:00 (before)
                2024-05-20 09:00:00 (after)
08:41:08 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 06:00:00) in space  (linearNDFast)
08:41:08 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:08 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:08 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:08 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 06:00:00, weight 0.12) and
                      after (2024-05-20 09:00:00, weight 0.88) in time
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:08 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:08 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.122862 (min) 0.42415 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.137202 (min) 0.394668 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.20318 (min) -0.276231 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.88695 (min) 0.710854 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:08 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:08 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.003613, mean: 0.239248, max: 0.753589
08:41:08 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:08 DEBUG   opendrift.models.physics_methods:1058:    min: 0.327447, mean: 2.162827, max: 4.729299
08:41:08 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.327447, mean: 2.162827, max: 4.729299
08:41:08 DEBUG   opendrift.models.basemodel:1667: 14 elements scheduled for deactivation (stranded)
08:41:08 DEBUG   opendrift.models.basemodel:1669:       (z: -106.703181 to -100.311517)
08:41:08 DEBUG   opendrift.models.basemodel:1687: Removed 14 elements.
08:41:08 DEBUG   opendrift.models.basemodel:1690: Removed 14 values from environment.
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:08 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:08 DEBUG   opendrift.models.basemodel:1699: Removed 14 values from environment_profiles.
08:41:08 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:08 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:08 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:08 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:08 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:08 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:08 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:08 DEBUG   opendrift.models.physics_methods:1058:    min: 0.327447, mean: 2.165678, max: 4.729299
08:41:08 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:08 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.011289, dN_50: 0.000886
08:41:08 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:08 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.011057294114409297
08:41:08 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:08 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:08 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:08 DEBUG   opendrift.models.physics_methods:912: Advecting 2090 of 5875 elements above 0.100m with wind-sheared ocean current (0.008832 m/s - 0.166043 m/s)
08:41:08 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:08 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0017142582818361833 and 0.5011946971082486 m/s
08:41:08 DEBUG   opendrift.models.basemodel:2097: 5875 active elements (125 deactivated)
08:41:08 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:08 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:08 INFO    opendrift.models.basemodel:2011: 2024-05-20 09:39:15.336386 - step 50 of 120 - 5875 active elements (125 deactivated)
08:41:08 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:08 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:08 DEBUG   opendrift.models.basemodel:2030:               34.93687496705809 <- latitude  -> 35.620587457580626
08:41:08 DEBUG   opendrift.models.basemodel:2035:               23.28761390560329 <- longitude -> 24.13720060660202
08:41:08 DEBUG   opendrift.models.basemodel:2040:               -109.52856752945831   <- z ->   0.0
08:41:08 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5875 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5875 elements
08:41:08 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5875 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5875 elements
08:41:08 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:08 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5875 elements
08:41:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5875 elements
08:41:08 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:08 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 09:00:00 (before)
                2024-05-20 12:00:00 (after)
08:41:08 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:41:10 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:41:14 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:14 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:41:14 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:41:14 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:41:14 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 18x25x22) for time after (2024-05-20 12:00:00)
08:41:14 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:14 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 613 elements, expanding data 1
08:41:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 57 elements, expanding data 2
08:41:14 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 09:00:00, weight 0.78) and
                      after (2024-05-20 12:00:00, weight 0.22) in time
08:41:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5875 elements
08:41:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5875 elements
08:41:14 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:14 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 09:00:00 (before)
                2024-05-20 12:00:00 (after)
08:41:14 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:41:14 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:41:14 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:14 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:41:14 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:41:14 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-20 12:00:00)
08:41:14 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:14 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:14 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 09:00:00, weight 0.78) and
                      after (2024-05-20 12:00:00, weight 0.22) in time
08:41:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:14 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:14 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:14 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:14 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.141862 (min) 0.404142 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.118002 (min) 0.398583 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.38312 (min) -0.561028 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.95324 (min) 0.510804 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:14 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:14 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.008936, mean: 0.270174, max: 0.806712
08:41:14 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:14 DEBUG   opendrift.models.physics_methods:1058:    min: 0.515001, mean: 2.392314, max: 4.893152
08:41:14 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.515001, mean: 2.392314, max: 4.893152
08:41:14 DEBUG   opendrift.models.basemodel:1667: 17 elements scheduled for deactivation (stranded)
08:41:14 DEBUG   opendrift.models.basemodel:1669:       (z: -107.212032 to -98.955905)
08:41:14 DEBUG   opendrift.models.basemodel:1687: Removed 17 elements.
08:41:14 DEBUG   opendrift.models.basemodel:1690: Removed 17 values from environment.
08:41:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:14 DEBUG   opendrift.models.basemodel:1699: Removed 17 values from environment_profiles.
08:41:14 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:14 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:14 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:14 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:14 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:14 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:14 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:14 DEBUG   opendrift.models.physics_methods:1058:    min: 0.515001, mean: 2.395225, max: 4.893152
08:41:14 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:14 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.008495, dN_50: 0.000667
08:41:14 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:14 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.011836463797257299
08:41:14 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:14 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:14 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:15 DEBUG   opendrift.models.physics_methods:912: Advecting 2092 of 5858 elements above 0.100m with wind-sheared ocean current (0.015057 m/s - 0.171796 m/s)
08:41:15 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:15 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0024862351005611708 and 0.421772410957816 m/s
08:41:15 DEBUG   opendrift.models.basemodel:2097: 5858 active elements (142 deactivated)
08:41:15 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:15 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:15 INFO    opendrift.models.basemodel:2011: 2024-05-20 10:39:15.336386 - step 51 of 120 - 5858 active elements (142 deactivated)
08:41:15 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:15 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:15 DEBUG   opendrift.models.basemodel:2030:               34.93490274815796 <- latitude  -> 35.6272254131435
08:41:15 DEBUG   opendrift.models.basemodel:2035:               23.275569690569135 <- longitude -> 24.14492385472318
08:41:15 DEBUG   opendrift.models.basemodel:2040:               -108.22690448372369   <- z ->   0.0
08:41:15 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5858 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5858 elements
08:41:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5858 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5858 elements
08:41:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:15 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5858 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5858 elements
08:41:15 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:15 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 09:00:00 (before)
                2024-05-20 12:00:00 (after)
08:41:15 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:15 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:15 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:15 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:15 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 09:00:00, weight 0.45) and
                      after (2024-05-20 12:00:00, weight 0.55) in time
08:41:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5858 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5858 elements
08:41:15 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:15 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 09:00:00 (before)
                2024-05-20 12:00:00 (after)
08:41:15 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:15 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:15 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:15 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:15 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 09:00:00, weight 0.45) and
                      after (2024-05-20 12:00:00, weight 0.55) in time
08:41:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:15 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:15 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:15 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.171656 (min) 0.373332 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.106041 (min) 0.358606 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.36863 (min) -1.42071 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.00716 (min) 0.363645 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:15 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.052906, mean: 0.306950, max: 0.804150
08:41:15 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:15 DEBUG   opendrift.models.physics_methods:1058:    min: 1.253093, mean: 2.792093, max: 4.885376
08:41:15 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.253093, mean: 2.792093, max: 4.885376
08:41:15 DEBUG   opendrift.models.basemodel:1667: 12 elements scheduled for deactivation (stranded)
08:41:15 DEBUG   opendrift.models.basemodel:1669:       (z: -107.212855 to -9.514625)
08:41:15 DEBUG   opendrift.models.basemodel:1687: Removed 12 elements.
08:41:15 DEBUG   opendrift.models.basemodel:1690: Removed 12 values from environment.
08:41:15 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:15 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:15 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:15 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:15 DEBUG   opendrift.models.basemodel:1699: Removed 12 values from environment_profiles.
08:41:15 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:15 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:15 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:15 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:15 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:15 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:15 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:15 DEBUG   opendrift.models.physics_methods:1058:    min: 1.253093, mean: 2.793371, max: 4.885376
08:41:15 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:15 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005874, dN_50: 0.000461
08:41:15 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:15 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01179888691341112
08:41:15 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:15 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:15 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:15 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2092 surface elements
08:41:15 DEBUG   opendrift.models.physics_methods:912: Advecting 2094 of 5846 elements above 0.100m with wind-sheared ocean current (0.022639 m/s - 0.171523 m/s)
08:41:15 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:15 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0028460449900402254 and 0.5094713010951987 m/s
08:41:15 DEBUG   opendrift.models.basemodel:2097: 5846 active elements (154 deactivated)
08:41:15 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:15 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:15 INFO    opendrift.models.basemodel:2011: 2024-05-20 11:39:15.336386 - step 52 of 120 - 5846 active elements (154 deactivated)
08:41:15 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:15 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:15 DEBUG   opendrift.models.basemodel:2030:               34.92653958528026 <- latitude  -> 35.63184603052648
08:41:15 DEBUG   opendrift.models.basemodel:2035:               23.26430716655712 <- longitude -> 24.16374247583689
08:41:15 DEBUG   opendrift.models.basemodel:2040:               -107.33859345928842   <- z ->   0.0
08:41:15 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5846 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5846 elements
08:41:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5846 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5846 elements
08:41:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:15 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5846 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5846 elements
08:41:15 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:15 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 09:00:00 (before)
                2024-05-20 12:00:00 (after)
08:41:15 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:15 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:15 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:15 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:15 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 09:00:00, weight 0.12) and
                      after (2024-05-20 12:00:00, weight 0.88) in time
08:41:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5846 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5846 elements
08:41:15 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:15 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 09:00:00 (before)
                2024-05-20 12:00:00 (after)
08:41:15 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 09:00:00) in space  (linearNDFast)
08:41:15 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:15 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:15 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:15 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 09:00:00, weight 0.12) and
                      after (2024-05-20 12:00:00, weight 0.88) in time
08:41:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:15 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:15 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:15 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.191117 (min) 0.342501 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0917669 (min) 0.346629 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.34392 (min) -2.22578 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.02716 (min) 0.246194 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:15 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:15 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.122190, mean: 0.366286, max: 0.803337
08:41:15 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:15 DEBUG   opendrift.models.physics_methods:1058:    min: 1.904349, mean: 3.202732, max: 4.882908
08:41:15 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.904349, mean: 3.202732, max: 4.882908
08:41:15 DEBUG   opendrift.models.basemodel:1667: 9 elements scheduled for deactivation (stranded)
08:41:15 DEBUG   opendrift.models.basemodel:1669:       (z: -104.436988 to -98.596264)
08:41:15 DEBUG   opendrift.models.basemodel:1687: Removed 9 elements.
08:41:15 DEBUG   opendrift.models.basemodel:1690: Removed 9 values from environment.
08:41:15 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:15 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:15 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:15 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:15 DEBUG   opendrift.models.basemodel:1699: Removed 9 values from environment_profiles.
08:41:15 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:15 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:15 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:15 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:15 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:15 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:15 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:15 DEBUG   opendrift.models.physics_methods:1058:    min: 1.904349, mean: 3.203444, max: 4.882907
08:41:15 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:15 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005249, dN_50: 0.000412
08:41:15 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:15 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.011786968572610145
08:41:15 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:15 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:15 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:15 DEBUG   opendrift.models.physics_methods:912: Advecting 2098 of 5837 elements above 0.100m with wind-sheared ocean current (0.006735 m/s - 0.171436 m/s)
08:41:15 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:15 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0012993908118517368 and 0.4227371791372707 m/s
08:41:15 DEBUG   opendrift.models.basemodel:2097: 5837 active elements (163 deactivated)
08:41:15 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:15 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:15 INFO    opendrift.models.basemodel:2011: 2024-05-20 12:39:15.336386 - step 53 of 120 - 5837 active elements (163 deactivated)
08:41:15 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:15 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:15 DEBUG   opendrift.models.basemodel:2030:               34.929300448190475 <- latitude  -> 35.64264553883964
08:41:15 DEBUG   opendrift.models.basemodel:2035:               23.253696028513826 <- longitude -> 24.164006510625143
08:41:15 DEBUG   opendrift.models.basemodel:2040:               -106.96577138160659   <- z ->   0.0
08:41:15 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5837 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5837 elements
08:41:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5837 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5837 elements
08:41:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:15 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5837 elements
08:41:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5837 elements
08:41:15 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:15 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 12:00:00 (before)
                2024-05-20 15:00:00 (after)
08:41:15 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:41:18 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:41:24 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:24 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:41:24 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:41:24 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:41:24 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 20x25x22) for time after (2024-05-20 15:00:00)
08:41:24 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:24 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:24 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:24 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 487 elements, expanding data 1
08:41:24 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 35 elements, expanding data 2
08:41:24 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 12:00:00, weight 0.78) and
                      after (2024-05-20 15:00:00, weight 0.22) in time
08:41:24 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:24 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:24 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:24 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:24 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:24 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:24 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:24 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5837 elements
08:41:24 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5837 elements
08:41:24 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:24 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 12:00:00 (before)
                2024-05-20 15:00:00 (after)
08:41:24 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:41:25 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:41:25 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:25 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:41:25 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:41:25 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-20 15:00:00)
08:41:25 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:25 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:25 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 12:00:00, weight 0.78) and
                      after (2024-05-20 15:00:00, weight 0.22) in time
08:41:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:25 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:25 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:25 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.187067 (min) 0.320205 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0873538 (min) 0.315839 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.25669 (min) -2.89711 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.78296 (min) 0.678526 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:25 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.212740, mean: 0.399619, max: 0.750132
08:41:25 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:25 DEBUG   opendrift.models.physics_methods:1058:    min: 2.512780, mean: 3.400742, max: 4.718440
08:41:25 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.512780, mean: 3.400742, max: 4.718440
08:41:25 DEBUG   opendrift.models.basemodel:1667: 14 elements scheduled for deactivation (stranded)
08:41:25 DEBUG   opendrift.models.basemodel:1669:       (z: -103.946938 to -13.136935)
08:41:25 DEBUG   opendrift.models.basemodel:1687: Removed 14 elements.
08:41:25 DEBUG   opendrift.models.basemodel:1690: Removed 14 values from environment.
08:41:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:25 DEBUG   opendrift.models.basemodel:1699: Removed 14 values from environment_profiles.
08:41:25 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:25 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:25 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:25 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:25 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:25 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:25 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:25 DEBUG   opendrift.models.physics_methods:1058:    min: 2.512780, mean: 3.401700, max: 4.718440
08:41:25 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:25 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005249, dN_50: 0.000412
08:41:25 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:25 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.011006595773714715
08:41:25 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:25 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:25 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:25 DEBUG   opendrift.models.physics_methods:912: Advecting 2100 of 5823 elements above 0.100m with wind-sheared ocean current (0.074169 m/s - 0.165662 m/s)
08:41:25 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:25 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0003713007346510168 and 0.4423251148604821 m/s
08:41:25 DEBUG   opendrift.models.basemodel:2097: 5823 active elements (177 deactivated)
08:41:25 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:25 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:25 INFO    opendrift.models.basemodel:2011: 2024-05-20 13:39:15.336386 - step 54 of 120 - 5823 active elements (177 deactivated)
08:41:25 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:25 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:25 DEBUG   opendrift.models.basemodel:2030:               34.92428065499651 <- latitude  -> 35.646936007519784
08:41:25 DEBUG   opendrift.models.basemodel:2035:               23.239811254625465 <- longitude -> 24.169606941319717
08:41:25 DEBUG   opendrift.models.basemodel:2040:               -106.0317600941282   <- z ->   0.0
08:41:25 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5823 elements
08:41:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5823 elements
08:41:25 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5823 elements
08:41:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5823 elements
08:41:25 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:25 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5823 elements
08:41:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5823 elements
08:41:25 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:25 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 12:00:00 (before)
                2024-05-20 15:00:00 (after)
08:41:25 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:25 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:25 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 12:00:00, weight 0.45) and
                      after (2024-05-20 15:00:00, weight 0.55) in time
08:41:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5823 elements
08:41:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5823 elements
08:41:25 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:25 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 12:00:00 (before)
                2024-05-20 15:00:00 (after)
08:41:25 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:25 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:25 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 12:00:00, weight 0.45) and
                      after (2024-05-20 15:00:00, weight 0.55) in time
08:41:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:25 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:25 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:25 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.160533 (min) 0.302696 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0843132 (min) 0.336705 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.14363 (min) -3.48857 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.47362 (min) 1.46162 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:25 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:25 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.319469, mean: 0.437737, max: 0.684253
08:41:25 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:25 DEBUG   opendrift.models.physics_methods:1058:    min: 3.079241, mean: 3.592020, max: 4.506485
08:41:25 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.079241, mean: 3.592020, max: 4.506485
08:41:25 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:41:25 DEBUG   opendrift.models.basemodel:1669:       (z: -101.707945 to -96.228051)
08:41:25 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:41:25 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:41:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:25 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:41:25 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:25 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:25 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:25 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:25 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:25 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:25 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:25 DEBUG   opendrift.models.physics_methods:1058:    min: 3.079241, mean: 3.592417, max: 4.506485
08:41:25 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:25 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005347, dN_50: 0.000420
08:41:25 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:25 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.010040326120926826
08:41:25 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:25 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:25 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:25 DEBUG   opendrift.models.physics_methods:912: Advecting 2102 of 5817 elements above 0.100m with wind-sheared ocean current (0.096839 m/s - 0.158220 m/s)
08:41:25 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:25 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.002111796879847994 and 0.4438276501121459 m/s
08:41:25 DEBUG   opendrift.models.basemodel:2097: 5817 active elements (183 deactivated)
08:41:25 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:25 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:25 INFO    opendrift.models.basemodel:2011: 2024-05-20 14:39:15.336386 - step 55 of 120 - 5817 active elements (183 deactivated)
08:41:25 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:25 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:25 DEBUG   opendrift.models.basemodel:2030:               34.9176822752914 <- latitude  -> 35.652413267307914
08:41:25 DEBUG   opendrift.models.basemodel:2035:               23.232594227666382 <- longitude -> 24.17799105481386
08:41:25 DEBUG   opendrift.models.basemodel:2040:               -105.0556200232964   <- z ->   0.0
08:41:25 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5817 elements
08:41:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5817 elements
08:41:25 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5817 elements
08:41:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5817 elements
08:41:25 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:25 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5817 elements
08:41:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5817 elements
08:41:25 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:25 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 12:00:00 (before)
                2024-05-20 15:00:00 (after)
08:41:25 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:26 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:26 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 12:00:00, weight 0.12) and
                      after (2024-05-20 15:00:00, weight 0.88) in time
08:41:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5817 elements
08:41:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5817 elements
08:41:26 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 12:00:00 (before)
                2024-05-20 15:00:00 (after)
08:41:26 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 12:00:00) in space  (linearNDFast)
08:41:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:26 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:26 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 12:00:00, weight 0.12) and
                      after (2024-05-20 15:00:00, weight 0.88) in time
08:41:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:26 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:26 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:26 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.144129 (min) 0.283642 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0851249 (min) 0.347837 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.96752 (min) -3.61587 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.21533 (min) 2.24025 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:26 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:26 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.347133, mean: 0.506343, max: 0.705391
08:41:26 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:26 DEBUG   opendrift.models.physics_methods:1058:    min: 3.209796, mean: 3.869809, max: 4.575564
08:41:26 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.209796, mean: 3.869809, max: 4.575564
08:41:26 DEBUG   opendrift.models.basemodel:1667: 8 elements scheduled for deactivation (stranded)
08:41:26 DEBUG   opendrift.models.basemodel:1669:       (z: -99.137451 to -94.571304)
08:41:26 DEBUG   opendrift.models.basemodel:1687: Removed 8 elements.
08:41:26 DEBUG   opendrift.models.basemodel:1690: Removed 8 values from environment.
08:41:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:26 DEBUG   opendrift.models.basemodel:1699: Removed 8 values from environment_profiles.
08:41:26 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:26 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:26 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:26 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:26 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:26 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:26 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:26 DEBUG   opendrift.models.physics_methods:1058:    min: 3.209796, mean: 3.870103, max: 4.575564
08:41:26 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:26 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005455, dN_50: 0.000428
08:41:26 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:26 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.010350372211262168
08:41:26 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:26 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:26 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:26 DEBUG   opendrift.models.physics_methods:912: Advecting 2103 of 5809 elements above 0.100m with wind-sheared ocean current (0.028763 m/s - 0.152060 m/s)
08:41:26 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:26 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0002073678798511552 and 0.42444492218335417 m/s
08:41:26 DEBUG   opendrift.models.basemodel:2097: 5809 active elements (191 deactivated)
08:41:26 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:26 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:26 INFO    opendrift.models.basemodel:2011: 2024-05-20 15:39:15.336386 - step 56 of 120 - 5809 active elements (191 deactivated)
08:41:26 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:26 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:26 DEBUG   opendrift.models.basemodel:2030:               34.92178235671759 <- latitude  -> 35.661795580714525
08:41:26 DEBUG   opendrift.models.basemodel:2035:               23.224990989190978 <- longitude -> 24.18805998852671
08:41:26 DEBUG   opendrift.models.basemodel:2040:               -104.39305246835363   <- z ->   0.0
08:41:26 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5809 elements
08:41:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5809 elements
08:41:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5809 elements
08:41:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5809 elements
08:41:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:26 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5809 elements
08:41:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5809 elements
08:41:26 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 15:00:00 (before)
                2024-05-20 18:00:00 (after)
08:41:26 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:41:32 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:41:36 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:36 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:41:36 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:41:36 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:41:36 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 20x27x22) for time after (2024-05-20 18:00:00)
08:41:36 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:36 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 427 elements, expanding data 1
08:41:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:41:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 15:00:00, weight 0.78) and
                      after (2024-05-20 18:00:00, weight 0.22) in time
08:41:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5809 elements
08:41:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5809 elements
08:41:36 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 15:00:00 (before)
                2024-05-20 18:00:00 (after)
08:41:36 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:41:36 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:41:36 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:36 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:41:36 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:41:36 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-20 18:00:00)
08:41:36 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:36 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 15:00:00, weight 0.78) and
                      after (2024-05-20 18:00:00, weight 0.22) in time
08:41:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:36 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:36 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:36 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.147095 (min) 0.266201 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0847374 (min) 0.356782 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.51231 (min) -3.69754 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.46936 (min) 2.22064 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:36 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.372901, mean: 0.550304, max: 0.848038
08:41:36 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:36 DEBUG   opendrift.models.physics_methods:1058:    min: 3.326799, mean: 4.027312, max: 5.016921
08:41:36 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.326799, mean: 4.027312, max: 5.016921
08:41:36 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:41:36 DEBUG   opendrift.models.basemodel:1669:       (z: -97.823003 to -91.028213)
08:41:36 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:41:36 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:41:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:36 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:41:36 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:36 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:36 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:36 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:36 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:36 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:36 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:36 DEBUG   opendrift.models.physics_methods:1058:    min: 3.326799, mean: 4.027455, max: 5.016921
08:41:36 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:36 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005608, dN_50: 0.000440
08:41:36 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:36 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.012442608645814783
08:41:36 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:36 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:36 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:36 DEBUG   opendrift.models.physics_methods:912: Advecting 2106 of 5806 elements above 0.100m with wind-sheared ocean current (0.074600 m/s - 0.149907 m/s)
08:41:36 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:36 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.002598337659810402 and 0.4837549261792459 m/s
08:41:36 DEBUG   opendrift.models.basemodel:2097: 5806 active elements (194 deactivated)
08:41:36 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:36 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:36 INFO    opendrift.models.basemodel:2011: 2024-05-20 16:39:15.336386 - step 57 of 120 - 5806 active elements (194 deactivated)
08:41:36 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:36 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:36 DEBUG   opendrift.models.basemodel:2030:               34.926001649098616 <- latitude  -> 35.67531520288782
08:41:36 DEBUG   opendrift.models.basemodel:2035:               23.22345152296273 <- longitude -> 24.198499029923312
08:41:36 DEBUG   opendrift.models.basemodel:2040:               -103.90024158216455   <- z ->   0.0
08:41:36 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5806 elements
08:41:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5806 elements
08:41:36 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5806 elements
08:41:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5806 elements
08:41:36 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:36 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5806 elements
08:41:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5806 elements
08:41:36 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 15:00:00 (before)
                2024-05-20 18:00:00 (after)
08:41:36 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:36 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 15:00:00, weight 0.45) and
                      after (2024-05-20 18:00:00, weight 0.55) in time
08:41:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5806 elements
08:41:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5806 elements
08:41:36 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 15:00:00 (before)
                2024-05-20 18:00:00 (after)
08:41:36 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:36 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 15:00:00, weight 0.45) and
                      after (2024-05-20 18:00:00, weight 0.55) in time
08:41:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:36 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:36 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:36 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.157877 (min) 0.249584 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0871014 (min) 0.36876 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -6.12002 (min) -3.76022 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.96799 (min) 1.63815 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:36 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:36 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.421153, mean: 0.585057, max: 0.963762
08:41:36 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:36 DEBUG   opendrift.models.physics_methods:1058:    min: 3.535488, mean: 4.148941, max: 5.348285
08:41:36 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.535488, mean: 4.148941, max: 5.348285
08:41:36 DEBUG   opendrift.models.basemodel:1667: 5 elements scheduled for deactivation (stranded)
08:41:36 DEBUG   opendrift.models.basemodel:1669:       (z: -95.934273 to -94.485824)
08:41:36 DEBUG   opendrift.models.basemodel:1687: Removed 5 elements.
08:41:36 DEBUG   opendrift.models.basemodel:1690: Removed 5 values from environment.
08:41:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:36 DEBUG   opendrift.models.basemodel:1699: Removed 5 values from environment_profiles.
08:41:36 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:36 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:36 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:36 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:36 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:36 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:36 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:36 DEBUG   opendrift.models.physics_methods:1058:    min: 3.535488, mean: 4.149030, max: 5.348285
08:41:36 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:36 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005741, dN_50: 0.000451
08:41:36 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:36 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.014139970053949503
08:41:36 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:36 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:36 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:37 DEBUG   opendrift.models.physics_methods:912: Advecting 2112 of 5801 elements above 0.100m with wind-sheared ocean current (0.113964 m/s - 0.148599 m/s)
08:41:37 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:37 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0009953761827684645 and 0.45870092519948474 m/s
08:41:37 DEBUG   opendrift.models.basemodel:2097: 5801 active elements (199 deactivated)
08:41:37 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:37 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:37 INFO    opendrift.models.basemodel:2011: 2024-05-20 17:39:15.336386 - step 58 of 120 - 5801 active elements (199 deactivated)
08:41:37 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:37 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:37 DEBUG   opendrift.models.basemodel:2030:               34.92358770382651 <- latitude  -> 35.688047068231285
08:41:37 DEBUG   opendrift.models.basemodel:2035:               23.22203303135821 <- longitude -> 24.19669256574122
08:41:37 DEBUG   opendrift.models.basemodel:2040:               -103.32245929912982   <- z ->   0.0
08:41:37 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5801 elements
08:41:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5801 elements
08:41:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5801 elements
08:41:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5801 elements
08:41:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5801 elements
08:41:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5801 elements
08:41:37 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 15:00:00 (before)
                2024-05-20 18:00:00 (after)
08:41:37 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:41:37 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 15:00:00, weight 0.12) and
                      after (2024-05-20 18:00:00, weight 0.88) in time
08:41:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5801 elements
08:41:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5801 elements
08:41:37 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 15:00:00 (before)
                2024-05-20 18:00:00 (after)
08:41:37 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 15:00:00) in space  (linearNDFast)
08:41:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:37 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:37 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 15:00:00, weight 0.12) and
                      after (2024-05-20 18:00:00, weight 0.88) in time
08:41:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:37 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:37 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:37 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.165446 (min) 0.236045 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.08077 (min) 0.370366 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -6.73349 (min) -3.81334 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.5116 (min) 1.05142 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:37 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:37 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.468979, mean: 0.638003, max: 1.123984
08:41:37 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:37 DEBUG   opendrift.models.physics_methods:1058:    min: 3.730837, mean: 4.326888, max: 5.775765
08:41:37 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.730837, mean: 4.326888, max: 5.775765
08:41:37 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:41:37 DEBUG   opendrift.models.basemodel:1669:       (z: -98.097046 to -2.650820)
08:41:37 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:41:37 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:41:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:37 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:41:37 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:37 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:37 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:37 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:37 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:37 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:37 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:37 DEBUG   opendrift.models.physics_methods:1058:    min: 3.730837, mean: 4.327090, max: 5.775765
08:41:37 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:37 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.005836, dN_50: 0.000458
08:41:37 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:37 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.016489978288331302
08:41:37 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:37 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:37 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:37 DEBUG   opendrift.models.physics_methods:912: Advecting 2116 of 5795 elements above 0.100m with wind-sheared ocean current (0.030092 m/s - 0.150354 m/s)
08:41:37 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:37 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.002229466087741755 and 0.3960112797637019 m/s
08:41:37 DEBUG   opendrift.models.basemodel:2097: 5795 active elements (205 deactivated)
08:41:37 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:37 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:37 INFO    opendrift.models.basemodel:2011: 2024-05-20 18:39:15.336386 - step 59 of 120 - 5795 active elements (205 deactivated)
08:41:37 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:37 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:37 DEBUG   opendrift.models.basemodel:2030:               34.922526772423595 <- latitude  -> 35.70504784309912
08:41:37 DEBUG   opendrift.models.basemodel:2035:               23.21144337504706 <- longitude -> 24.20172742938103
08:41:37 DEBUG   opendrift.models.basemodel:2040:               -102.22870713704064   <- z ->   0.0
08:41:37 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5795 elements
08:41:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5795 elements
08:41:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5795 elements
08:41:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5795 elements
08:41:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5795 elements
08:41:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5795 elements
08:41:37 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 18:00:00 (before)
                2024-05-20 21:00:00 (after)
08:41:37 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:41:41 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:41:44 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:44 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:41:44 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:41:44 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:41:44 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 20x28x22) for time after (2024-05-20 21:00:00)
08:41:44 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:44 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 411 elements, expanding data 1
08:41:44 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 22 elements, expanding data 2
08:41:44 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 18:00:00, weight 0.78) and
                      after (2024-05-20 21:00:00, weight 0.22) in time
08:41:44 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:44 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:44 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:44 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:44 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:44 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:44 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:44 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5795 elements
08:41:44 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5795 elements
08:41:44 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:44 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 18:00:00 (before)
                2024-05-20 21:00:00 (after)
08:41:44 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:41:45 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:41:45 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:45 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:41:45 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:41:45 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-20 21:00:00)
08:41:45 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:45 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:45 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 18:00:00, weight 0.78) and
                      after (2024-05-20 21:00:00, weight 0.22) in time
08:41:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:45 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:45 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:45 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.159212 (min) 0.21988 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.095293 (min) 0.362323 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -6.13014 (min) -3.45979 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.54015 (min) 0.574372 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:45 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.406144, mean: 0.544526, max: 0.924942
08:41:45 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:45 DEBUG   opendrift.models.physics_methods:1058:    min: 3.471919, mean: 4.006067, max: 5.239463
08:41:45 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.471919, mean: 4.006067, max: 5.239463
08:41:45 DEBUG   opendrift.models.basemodel:1667: 5 elements scheduled for deactivation (stranded)
08:41:45 DEBUG   opendrift.models.basemodel:1669:       (z: -98.681800 to -91.408245)
08:41:45 DEBUG   opendrift.models.basemodel:1687: Removed 5 elements.
08:41:45 DEBUG   opendrift.models.basemodel:1690: Removed 5 values from environment.
08:41:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:45 DEBUG   opendrift.models.basemodel:1699: Removed 5 values from environment_profiles.
08:41:45 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:45 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:45 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:45 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:45 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:45 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:45 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:45 DEBUG   opendrift.models.physics_methods:1058:    min: 3.471920, mean: 4.006262, max: 5.239463
08:41:45 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:45 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.006388, dN_50: 0.000501
08:41:45 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:45 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.013570576213973402
08:41:45 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:45 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:45 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:45 DEBUG   opendrift.models.physics_methods:912: Advecting 2121 of 5790 elements above 0.100m with wind-sheared ocean current (0.013997 m/s - 0.145705 m/s)
08:41:45 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:45 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001668237435013709 and 0.48466427617373137 m/s
08:41:45 DEBUG   opendrift.models.basemodel:2097: 5790 active elements (210 deactivated)
08:41:45 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:45 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:45 INFO    opendrift.models.basemodel:2011: 2024-05-20 19:39:15.336386 - step 60 of 120 - 5790 active elements (210 deactivated)
08:41:45 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:45 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:45 DEBUG   opendrift.models.basemodel:2030:               34.923426720494795 <- latitude  -> 35.72040911186407
08:41:45 DEBUG   opendrift.models.basemodel:2035:               23.202816521404568 <- longitude -> 24.202209496430218
08:41:45 DEBUG   opendrift.models.basemodel:2040:               -101.12151960457885   <- z ->   0.0
08:41:45 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5790 elements
08:41:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5790 elements
08:41:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5790 elements
08:41:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5790 elements
08:41:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:45 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5790 elements
08:41:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5790 elements
08:41:45 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:45 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 18:00:00 (before)
                2024-05-20 21:00:00 (after)
08:41:45 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:45 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:45 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 18:00:00, weight 0.45) and
                      after (2024-05-20 21:00:00, weight 0.55) in time
08:41:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5790 elements
08:41:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5790 elements
08:41:45 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:45 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 18:00:00 (before)
                2024-05-20 21:00:00 (after)
08:41:45 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:45 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:45 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:45 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 18:00:00, weight 0.45) and
                      after (2024-05-20 21:00:00, weight 0.55) in time
08:41:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:45 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:45 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:45 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.122474 (min) 0.215497 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.135166 (min) 0.361804 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.91219 (min) -2.88882 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.41304 (min) 0.152625 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:45 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:45 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.269916, mean: 0.393729, max: 0.593633
08:41:45 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:45 DEBUG   opendrift.models.physics_methods:1058:    min: 2.830373, mean: 3.413324, max: 4.197481
08:41:45 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.830373, mean: 3.413324, max: 4.197481
08:41:45 DEBUG   opendrift.models.basemodel:1667: 4 elements scheduled for deactivation (stranded)
08:41:45 DEBUG   opendrift.models.basemodel:1669:       (z: -93.886002 to -1.326030)
08:41:45 DEBUG   opendrift.models.basemodel:1687: Removed 4 elements.
08:41:45 DEBUG   opendrift.models.basemodel:1690: Removed 4 values from environment.
08:41:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:45 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:45 DEBUG   opendrift.models.basemodel:1699: Removed 4 values from environment_profiles.
08:41:45 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:45 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:45 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:45 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:45 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:45 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:45 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:45 DEBUG   opendrift.models.physics_methods:1058:    min: 2.830373, mean: 3.413530, max: 4.197482
08:41:45 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:45 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.007336, dN_50: 0.000576
08:41:45 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:45 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.008711186091390042
08:41:45 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:45 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:45 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:45 DEBUG   opendrift.models.physics_methods:912: Advecting 2116 of 5786 elements above 0.100m with wind-sheared ocean current (0.102086 m/s - 0.139694 m/s)
08:41:45 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:45 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0016281016540030454 and 0.4670474370298179 m/s
08:41:45 DEBUG   opendrift.models.basemodel:2097: 5786 active elements (214 deactivated)
08:41:45 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:45 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:45 INFO    opendrift.models.basemodel:2011: 2024-05-20 20:39:15.336386 - step 61 of 120 - 5786 active elements (214 deactivated)
08:41:45 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:45 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:45 DEBUG   opendrift.models.basemodel:2030:               34.918479182476474 <- latitude  -> 35.74446258848376
08:41:45 DEBUG   opendrift.models.basemodel:2035:               23.19536960365081 <- longitude -> 24.209399369371045
08:41:45 DEBUG   opendrift.models.basemodel:2040:               -100.14241620813875   <- z ->   0.0
08:41:45 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5786 elements
08:41:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5786 elements
08:41:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5786 elements
08:41:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5786 elements
08:41:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:46 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5786 elements
08:41:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5786 elements
08:41:46 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:46 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 18:00:00 (before)
                2024-05-20 21:00:00 (after)
08:41:46 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:46 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:46 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 18:00:00, weight 0.12) and
                      after (2024-05-20 21:00:00, weight 0.88) in time
08:41:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5786 elements
08:41:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5786 elements
08:41:46 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:46 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 18:00:00 (before)
                2024-05-20 21:00:00 (after)
08:41:46 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 18:00:00) in space  (linearNDFast)
08:41:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:46 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:46 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:46 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 18:00:00, weight 0.12) and
                      after (2024-05-20 21:00:00, weight 0.88) in time
08:41:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:46 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:46 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:46 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.134782 (min) 0.211006 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.171992 (min) 0.353302 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.96337 (min) -2.3437 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.35203 (min) 0.0255938 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:46 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:46 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.165287, mean: 0.274487, max: 0.522513
08:41:46 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:46 DEBUG   opendrift.models.physics_methods:1058:    min: 2.214872, mean: 2.835609, max: 3.938022
08:41:46 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.214872, mean: 2.835609, max: 3.938022
08:41:46 DEBUG   opendrift.models.basemodel:1667: 4 elements scheduled for deactivation (stranded)
08:41:46 DEBUG   opendrift.models.basemodel:1669:       (z: -92.205460 to -0.485279)
08:41:46 DEBUG   opendrift.models.basemodel:1687: Removed 4 elements.
08:41:46 DEBUG   opendrift.models.basemodel:1690: Removed 4 values from environment.
08:41:46 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:46 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:46 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:46 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:46 DEBUG   opendrift.models.basemodel:1699: Removed 4 values from environment_profiles.
08:41:46 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:46 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:46 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:46 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:46 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:46 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:46 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:46 DEBUG   opendrift.models.physics_methods:1058:    min: 2.214872, mean: 2.835853, max: 3.938022
08:41:46 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:46 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.008557, dN_50: 0.000672
08:41:46 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:46 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.007668043052295491
08:41:46 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:46 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:46 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:46 DEBUG   opendrift.models.physics_methods:912: Advecting 2117 of 5782 elements above 0.100m with wind-sheared ocean current (0.009631 m/s - 0.138262 m/s)
08:41:46 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:46 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001616415615330132 and 0.49394162420936444 m/s
08:41:46 DEBUG   opendrift.models.basemodel:2097: 5782 active elements (218 deactivated)
08:41:46 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:46 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:46 INFO    opendrift.models.basemodel:2011: 2024-05-20 21:39:15.336386 - step 62 of 120 - 5782 active elements (218 deactivated)
08:41:46 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:46 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:46 DEBUG   opendrift.models.basemodel:2030:               34.91708372339777 <- latitude  -> 35.75506998699441
08:41:46 DEBUG   opendrift.models.basemodel:2035:               23.18604846719688 <- longitude -> 24.208745600627285
08:41:46 DEBUG   opendrift.models.basemodel:2040:               -98.8367566153209   <- z ->   0.0
08:41:46 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5782 elements
08:41:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5782 elements
08:41:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5782 elements
08:41:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5782 elements
08:41:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:46 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5782 elements
08:41:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5782 elements
08:41:46 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:46 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 21:00:00 (before)
                2024-05-21 00:00:00 (after)
08:41:46 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:41:51 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:41:53 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:53 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:41:53 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:41:53 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:41:53 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 21x29x21) for time after (2024-05-21 00:00:00)
08:41:53 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:53 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 00:00:00) in space  (linearNDFast)
08:41:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 408 elements, expanding data 1
08:41:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 23 elements, expanding data 2
08:41:53 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 21:00:00, weight 0.78) and
                      after (2024-05-21 00:00:00, weight 0.22) in time
08:41:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5782 elements
08:41:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5782 elements
08:41:53 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:53 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 21:00:00 (before)
                2024-05-21 00:00:00 (after)
08:41:53 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:41:54 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:41:54 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:41:54 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:41:54 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:41:54 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-21 00:00:00)
08:41:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 00:00:00) in space  (linearNDFast)
08:41:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 21:00:00, weight 0.78) and
                      after (2024-05-21 00:00:00, weight 0.22) in time
08:41:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:54 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:54 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:54 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.173315 (min) 0.218072 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.186073 (min) 0.355436 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.39879 (min) -2.14861 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.40559 (min) 0.194729 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:54 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.114030, mean: 0.255180, max: 0.612150
08:41:54 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:54 DEBUG   opendrift.models.physics_methods:1058:    min: 1.839669, mean: 2.668153, max: 4.262442
08:41:54 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.839669, mean: 2.668153, max: 4.262442
08:41:54 DEBUG   opendrift.models.basemodel:1667: 1 elements scheduled for deactivation (stranded)
08:41:54 DEBUG   opendrift.models.basemodel:1669:       (z: -91.154159 to -91.154159)
08:41:54 DEBUG   opendrift.models.basemodel:1687: Removed 1 elements.
08:41:54 DEBUG   opendrift.models.basemodel:1690: Removed 1 values from environment.
08:41:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:54 DEBUG   opendrift.models.basemodel:1699: Removed 1 values from environment_profiles.
08:41:54 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:54 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:54 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:54 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:54 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:54 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:54 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:54 DEBUG   opendrift.models.physics_methods:1058:    min: 1.839669, mean: 2.668289, max: 4.262442
08:41:54 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:54 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.008965, dN_50: 0.000704
08:41:54 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:54 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.008982772131374061
08:41:54 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:54 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:54 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:54 DEBUG   opendrift.models.physics_methods:912: Advecting 2117 of 5781 elements above 0.100m with wind-sheared ocean current (0.034685 m/s - 0.149652 m/s)
08:41:54 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:54 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.00013856763089416024 and 0.4203345798905359 m/s
08:41:54 DEBUG   opendrift.models.basemodel:2097: 5781 active elements (219 deactivated)
08:41:54 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:54 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:54 INFO    opendrift.models.basemodel:2011: 2024-05-20 22:39:15.336386 - step 63 of 120 - 5781 active elements (219 deactivated)
08:41:54 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:54 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:54 DEBUG   opendrift.models.basemodel:2030:               34.91702828878108 <- latitude  -> 35.76405700997584
08:41:54 DEBUG   opendrift.models.basemodel:2035:               23.179409483956594 <- longitude -> 24.218206405289482
08:41:54 DEBUG   opendrift.models.basemodel:2040:               -97.95887689845262   <- z ->   0.0
08:41:54 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5781 elements
08:41:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5781 elements
08:41:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5781 elements
08:41:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5781 elements
08:41:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:54 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5781 elements
08:41:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5781 elements
08:41:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 21:00:00 (before)
                2024-05-21 00:00:00 (after)
08:41:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 00:00:00) in space  (linearNDFast)
08:41:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 21:00:00, weight 0.45) and
                      after (2024-05-21 00:00:00, weight 0.55) in time
08:41:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5781 elements
08:41:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5781 elements
08:41:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 21:00:00 (before)
                2024-05-21 00:00:00 (after)
08:41:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 00:00:00) in space  (linearNDFast)
08:41:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 21:00:00, weight 0.45) and
                      after (2024-05-21 00:00:00, weight 0.55) in time
08:41:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:54 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:54 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:54 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.215759 (min) 0.232018 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.203442 (min) 0.352702 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.17569 (min) -1.59504 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.47566 (min) 0.559629 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:54 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:54 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.069052, mean: 0.295857, max: 0.785617
08:41:54 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:54 DEBUG   opendrift.models.physics_methods:1058:    min: 1.431584, mean: 2.758162, max: 4.828753
08:41:54 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.431584, mean: 2.758162, max: 4.828753
08:41:54 DEBUG   opendrift.models.basemodel:1667: 5 elements scheduled for deactivation (stranded)
08:41:54 DEBUG   opendrift.models.basemodel:1669:       (z: -90.757076 to -1.114821)
08:41:54 DEBUG   opendrift.models.basemodel:1687: Removed 5 elements.
08:41:54 DEBUG   opendrift.models.basemodel:1690: Removed 5 values from environment.
08:41:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:54 DEBUG   opendrift.models.basemodel:1699: Removed 5 values from environment_profiles.
08:41:54 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:54 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:54 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:54 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:54 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:54 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:54 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:54 DEBUG   opendrift.models.physics_methods:1058:    min: 1.431584, mean: 2.758736, max: 4.828753
08:41:54 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:54 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.008968, dN_50: 0.000704
08:41:54 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:54 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.011527062013025013
08:41:54 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:54 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:54 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:55 DEBUG   opendrift.models.physics_methods:912: Advecting 2118 of 5776 elements above 0.100m with wind-sheared ocean current (0.084373 m/s - 0.169535 m/s)
08:41:55 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:55 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0020041545798179933 and 0.4923369947285792 m/s
08:41:55 DEBUG   opendrift.models.basemodel:2097: 5776 active elements (224 deactivated)
08:41:55 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:55 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:55 INFO    opendrift.models.basemodel:2011: 2024-05-20 23:39:15.336386 - step 64 of 120 - 5776 active elements (224 deactivated)
08:41:55 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:55 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:55 DEBUG   opendrift.models.basemodel:2030:               34.91960926517097 <- latitude  -> 35.768935359875904
08:41:55 DEBUG   opendrift.models.basemodel:2035:               23.176371324749976 <- longitude -> 24.226747410652766
08:41:55 DEBUG   opendrift.models.basemodel:2040:               -97.12245755599483   <- z ->   0.0
08:41:55 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5776 elements
08:41:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5776 elements
08:41:55 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5776 elements
08:41:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5776 elements
08:41:55 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:55 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5776 elements
08:41:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5776 elements
08:41:55 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:55 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 21:00:00 (before)
                2024-05-21 00:00:00 (after)
08:41:55 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:55 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:55 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 00:00:00) in space  (linearNDFast)
08:41:55 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:55 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 21:00:00, weight 0.12) and
                      after (2024-05-21 00:00:00, weight 0.88) in time
08:41:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:41:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:41:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5776 elements
08:41:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5776 elements
08:41:55 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:55 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-20 21:00:00 (before)
                2024-05-21 00:00:00 (after)
08:41:55 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-20 21:00:00) in space  (linearNDFast)
08:41:55 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:55 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 00:00:00) in space  (linearNDFast)
08:41:55 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:41:55 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-20 21:00:00, weight 0.12) and
                      after (2024-05-21 00:00:00, weight 0.88) in time
08:41:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:55 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:41:55 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:41:55 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:41:55 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:41:55 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:41:55 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.262809 (min) 0.245766 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.209753 (min) 0.348166 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.936 (min) -1.01356 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.52436 (min) 1.19163 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:41:55 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:41:55 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.059076, mean: 0.359031, max: 0.994123
08:41:55 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:41:55 DEBUG   opendrift.models.physics_methods:1058:    min: 1.324142, mean: 2.941837, max: 5.431873
08:41:55 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.324142, mean: 2.941837, max: 5.431873
08:41:55 DEBUG   opendrift.models.basemodel:1667: 2 elements scheduled for deactivation (stranded)
08:41:55 DEBUG   opendrift.models.basemodel:1669:       (z: -90.075083 to -87.905195)
08:41:55 DEBUG   opendrift.models.basemodel:1687: Removed 2 elements.
08:41:55 DEBUG   opendrift.models.basemodel:1690: Removed 2 values from environment.
08:41:55 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:41:55 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:41:55 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:41:55 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:41:55 DEBUG   opendrift.models.basemodel:1699: Removed 2 values from environment_profiles.
08:41:55 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:41:55 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:41:55 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:41:55 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:41:55 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:41:55 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:41:55 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:41:55 DEBUG   opendrift.models.physics_methods:1058:    min: 1.324142, mean: 2.942318, max: 5.431873
08:41:55 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:41:55 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.008959, dN_50: 0.000703
08:41:55 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:41:55 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01458527371153047
08:41:55 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:41:55 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:41:55 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:41:55 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2117 surface elements
08:41:55 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2116 surface elements
08:41:55 DEBUG   opendrift.models.physics_methods:912: Advecting 2119 of 5774 elements above 0.100m with wind-sheared ocean current (0.056608 m/s - 0.190710 m/s)
08:41:55 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:41:55 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001183038825841831 and 0.40624134571425685 m/s
08:41:55 DEBUG   opendrift.models.basemodel:2097: 5774 active elements (226 deactivated)
08:41:55 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:41:55 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:41:55 INFO    opendrift.models.basemodel:2011: 2024-05-21 00:39:15.336386 - step 65 of 120 - 5774 active elements (226 deactivated)
08:41:55 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:41:55 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:41:55 DEBUG   opendrift.models.basemodel:2030:               34.91764964446066 <- latitude  -> 35.7804034503022
08:41:55 DEBUG   opendrift.models.basemodel:2035:               23.16202505661717 <- longitude -> 24.23337529863521
08:41:55 DEBUG   opendrift.models.basemodel:2040:               -95.94651376535107   <- z ->   0.0
08:41:55 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:41:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:41:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5774 elements
08:41:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5774 elements
08:41:55 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:41:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:41:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5774 elements
08:41:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5774 elements
08:41:55 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:41:55 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:41:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:41:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:41:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:41:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:41:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:41:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5774 elements
08:41:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5774 elements
08:41:55 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:41:55 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 00:00:00 (before)
                2024-05-21 03:00:00 (after)
08:41:55 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:41:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:42:03 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:42:03 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:42:03 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:42:03 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:42:03 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 22x30x21) for time after (2024-05-21 03:00:00)
08:42:03 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 00:00:00) in space  (linearNDFast)
08:42:03 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:03 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:03 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 406 elements, expanding data 1
08:42:03 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:03 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 00:00:00, weight 0.78) and
                      after (2024-05-21 03:00:00, weight 0.22) in time
08:42:03 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:03 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:03 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:03 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:03 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5774 elements
08:42:03 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5774 elements
08:42:03 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:03 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 00:00:00 (before)
                2024-05-21 03:00:00 (after)
08:42:03 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:42:03 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:42:03 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:42:03 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:42:03 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:42:03 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-21 03:00:00)
08:42:03 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 00:00:00) in space  (linearNDFast)
08:42:03 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:03 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:03 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:03 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 00:00:00, weight 0.78) and
                      after (2024-05-21 03:00:00, weight 0.22) in time
08:42:03 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:03 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:03 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:03 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:03 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:03 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:03 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:03 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.283408 (min) 0.252634 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.20476 (min) 0.318237 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -6.22641 (min) -1.2063 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.67161 (min) 1.31184 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:03 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:03 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.076267, mean: 0.411107, max: 1.098478
08:42:03 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:03 DEBUG   opendrift.models.physics_methods:1058:    min: 1.504519, mean: 3.180821, max: 5.709858
08:42:03 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.504519, mean: 3.180821, max: 5.709858
08:42:03 DEBUG   opendrift.models.basemodel:1667: 1 elements scheduled for deactivation (stranded)
08:42:03 DEBUG   opendrift.models.basemodel:1669:       (z: -89.333723 to -89.333723)
08:42:03 DEBUG   opendrift.models.basemodel:1687: Removed 1 elements.
08:42:03 DEBUG   opendrift.models.basemodel:1690: Removed 1 values from environment.
08:42:03 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:03 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:03 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:03 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:03 DEBUG   opendrift.models.basemodel:1699: Removed 1 values from environment_profiles.
08:42:03 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:03 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:03 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:03 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:03 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:03 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:03 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:03 DEBUG   opendrift.models.physics_methods:1058:    min: 1.504519, mean: 3.181029, max: 5.709858
08:42:03 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:03 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.008706, dN_50: 0.000683
08:42:03 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:03 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.016115884116895258
08:42:03 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:03 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:03 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:03 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2117 surface elements
08:42:03 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2116 surface elements
08:42:03 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2115 surface elements
08:42:03 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2115 surface elements
08:42:03 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2114 surface elements
08:42:03 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2113 surface elements
08:42:03 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2111 surface elements
08:42:03 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2111 surface elements
08:42:03 DEBUG   opendrift.models.physics_methods:912: Advecting 2111 of 5773 elements above 0.100m with wind-sheared ocean current (0.087901 m/s - 0.200470 m/s)
08:42:03 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:03 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.00048131248720587093 and 0.3965717583880281 m/s
08:42:03 DEBUG   opendrift.models.basemodel:2097: 5773 active elements (227 deactivated)
08:42:03 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:03 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:03 INFO    opendrift.models.basemodel:2011: 2024-05-21 01:39:15.336386 - step 66 of 120 - 5773 active elements (227 deactivated)
08:42:03 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:03 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:03 DEBUG   opendrift.models.basemodel:2030:               34.918015127794604 <- latitude  -> 35.78842426194535
08:42:03 DEBUG   opendrift.models.basemodel:2035:               23.1548504671509 <- longitude -> 24.238841742321693
08:42:03 DEBUG   opendrift.models.basemodel:2040:               -95.6150274719433   <- z ->   0.0
08:42:03 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:03 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:03 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5773 elements
08:42:03 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5773 elements
08:42:03 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:03 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:03 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:03 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:03 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:03 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5773 elements
08:42:03 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5773 elements
08:42:03 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:03 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:03 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:03 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:03 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:03 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:03 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:03 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5773 elements
08:42:03 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5773 elements
08:42:03 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:03 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 00:00:00 (before)
                2024-05-21 03:00:00 (after)
08:42:03 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 00:00:00) in space  (linearNDFast)
08:42:03 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:04 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:04 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:04 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 00:00:00, weight 0.45) and
                      after (2024-05-21 03:00:00, weight 0.55) in time
08:42:04 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:04 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:04 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:04 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:04 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5773 elements
08:42:04 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5773 elements
08:42:04 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:04 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 00:00:00 (before)
                2024-05-21 03:00:00 (after)
08:42:04 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 00:00:00) in space  (linearNDFast)
08:42:04 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:04 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:04 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:04 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 00:00:00, weight 0.45) and
                      after (2024-05-21 03:00:00, weight 0.55) in time
08:42:04 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:04 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:04 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:04 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:04 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:04 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:04 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:04 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.297357 (min) 0.256251 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.194993 (min) 0.276544 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -6.14843 (min) -1.80208 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.85811 (min) 1.16532 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:04 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.109164, mean: 0.458190, max: 1.098221
08:42:04 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:04 DEBUG   opendrift.models.physics_methods:1058:    min: 1.799990, mean: 3.442612, max: 5.709191
08:42:04 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.799990, mean: 3.442612, max: 5.709191
08:42:04 DEBUG   opendrift.models.basemodel:1667: 5 elements scheduled for deactivation (stranded)
08:42:04 DEBUG   opendrift.models.basemodel:1669:       (z: -90.798233 to -85.078748)
08:42:04 DEBUG   opendrift.models.basemodel:1687: Removed 5 elements.
08:42:04 DEBUG   opendrift.models.basemodel:1690: Removed 5 values from environment.
08:42:04 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:04 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:04 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:04 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:04 DEBUG   opendrift.models.basemodel:1699: Removed 5 values from environment_profiles.
08:42:04 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:04 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:04 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:04 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:04 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:04 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:04 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:04 DEBUG   opendrift.models.physics_methods:1058:    min: 1.799990, mean: 3.443425, max: 5.709190
08:42:04 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:04 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.008507, dN_50: 0.000668
08:42:04 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:04 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.016112118760298468
08:42:04 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:04 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:04 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2111 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2110 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2110 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2109 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2109 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2109 surface elements
08:42:04 DEBUG   opendrift.models.physics_methods:912: Advecting 2110 of 5768 elements above 0.100m with wind-sheared ocean current (0.039429 m/s - 0.200447 m/s)
08:42:04 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:04 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0008942727837372067 and 0.4311692465826334 m/s
08:42:04 DEBUG   opendrift.models.basemodel:2097: 5768 active elements (232 deactivated)
08:42:04 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:04 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:04 INFO    opendrift.models.basemodel:2011: 2024-05-21 02:39:15.336386 - step 67 of 120 - 5768 active elements (232 deactivated)
08:42:04 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:04 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:04 DEBUG   opendrift.models.basemodel:2030:               34.91458683468185 <- latitude  -> 35.794583834879234
08:42:04 DEBUG   opendrift.models.basemodel:2035:               23.142635935078598 <- longitude -> 24.243750685503368
08:42:04 DEBUG   opendrift.models.basemodel:2040:               -94.96723893723309   <- z ->   0.0
08:42:04 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:04 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:04 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5768 elements
08:42:04 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5768 elements
08:42:04 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:04 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:04 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:04 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:04 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:04 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5768 elements
08:42:04 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5768 elements
08:42:04 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:04 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:04 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:04 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:04 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:04 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:04 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5768 elements
08:42:04 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5768 elements
08:42:04 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:04 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 00:00:00 (before)
                2024-05-21 03:00:00 (after)
08:42:04 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 00:00:00) in space  (linearNDFast)
08:42:04 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:04 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:04 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:04 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 00:00:00, weight 0.12) and
                      after (2024-05-21 03:00:00, weight 0.88) in time
08:42:04 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:04 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:04 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:04 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:04 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5768 elements
08:42:04 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5768 elements
08:42:04 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:04 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 00:00:00 (before)
                2024-05-21 03:00:00 (after)
08:42:04 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 00:00:00) in space  (linearNDFast)
08:42:04 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:04 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:04 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:04 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 00:00:00, weight 0.12) and
                      after (2024-05-21 03:00:00, weight 0.88) in time
08:42:04 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:04 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:04 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:04 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:04 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:04 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:04 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:04 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.309399 (min) 0.262497 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.170016 (min) 0.284454 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -6.11624 (min) -2.42562 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.03485 (min) 1.02413 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:04 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:04 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.164341, mean: 0.515836, max: 1.114012
08:42:04 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:04 DEBUG   opendrift.models.physics_methods:1058:    min: 2.208528, mean: 3.731402, max: 5.750087
08:42:04 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.208528, mean: 3.731402, max: 5.750087
08:42:04 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:42:04 DEBUG   opendrift.models.basemodel:1669:       (z: -83.956585 to -17.519244)
08:42:04 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:42:04 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:42:04 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:04 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:04 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:04 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:04 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:42:04 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:04 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:04 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:04 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:04 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:04 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:04 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:04 DEBUG   opendrift.models.physics_methods:1058:    min: 2.208528, mean: 3.731512, max: 5.750087
08:42:04 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:04 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.008417, dN_50: 0.000661
08:42:04 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:04 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.016343716395919267
08:42:04 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:04 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:04 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2108 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2107 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2106 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2105 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2104 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2103 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2102 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2101 surface elements
08:42:04 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2100 surface elements
08:42:04 DEBUG   opendrift.models.physics_methods:912: Advecting 2098 of 5765 elements above 0.100m with wind-sheared ocean current (0.141296 m/s - 0.201882 m/s)
08:42:04 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:04 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.002271944514184033 and 0.4532366154497942 m/s
08:42:04 DEBUG   opendrift.models.basemodel:2097: 5765 active elements (235 deactivated)
08:42:04 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:04 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:04 INFO    opendrift.models.basemodel:2011: 2024-05-21 03:39:15.336386 - step 68 of 120 - 5765 active elements (235 deactivated)
08:42:04 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:04 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:04 DEBUG   opendrift.models.basemodel:2030:               34.91426224674749 <- latitude  -> 35.79956581986084
08:42:04 DEBUG   opendrift.models.basemodel:2035:               23.128017813815276 <- longitude -> 24.243288590319775
08:42:04 DEBUG   opendrift.models.basemodel:2040:               -94.14071015813872   <- z ->   0.0
08:42:04 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:04 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:04 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5765 elements
08:42:04 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5765 elements
08:42:04 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:04 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:04 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:04 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:04 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:04 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5765 elements
08:42:04 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5765 elements
08:42:04 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:04 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:04 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:04 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:04 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:04 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:04 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:04 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5765 elements
08:42:04 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5765 elements
08:42:04 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:04 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 03:00:00 (before)
                2024-05-21 06:00:00 (after)
08:42:04 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:42:07 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:42:36 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:42:36 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:42:36 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:42:36 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:42:36 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 22x30x21) for time after (2024-05-21 06:00:00)
08:42:36 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:36 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 384 elements, expanding data 1
08:42:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:42:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 03:00:00, weight 0.78) and
                      after (2024-05-21 06:00:00, weight 0.22) in time
08:42:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5765 elements
08:42:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5765 elements
08:42:36 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 03:00:00 (before)
                2024-05-21 06:00:00 (after)
08:42:36 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:42:36 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:42:37 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:42:37 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:42:37 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:42:37 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-21 06:00:00)
08:42:37 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:37 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:37 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 03:00:00, weight 0.78) and
                      after (2024-05-21 06:00:00, weight 0.22) in time
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:37 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:37 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.291207 (min) 0.259205 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.17186 (min) 0.3157 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.95636 (min) -2.13618 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.92765 (min) 1.14555 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:37 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.139740, mean: 0.459352, max: 1.051472
08:42:37 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:37 DEBUG   opendrift.models.physics_methods:1058:    min: 2.036528, mean: 3.509796, max: 5.586355
08:42:37 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.036528, mean: 3.509796, max: 5.586355
08:42:37 DEBUG   opendrift.models.basemodel:1667: 4 elements scheduled for deactivation (stranded)
08:42:37 DEBUG   opendrift.models.basemodel:1669:       (z: -86.169985 to -12.486328)
08:42:37 DEBUG   opendrift.models.basemodel:1687: Removed 4 elements.
08:42:37 DEBUG   opendrift.models.basemodel:1690: Removed 4 values from environment.
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:37 DEBUG   opendrift.models.basemodel:1699: Removed 4 values from environment_profiles.
08:42:37 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:37 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:37 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:37 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:37 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:37 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:37 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:37 DEBUG   opendrift.models.physics_methods:1058:    min: 2.036528, mean: 3.510369, max: 5.586355
08:42:37 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:37 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.009273, dN_50: 0.000728
08:42:37 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:37 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.015426434279248625
08:42:37 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:37 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:37 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:37 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2099 surface elements
08:42:37 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2098 surface elements
08:42:37 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2098 surface elements
08:42:37 DEBUG   opendrift.models.physics_methods:912: Advecting 2098 of 5761 elements above 0.100m with wind-sheared ocean current (0.069316 m/s - 0.196134 m/s)
08:42:37 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:37 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0011543578386500454 and 0.47548815879830164 m/s
08:42:37 DEBUG   opendrift.models.basemodel:2097: 5761 active elements (239 deactivated)
08:42:37 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:37 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:37 INFO    opendrift.models.basemodel:2011: 2024-05-21 04:39:15.336386 - step 69 of 120 - 5761 active elements (239 deactivated)
08:42:37 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:37 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:37 DEBUG   opendrift.models.basemodel:2030:               34.91522369785252 <- latitude  -> 35.809828935452636
08:42:37 DEBUG   opendrift.models.basemodel:2035:               23.116414601964035 <- longitude -> 24.250124244787504
08:42:37 DEBUG   opendrift.models.basemodel:2040:               -93.38754004119839   <- z ->   0.0
08:42:37 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5761 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5761 elements
08:42:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5761 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5761 elements
08:42:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5761 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5761 elements
08:42:37 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 03:00:00 (before)
                2024-05-21 06:00:00 (after)
08:42:37 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:37 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:37 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 03:00:00, weight 0.45) and
                      after (2024-05-21 06:00:00, weight 0.55) in time
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5761 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5761 elements
08:42:37 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 03:00:00 (before)
                2024-05-21 06:00:00 (after)
08:42:37 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:37 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:37 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 03:00:00, weight 0.45) and
                      after (2024-05-21 06:00:00, weight 0.55) in time
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:37 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:37 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.266062 (min) 0.241751 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.159219 (min) 0.340879 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.71456 (min) -1.38496 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.66598 (min) 1.4236 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:37 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.090190, mean: 0.357269, max: 0.947557
08:42:37 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:37 DEBUG   opendrift.models.physics_methods:1058:    min: 1.636099, mean: 3.041858, max: 5.303131
08:42:37 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.636099, mean: 3.041858, max: 5.303131
08:42:37 DEBUG   opendrift.models.basemodel:1667: 1 elements scheduled for deactivation (stranded)
08:42:37 DEBUG   opendrift.models.basemodel:1669:       (z: -85.091807 to -85.091807)
08:42:37 DEBUG   opendrift.models.basemodel:1687: Removed 1 elements.
08:42:37 DEBUG   opendrift.models.basemodel:1690: Removed 1 values from environment.
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:37 DEBUG   opendrift.models.basemodel:1699: Removed 1 values from environment_profiles.
08:42:37 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:37 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:37 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:37 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:37 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:37 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:37 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:37 DEBUG   opendrift.models.physics_methods:1058:    min: 1.636099, mean: 3.042041, max: 5.303131
08:42:37 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:37 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.010843, dN_50: 0.000851
08:42:37 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:37 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.01390228720719944
08:42:37 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:37 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:37 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:37 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2099 surface elements
08:42:37 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2098 surface elements
08:42:37 DEBUG   opendrift.models.physics_methods:912: Advecting 2100 of 5760 elements above 0.100m with wind-sheared ocean current (0.008988 m/s - 0.186190 m/s)
08:42:37 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:37 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.003833850482027678 and 0.42813724667987907 m/s
08:42:37 DEBUG   opendrift.models.basemodel:2097: 5760 active elements (240 deactivated)
08:42:37 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:37 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:37 INFO    opendrift.models.basemodel:2011: 2024-05-21 05:39:15.336386 - step 70 of 120 - 5760 active elements (240 deactivated)
08:42:37 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:37 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:37 DEBUG   opendrift.models.basemodel:2030:               34.91343326224886 <- latitude  -> 35.82391190087796
08:42:37 DEBUG   opendrift.models.basemodel:2035:               23.099392093863553 <- longitude -> 24.249029302021675
08:42:37 DEBUG   opendrift.models.basemodel:2040:               -92.74240821547174   <- z ->   0.0
08:42:37 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5760 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5760 elements
08:42:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5760 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5760 elements
08:42:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5760 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5760 elements
08:42:37 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 03:00:00 (before)
                2024-05-21 06:00:00 (after)
08:42:37 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:37 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:37 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 03:00:00, weight 0.12) and
                      after (2024-05-21 06:00:00, weight 0.88) in time
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5760 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5760 elements
08:42:37 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 03:00:00 (before)
                2024-05-21 06:00:00 (after)
08:42:37 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 03:00:00) in space  (linearNDFast)
08:42:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:37 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:37 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:37 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 03:00:00, weight 0.12) and
                      after (2024-05-21 06:00:00, weight 0.88) in time
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:37 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:37 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.238548 (min) 0.225442 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.153294 (min) 0.372519 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.55025 (min) -0.590786 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.41391 (min) 1.70027 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:37 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:37 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.064630, mean: 0.276459, max: 0.870966
08:42:37 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:37 DEBUG   opendrift.models.physics_methods:1058:    min: 1.384986, mean: 2.630828, max: 5.084290
08:42:37 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.384986, mean: 2.630828, max: 5.084290
08:42:37 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:42:37 DEBUG   opendrift.models.basemodel:1669:       (z: -88.148566 to -84.778408)
08:42:37 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:42:37 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:37 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:37 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:42:37 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:37 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:37 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:37 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:37 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:37 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:37 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:37 DEBUG   opendrift.models.physics_methods:1058:    min: 1.384986, mean: 2.631372, max: 5.084290
08:42:37 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:37 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.012759, dN_50: 0.001001
08:42:37 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:37 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.012778907345287608
08:42:37 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:37 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:37 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:37 DEBUG   opendrift.models.physics_methods:912: Advecting 2100 of 5757 elements above 0.100m with wind-sheared ocean current (0.050329 m/s - 0.178507 m/s)
08:42:37 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:37 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0009800347734465864 and 0.4746586530373644 m/s
08:42:37 DEBUG   opendrift.models.basemodel:2097: 5757 active elements (243 deactivated)
08:42:37 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:37 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:37 INFO    opendrift.models.basemodel:2011: 2024-05-21 06:39:15.336386 - step 71 of 120 - 5757 active elements (243 deactivated)
08:42:37 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:37 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:37 DEBUG   opendrift.models.basemodel:2030:               34.91129699083203 <- latitude  -> 35.82660599764838
08:42:37 DEBUG   opendrift.models.basemodel:2035:               23.08347817306474 <- longitude -> 24.244940389601023
08:42:37 DEBUG   opendrift.models.basemodel:2040:               -92.06038808739272   <- z ->   0.0
08:42:37 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5757 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5757 elements
08:42:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5757 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5757 elements
08:42:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5757 elements
08:42:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5757 elements
08:42:37 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 06:00:00 (before)
                2024-05-21 09:00:00 (after)
08:42:37 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:42:38 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:42:38 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:42:38 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:42:38 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:42:38 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:42:38 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 23x31x21) for time after (2024-05-21 09:00:00)
08:42:38 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:38 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:38 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:38 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 340 elements, expanding data 1
08:42:38 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 15 elements, expanding data 2
08:42:38 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 06:00:00, weight 0.78) and
                      after (2024-05-21 09:00:00, weight 0.22) in time
08:42:38 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:38 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:38 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:38 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:38 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5757 elements
08:42:38 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5757 elements
08:42:38 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:38 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 06:00:00 (before)
                2024-05-21 09:00:00 (after)
08:42:38 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:42:38 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:42:38 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:42:38 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:42:38 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:42:38 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-21 09:00:00)
08:42:38 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:38 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:38 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:38 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:38 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 06:00:00, weight 0.78) and
                      after (2024-05-21 09:00:00, weight 0.22) in time
08:42:38 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:38 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:38 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:38 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:38 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:38 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:38 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:38 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.198964 (min) 0.203894 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.150455 (min) 0.363033 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.46858 (min) -0.756294 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.63952 (min) 1.55292 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:38 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.058507, mean: 0.295743, max: 0.868766
08:42:38 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:38 DEBUG   opendrift.models.physics_methods:1058:    min: 1.317751, mean: 2.710808, max: 5.077864
08:42:38 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.317751, mean: 2.710808, max: 5.077864
08:42:38 DEBUG   opendrift.models.basemodel:1667: 4 elements scheduled for deactivation (stranded)
08:42:38 DEBUG   opendrift.models.basemodel:1669:       (z: -85.029178 to -79.277024)
08:42:38 DEBUG   opendrift.models.basemodel:1687: Removed 4 elements.
08:42:38 DEBUG   opendrift.models.basemodel:1690: Removed 4 values from environment.
08:42:38 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:38 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:38 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:38 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:38 DEBUG   opendrift.models.basemodel:1699: Removed 4 values from environment_profiles.
08:42:38 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:38 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:38 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:38 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:38 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:38 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:38 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:38 DEBUG   opendrift.models.physics_methods:1058:    min: 1.317751, mean: 2.711538, max: 5.077864
08:42:38 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:38 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.012733, dN_50: 0.000999
08:42:38 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:38 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.012746633867490793
08:42:38 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:38 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:38 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:38 DEBUG   opendrift.models.physics_methods:912: Advecting 2101 of 5753 elements above 0.100m with wind-sheared ocean current (0.011421 m/s - 0.178281 m/s)
08:42:38 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:38 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0026366607349328068 and 0.42695768127443934 m/s
08:42:38 DEBUG   opendrift.models.basemodel:2097: 5753 active elements (247 deactivated)
08:42:38 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:38 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:38 INFO    opendrift.models.basemodel:2011: 2024-05-21 07:39:15.336386 - step 72 of 120 - 5753 active elements (247 deactivated)
08:42:38 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:38 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:38 DEBUG   opendrift.models.basemodel:2030:               34.90588812759483 <- latitude  -> 35.82687004801059
08:42:38 DEBUG   opendrift.models.basemodel:2035:               23.07169932850633 <- longitude -> 24.250048916835816
08:42:38 DEBUG   opendrift.models.basemodel:2040:               -90.6775900613532   <- z ->   0.0
08:42:38 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:38 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:38 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5753 elements
08:42:38 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5753 elements
08:42:38 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:38 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:38 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:38 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:38 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:38 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5753 elements
08:42:38 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5753 elements
08:42:38 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:38 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:38 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:38 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:38 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:38 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:38 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5753 elements
08:42:38 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5753 elements
08:42:38 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:38 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 06:00:00 (before)
                2024-05-21 09:00:00 (after)
08:42:38 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:38 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:38 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:38 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:38 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 06:00:00, weight 0.45) and
                      after (2024-05-21 09:00:00, weight 0.55) in time
08:42:38 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:38 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:38 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:38 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:38 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5753 elements
08:42:38 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5753 elements
08:42:38 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:38 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 06:00:00 (before)
                2024-05-21 09:00:00 (after)
08:42:38 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:38 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:38 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:38 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:38 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 06:00:00, weight 0.45) and
                      after (2024-05-21 09:00:00, weight 0.55) in time
08:42:38 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:38 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:38 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:38 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:38 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:38 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:38 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:38 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.147428 (min) 0.182452 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.149512 (min) 0.344903 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.35318 (min) -1.37713 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.3991 (min) 1.39891 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:38 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:38 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.063076, mean: 0.382205, max: 0.879473
08:42:38 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:38 DEBUG   opendrift.models.physics_methods:1058:    min: 1.368239, mean: 3.118841, max: 5.109059
08:42:38 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.368239, mean: 3.118841, max: 5.109059
08:42:38 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:42:38 DEBUG   opendrift.models.basemodel:1669:       (z: -84.530035 to -8.034486)
08:42:38 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:42:38 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:42:38 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:38 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:38 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:38 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:38 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:42:38 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:38 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:38 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:38 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:38 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:38 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:38 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:38 DEBUG   opendrift.models.physics_methods:1058:    min: 1.368239, mean: 3.119091, max: 5.109058
08:42:38 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:38 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.011621, dN_50: 0.000912
08:42:38 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:38 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.012903677971337405
08:42:38 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:38 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:38 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:39 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2100 surface elements
08:42:39 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2099 surface elements
08:42:39 DEBUG   opendrift.models.physics_methods:912: Advecting 2101 of 5747 elements above 0.100m with wind-sheared ocean current (0.043886 m/s - 0.179376 m/s)
08:42:39 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:39 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001155878007303769 and 0.4242431996038541 m/s
08:42:39 DEBUG   opendrift.models.basemodel:2097: 5747 active elements (253 deactivated)
08:42:39 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:39 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:39 INFO    opendrift.models.basemodel:2011: 2024-05-21 08:39:15.336386 - step 73 of 120 - 5747 active elements (253 deactivated)
08:42:39 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:39 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:39 DEBUG   opendrift.models.basemodel:2030:               34.90054284754505 <- latitude  -> 35.826286743353215
08:42:39 DEBUG   opendrift.models.basemodel:2035:               23.056335350179754 <- longitude -> 24.25003213065923
08:42:39 DEBUG   opendrift.models.basemodel:2040:               -89.67100698453156   <- z ->   0.0
08:42:39 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5747 elements
08:42:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5747 elements
08:42:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5747 elements
08:42:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5747 elements
08:42:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:39 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5747 elements
08:42:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5747 elements
08:42:39 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:39 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 06:00:00 (before)
                2024-05-21 09:00:00 (after)
08:42:39 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:39 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:39 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:39 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:39 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 06:00:00, weight 0.12) and
                      after (2024-05-21 09:00:00, weight 0.88) in time
08:42:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5747 elements
08:42:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5747 elements
08:42:39 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:39 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 06:00:00 (before)
                2024-05-21 09:00:00 (after)
08:42:39 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 06:00:00) in space  (linearNDFast)
08:42:39 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:39 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:39 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:39 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 06:00:00, weight 0.12) and
                      after (2024-05-21 09:00:00, weight 0.88) in time
08:42:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:39 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:39 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:39 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.139201 (min) 0.180505 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.153326 (min) 0.330719 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.19059 (min) -2.00032 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -4.39738 (min) 1.28682 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:39 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:39 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.100940, mean: 0.494586, max: 0.939984
08:42:39 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:39 DEBUG   opendrift.models.physics_methods:1058:    min: 1.730860, mean: 3.606092, max: 5.281896
08:42:39 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.730860, mean: 3.606092, max: 5.281896
08:42:39 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:42:39 DEBUG   opendrift.models.basemodel:1669:       (z: -82.269599 to -78.259309)
08:42:39 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:42:39 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:42:39 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:39 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:39 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:39 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:39 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:42:39 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:39 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:39 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:39 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:39 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:39 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:39 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:39 DEBUG   opendrift.models.physics_methods:1058:    min: 1.730860, mean: 3.606517, max: 5.281896
08:42:39 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:39 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.010762, dN_50: 0.000845
08:42:39 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:39 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.013791206543383097
08:42:39 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:39 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:39 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:39 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2099 surface elements
08:42:39 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2098 surface elements
08:42:39 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2097 surface elements
08:42:39 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2096 surface elements
08:42:39 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2095 surface elements
08:42:39 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2094 surface elements
08:42:39 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2093 surface elements
08:42:39 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2092 surface elements
08:42:39 DEBUG   opendrift.models.physics_methods:912: Advecting 2095 of 5744 elements above 0.100m with wind-sheared ocean current (0.044143 m/s - 0.185444 m/s)
08:42:39 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:39 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0006960404208331998 and 0.46341257657336754 m/s
08:42:39 DEBUG   opendrift.models.basemodel:2097: 5744 active elements (256 deactivated)
08:42:39 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:39 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:39 INFO    opendrift.models.basemodel:2011: 2024-05-21 09:39:15.336386 - step 74 of 120 - 5744 active elements (256 deactivated)
08:42:39 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:39 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:39 DEBUG   opendrift.models.basemodel:2030:               34.898525015658166 <- latitude  -> 35.831793956876325
08:42:39 DEBUG   opendrift.models.basemodel:2035:               23.04858368517508 <- longitude -> 24.258923474825856
08:42:39 DEBUG   opendrift.models.basemodel:2040:               -88.89271716556495   <- z ->   0.0
08:42:39 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5744 elements
08:42:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5744 elements
08:42:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5744 elements
08:42:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5744 elements
08:42:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:39 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5744 elements
08:42:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5744 elements
08:42:39 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:39 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 09:00:00 (before)
                2024-05-21 12:00:00 (after)
08:42:39 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:42:39 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:42:41 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:42:41 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:42:41 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:42:41 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:42:41 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 23x31x20) for time after (2024-05-21 12:00:00)
08:42:41 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:41 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 12:00:00) in space  (linearNDFast)
08:42:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 297 elements, expanding data 1
08:42:41 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:42:41 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 09:00:00, weight 0.78) and
                      after (2024-05-21 12:00:00, weight 0.22) in time
08:42:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5744 elements
08:42:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5744 elements
08:42:41 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 09:00:00 (before)
                2024-05-21 12:00:00 (after)
08:42:41 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:42:41 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:42:41 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:42:41 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:42:41 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:42:41 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-21 12:00:00)
08:42:41 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:41 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 12:00:00) in space  (linearNDFast)
08:42:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:41 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 09:00:00, weight 0.78) and
                      after (2024-05-21 12:00:00, weight 0.22) in time
08:42:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:41 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:41 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:41 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.151969 (min) 0.22211 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.157052 (min) 0.30695 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.73414 (min) -2.30555 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.91251 (min) 1.07862 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:41 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.131399, mean: 0.408651, max: 0.725061
08:42:41 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:41 DEBUG   opendrift.models.physics_methods:1058:    min: 1.974812, mean: 3.376490, max: 4.638919
08:42:41 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.974812, mean: 3.376490, max: 4.638919
08:42:41 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:42:41 DEBUG   opendrift.models.basemodel:1669:       (z: -80.169889 to -13.015121)
08:42:41 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:42:41 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:42:41 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:41 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:41 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:41 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:41 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:42:41 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:41 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:41 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:41 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:41 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:41 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:41 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:41 DEBUG   opendrift.models.physics_methods:1058:    min: 1.974812, mean: 3.376572, max: 4.638919
08:42:41 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:41 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.012035, dN_50: 0.000945
08:42:41 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:41 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.010638868862591218
08:42:41 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:41 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:41 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:41 DEBUG   opendrift.models.physics_methods:912: Advecting 2093 of 5741 elements above 0.100m with wind-sheared ocean current (0.037119 m/s - 0.162870 m/s)
08:42:41 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:41 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0016886103923980534 and 0.4726688423646561 m/s
08:42:41 DEBUG   opendrift.models.basemodel:2097: 5741 active elements (259 deactivated)
08:42:41 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:41 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:41 INFO    opendrift.models.basemodel:2011: 2024-05-21 10:39:15.336386 - step 75 of 120 - 5741 active elements (259 deactivated)
08:42:41 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:41 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:41 DEBUG   opendrift.models.basemodel:2030:               34.899238461693656 <- latitude  -> 35.83725434767295
08:42:41 DEBUG   opendrift.models.basemodel:2035:               23.034231396569897 <- longitude -> 24.258289938659352
08:42:41 DEBUG   opendrift.models.basemodel:2040:               -87.9605655679945   <- z ->   0.0
08:42:41 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5741 elements
08:42:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5741 elements
08:42:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5741 elements
08:42:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5741 elements
08:42:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:41 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5741 elements
08:42:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5741 elements
08:42:41 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 09:00:00 (before)
                2024-05-21 12:00:00 (after)
08:42:41 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:41 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 12:00:00) in space  (linearNDFast)
08:42:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:41 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 09:00:00, weight 0.45) and
                      after (2024-05-21 12:00:00, weight 0.55) in time
08:42:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5741 elements
08:42:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5741 elements
08:42:41 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 09:00:00 (before)
                2024-05-21 12:00:00 (after)
08:42:41 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:41 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 12:00:00) in space  (linearNDFast)
08:42:41 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:41 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 09:00:00, weight 0.45) and
                      after (2024-05-21 12:00:00, weight 0.55) in time
08:42:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:41 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:41 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:41 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.153647 (min) 0.259583 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.163831 (min) 0.267661 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.24179 (min) -1.6003 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.60595 (min) 0.825468 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:41 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:41 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.150161, mean: 0.263494, max: 0.448166
08:42:41 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:41 DEBUG   opendrift.models.physics_methods:1058:    min: 2.111098, mean: 2.783420, max: 3.647113
08:42:41 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.111098, mean: 2.783420, max: 3.647113
08:42:41 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:42:41 DEBUG   opendrift.models.basemodel:1669:       (z: -80.334645 to -77.280043)
08:42:41 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:42:41 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:42:41 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:42:41 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:42:41 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:42:41 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:42:41 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:42:41 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:41 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:41 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:41 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:41 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:41 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:41 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:41 DEBUG   opendrift.models.physics_methods:1058:    min: 2.111098, mean: 2.783517, max: 3.647113
08:42:41 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:41 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.015610, dN_50: 0.001225
08:42:41 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:41 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0065775818556872276
08:42:41 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:41 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:41 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:41 DEBUG   opendrift.models.physics_methods:912: Advecting 2093 of 5738 elements above 0.100m with wind-sheared ocean current (0.009724 m/s - 0.128048 m/s)
08:42:41 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:41 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0030214302489919675 and 0.4814573143195394 m/s
08:42:41 DEBUG   opendrift.models.basemodel:2097: 5738 active elements (262 deactivated)
08:42:41 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:41 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:41 INFO    opendrift.models.basemodel:2011: 2024-05-21 11:39:15.336386 - step 76 of 120 - 5738 active elements (262 deactivated)
08:42:41 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:41 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:41 DEBUG   opendrift.models.basemodel:2030:               34.89411453325416 <- latitude  -> 35.84443453100067
08:42:41 DEBUG   opendrift.models.basemodel:2035:               23.021357981672573 <- longitude -> 24.263889053574594
08:42:41 DEBUG   opendrift.models.basemodel:2040:               -86.75529679819873   <- z ->   0.0
08:42:41 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:42 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:42 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:42 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:42 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:42 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:42 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:42 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:42 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:42 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:42 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:42 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:42 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:42 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:42 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 09:00:00 (before)
                2024-05-21 12:00:00 (after)
08:42:42 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:42 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:42 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 12:00:00) in space  (linearNDFast)
08:42:42 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:42 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 09:00:00, weight 0.12) and
                      after (2024-05-21 12:00:00, weight 0.88) in time
08:42:42 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:42 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:42 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:42:42 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:42:42 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:42 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 09:00:00 (before)
                2024-05-21 12:00:00 (after)
08:42:42 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 09:00:00) in space  (linearNDFast)
08:42:42 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:42 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 12:00:00) in space  (linearNDFast)
08:42:42 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:42:42 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 09:00:00, weight 0.12) and
                      after (2024-05-21 12:00:00, weight 0.88) in time
08:42:42 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:42 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:42 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:42:42 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:42:42 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:42:42 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:42:42 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:42:42 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.162927 (min) 0.299406 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.168468 (min) 0.235121 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.18218 (min) -0.241232 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.50988 (min) 1.38169 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:42:42 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:42:42 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.032661, mean: 0.185306, max: 0.435546
08:42:42 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:42:42 DEBUG   opendrift.models.physics_methods:1058:    min: 0.984567, mean: 2.266836, max: 3.595395
08:42:42 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.984567, mean: 2.266836, max: 3.595395
08:42:42 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:42:42 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:42:42 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:42:42 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:42:42 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:42:42 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:42:42 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:42:42 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:42:42 DEBUG   opendrift.models.physics_methods:1058:    min: 0.984568, mean: 2.266836, max: 3.595395
08:42:42 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:42:42 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.023594, dN_50: 0.001852
08:42:42 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:42:42 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.006392473858104256
08:42:42 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:42:42 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:42:42 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:42:42 DEBUG   opendrift.models.physics_methods:912: Advecting 2092 of 5738 elements above 0.100m with wind-sheared ocean current (0.035552 m/s - 0.119859 m/s)
08:42:42 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:42:42 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.00027186513985481137 and 0.4665475505585299 m/s
08:42:42 DEBUG   opendrift.models.basemodel:2097: 5738 active elements (262 deactivated)
08:42:42 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:42:42 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:42:42 INFO    opendrift.models.basemodel:2011: 2024-05-21 12:39:15.336386 - step 77 of 120 - 5738 active elements (262 deactivated)
08:42:42 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:42:42 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:42:42 DEBUG   opendrift.models.basemodel:2030:               34.89042341165153 <- latitude  -> 35.85143552933858
08:42:42 DEBUG   opendrift.models.basemodel:2035:               23.019365534117554 <- longitude -> 24.272027047369697
08:42:42 DEBUG   opendrift.models.basemodel:2040:               -85.81524332032573   <- z ->   0.0
08:42:42 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:42:42 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:42:42 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:42 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:42 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:42 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:42:42 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:42:42 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:42:42 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:42:42 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:42:42 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:42:42 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:42:42 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:42:42 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:42:42 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5738 elements
08:42:42 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:42:42 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 12:00:00 (before)
                2024-05-21 15:00:00 (after)
08:42:42 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:42:44 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:11 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:11 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:11 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:11 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:11 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 24x32x20) for time after (2024-05-21 15:00:00)
08:43:11 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 12:00:00) in space  (linearNDFast)
08:43:11 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:11 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:11 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:11 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 288 elements, expanding data 1
08:43:12 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 14 elements, expanding data 2
08:43:12 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 12:00:00, weight 0.78) and
                      after (2024-05-21 15:00:00, weight 0.22) in time
08:43:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5738 elements
08:43:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5738 elements
08:43:12 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:12 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 12:00:00 (before)
                2024-05-21 15:00:00 (after)
08:43:12 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:12 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:12 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:12 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:12 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:12 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-21 15:00:00)
08:43:12 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 12:00:00) in space  (linearNDFast)
08:43:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:12 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:12 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 12:00:00, weight 0.78) and
                      after (2024-05-21 15:00:00, weight 0.22) in time
08:43:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:12 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:12 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:12 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.141814 (min) 0.306624 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.176655 (min) 0.234705 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.10669 (min) 0.0161026 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.52797 (min) 1.50261 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:12 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.028943, mean: 0.158680, max: 0.417872
08:43:12 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:12 DEBUG   opendrift.models.physics_methods:1058:    min: 0.926837, mean: 2.087759, max: 3.521692
08:43:12 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.926837, mean: 2.087759, max: 3.521692
08:43:12 DEBUG   opendrift.models.basemodel:1667: 2 elements scheduled for deactivation (stranded)
08:43:12 DEBUG   opendrift.models.basemodel:1669:       (z: -80.696610 to -75.183226)
08:43:12 DEBUG   opendrift.models.basemodel:1687: Removed 2 elements.
08:43:12 DEBUG   opendrift.models.basemodel:1690: Removed 2 values from environment.
08:43:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:12 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:12 DEBUG   opendrift.models.basemodel:1699: Removed 2 values from environment_profiles.
08:43:12 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:12 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:12 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:12 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:12 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:12 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:12 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:12 DEBUG   opendrift.models.physics_methods:1058:    min: 0.926837, mean: 2.087582, max: 3.521692
08:43:12 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:12 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.025639, dN_50: 0.002012
08:43:12 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:12 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.006133248623577484
08:43:12 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:12 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:12 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:12 DEBUG   opendrift.models.physics_methods:912: Advecting 2092 of 5736 elements above 0.100m with wind-sheared ocean current (0.033894 m/s - 0.111352 m/s)
08:43:12 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:12 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0007293978745500164 and 0.5030802091248611 m/s
08:43:12 DEBUG   opendrift.models.basemodel:2097: 5736 active elements (264 deactivated)
08:43:12 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:12 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:12 INFO    opendrift.models.basemodel:2011: 2024-05-21 13:39:15.336386 - step 78 of 120 - 5736 active elements (264 deactivated)
08:43:12 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:12 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:12 DEBUG   opendrift.models.basemodel:2030:               34.88557952144237 <- latitude  -> 35.85055160919346
08:43:12 DEBUG   opendrift.models.basemodel:2035:               23.008337219664586 <- longitude -> 24.27656477376191
08:43:12 DEBUG   opendrift.models.basemodel:2040:               -84.89537733113154   <- z ->   0.0
08:43:12 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5736 elements
08:43:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5736 elements
08:43:12 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5736 elements
08:43:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5736 elements
08:43:12 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:12 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5736 elements
08:43:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5736 elements
08:43:12 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:12 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 12:00:00 (before)
                2024-05-21 15:00:00 (after)
08:43:12 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 12:00:00) in space  (linearNDFast)
08:43:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:12 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:12 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 12:00:00, weight 0.45) and
                      after (2024-05-21 15:00:00, weight 0.55) in time
08:43:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5736 elements
08:43:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5736 elements
08:43:12 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:12 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 12:00:00 (before)
                2024-05-21 15:00:00 (after)
08:43:12 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 12:00:00) in space  (linearNDFast)
08:43:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:12 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:12 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:12 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 12:00:00, weight 0.45) and
                      after (2024-05-21 15:00:00, weight 0.55) in time
08:43:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:12 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:12 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:12 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.12375 (min) 0.299859 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.190269 (min) 0.216893 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.85124 (min) -0.417357 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.37459 (min) 0.92722 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:12 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:12 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.082417, mean: 0.150494, max: 0.367625
08:43:12 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:12 DEBUG   opendrift.models.physics_methods:1058:    min: 1.564004, mean: 2.096262, max: 3.303180
08:43:12 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.564004, mean: 2.096262, max: 3.303180
08:43:12 DEBUG   opendrift.models.basemodel:1683: No elements to deactivate
08:43:12 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:12 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:12 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:12 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:12 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:12 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:12 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:12 DEBUG   opendrift.models.physics_methods:1058:    min: 1.564004, mean: 2.096262, max: 3.303180
08:43:12 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:12 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.021684, dN_50: 0.001702
08:43:12 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:12 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.005396261158896403
08:43:12 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:12 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:12 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:13 DEBUG   opendrift.models.physics_methods:912: Advecting 2092 of 5736 elements above 0.100m with wind-sheared ocean current (0.055108 m/s - 0.100441 m/s)
08:43:13 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:13 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0010037208999363573 and 0.4779082394467525 m/s
08:43:13 DEBUG   opendrift.models.basemodel:2097: 5736 active elements (264 deactivated)
08:43:13 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:13 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:13 INFO    opendrift.models.basemodel:2011: 2024-05-21 14:39:15.336386 - step 79 of 120 - 5736 active elements (264 deactivated)
08:43:13 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:13 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:13 DEBUG   opendrift.models.basemodel:2030:               34.88311164554679 <- latitude  -> 35.860071314110826
08:43:13 DEBUG   opendrift.models.basemodel:2035:               23.006876087970596 <- longitude -> 24.28065750873304
08:43:13 DEBUG   opendrift.models.basemodel:2040:               -84.10451805205318   <- z ->   0.0
08:43:13 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5736 elements
08:43:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5736 elements
08:43:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5736 elements
08:43:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5736 elements
08:43:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:13 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5736 elements
08:43:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5736 elements
08:43:13 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:13 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 12:00:00 (before)
                2024-05-21 15:00:00 (after)
08:43:13 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 12:00:00) in space  (linearNDFast)
08:43:13 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:13 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:13 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:13 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 12:00:00, weight 0.12) and
                      after (2024-05-21 15:00:00, weight 0.88) in time
08:43:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5736 elements
08:43:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5736 elements
08:43:13 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:13 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 12:00:00 (before)
                2024-05-21 15:00:00 (after)
08:43:13 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 12:00:00) in space  (linearNDFast)
08:43:13 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:13 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:13 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:13 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 12:00:00, weight 0.12) and
                      after (2024-05-21 15:00:00, weight 0.88) in time
08:43:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:13 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:13 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:13 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.11124 (min) 0.299587 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.21046 (min) 0.203294 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.58904 (min) -0.831432 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.2981 (min) 0.53202 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:13 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:13 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.091659, mean: 0.160728, max: 0.319160
08:43:13 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:13 DEBUG   opendrift.models.physics_methods:1058:    min: 1.649368, mean: 2.176909, max: 3.077752
08:43:13 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.649368, mean: 2.176909, max: 3.077752
08:43:13 DEBUG   opendrift.models.basemodel:1667: 2 elements scheduled for deactivation (stranded)
08:43:13 DEBUG   opendrift.models.basemodel:1669:       (z: -9.087556 to -1.091281)
08:43:13 DEBUG   opendrift.models.basemodel:1687: Removed 2 elements.
08:43:13 DEBUG   opendrift.models.basemodel:1690: Removed 2 values from environment.
08:43:13 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:13 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:13 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:13 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:13 DEBUG   opendrift.models.basemodel:1699: Removed 2 values from environment_profiles.
08:43:13 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:13 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:13 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:13 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:13 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:13 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:13 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:13 DEBUG   opendrift.models.physics_methods:1058:    min: 1.649368, mean: 2.176777, max: 3.077752
08:43:13 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:13 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.019294, dN_50: 0.001514
08:43:13 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:13 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.004685404228940668
08:43:13 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:13 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:13 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:13 DEBUG   opendrift.models.physics_methods:912: Advecting 2092 of 5734 elements above 0.100m with wind-sheared ocean current (0.069920 m/s - 0.101499 m/s)
08:43:13 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:13 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0022434454448511804 and 0.4826979670216741 m/s
08:43:13 DEBUG   opendrift.models.basemodel:2097: 5734 active elements (266 deactivated)
08:43:13 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:13 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:13 INFO    opendrift.models.basemodel:2011: 2024-05-21 15:39:15.336386 - step 80 of 120 - 5734 active elements (266 deactivated)
08:43:13 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:13 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:13 DEBUG   opendrift.models.basemodel:2030:               34.87929074043972 <- latitude  -> 35.85775236134873
08:43:13 DEBUG   opendrift.models.basemodel:2035:               23.003214264271715 <- longitude -> 24.281323118487126
08:43:13 DEBUG   opendrift.models.basemodel:2040:               -84.03557450572495   <- z ->   0.0
08:43:13 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5734 elements
08:43:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5734 elements
08:43:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5734 elements
08:43:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5734 elements
08:43:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:13 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5734 elements
08:43:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5734 elements
08:43:13 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:13 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 15:00:00 (before)
                2024-05-21 18:00:00 (after)
08:43:13 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:13 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:13 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:13 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:13 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:13 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:13 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 24x33x20) for time after (2024-05-21 18:00:00)
08:43:13 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:13 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:14 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 17 elements, expanding data 2
08:43:14 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 15:00:00, weight 0.78) and
                      after (2024-05-21 18:00:00, weight 0.22) in time
08:43:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5734 elements
08:43:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5734 elements
08:43:14 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:14 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 15:00:00 (before)
                2024-05-21 18:00:00 (after)
08:43:14 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:14 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:14 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:14 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:14 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:14 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-21 18:00:00)
08:43:14 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 15:00:00, weight 0.78) and
                      after (2024-05-21 18:00:00, weight 0.22) in time
08:43:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:14 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:14 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:14 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0996822 (min) 0.293885 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.231256 (min) 0.194266 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.44856 (min) -1.32612 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.8417 (min) 0.664249 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:14 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.086337, mean: 0.168367, max: 0.299317
08:43:14 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:14 DEBUG   opendrift.models.physics_methods:1058:    min: 1.600767, mean: 2.224522, max: 2.980543
08:43:14 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.600767, mean: 2.224522, max: 2.980543
08:43:14 DEBUG   opendrift.models.basemodel:1667: 1 elements scheduled for deactivation (stranded)
08:43:14 DEBUG   opendrift.models.basemodel:1669:       (z: -78.005342 to -78.005342)
08:43:14 DEBUG   opendrift.models.basemodel:1687: Removed 1 elements.
08:43:14 DEBUG   opendrift.models.basemodel:1690: Removed 1 values from environment.
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:14 DEBUG   opendrift.models.basemodel:1699: Removed 1 values from environment_profiles.
08:43:14 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:14 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:14 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:14 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:14 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:14 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:14 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:14 DEBUG   opendrift.models.physics_methods:1058:    min: 1.600767, mean: 2.224556, max: 2.980543
08:43:14 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:14 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.019526, dN_50: 0.001532
08:43:14 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:14 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.004394368694260249
08:43:14 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:14 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:14 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:14 DEBUG   opendrift.models.physics_methods:912: Advecting 2094 of 5733 elements above 0.100m with wind-sheared ocean current (0.030537 m/s - 0.103605 m/s)
08:43:14 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:14 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0018561851877495527 and 0.402898249863925 m/s
08:43:14 DEBUG   opendrift.models.basemodel:2097: 5733 active elements (267 deactivated)
08:43:14 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:14 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:14 INFO    opendrift.models.basemodel:2011: 2024-05-21 16:39:15.336386 - step 81 of 120 - 5733 active elements (267 deactivated)
08:43:14 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:14 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:14 DEBUG   opendrift.models.basemodel:2030:               34.88056306111401 <- latitude  -> 35.858811106166456
08:43:14 DEBUG   opendrift.models.basemodel:2035:               23.0014151457466 <- longitude -> 24.284507335046698
08:43:14 DEBUG   opendrift.models.basemodel:2040:               -82.53106494527403   <- z ->   0.0
08:43:14 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5733 elements
08:43:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5733 elements
08:43:14 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5733 elements
08:43:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5733 elements
08:43:14 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:14 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5733 elements
08:43:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5733 elements
08:43:14 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:14 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 15:00:00 (before)
                2024-05-21 18:00:00 (after)
08:43:14 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 15:00:00, weight 0.45) and
                      after (2024-05-21 18:00:00, weight 0.55) in time
08:43:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5733 elements
08:43:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5733 elements
08:43:14 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:14 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 15:00:00 (before)
                2024-05-21 18:00:00 (after)
08:43:14 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 15:00:00, weight 0.45) and
                      after (2024-05-21 18:00:00, weight 0.55) in time
08:43:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:14 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:14 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:14 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.100944 (min) 0.278643 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.257294 (min) 0.194746 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.08241 (min) -1.63899 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.69109 (min) 0.909668 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:14 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.068752, mean: 0.185434, max: 0.410014
08:43:14 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:14 DEBUG   opendrift.models.physics_methods:1058:    min: 1.428471, mean: 2.319780, max: 3.488421
08:43:14 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.428471, mean: 2.319780, max: 3.488421
08:43:14 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:43:14 DEBUG   opendrift.models.basemodel:1669:       (z: -73.491119 to -8.658835)
08:43:14 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:43:14 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:14 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:43:14 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:14 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:14 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:14 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:14 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:14 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:14 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:14 DEBUG   opendrift.models.physics_methods:1058:    min: 1.428471, mean: 2.319861, max: 3.488421
08:43:14 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:14 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.020091, dN_50: 0.001577
08:43:14 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:14 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.006017987902724562
08:43:14 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:14 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:14 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:14 DEBUG   opendrift.models.physics_methods:912: Advecting 2095 of 5730 elements above 0.100m with wind-sheared ocean current (0.006439 m/s - 0.122477 m/s)
08:43:14 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:14 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0022549422684001678 and 0.4795777409364511 m/s
08:43:14 DEBUG   opendrift.models.basemodel:2097: 5730 active elements (270 deactivated)
08:43:14 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:14 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:14 INFO    opendrift.models.basemodel:2011: 2024-05-21 17:39:15.336386 - step 82 of 120 - 5730 active elements (270 deactivated)
08:43:14 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:14 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:14 DEBUG   opendrift.models.basemodel:2030:               34.87557886149667 <- latitude  -> 35.85959113750646
08:43:14 DEBUG   opendrift.models.basemodel:2035:               23.00686718279464 <- longitude -> 24.290532782357815
08:43:14 DEBUG   opendrift.models.basemodel:2040:               -81.64821803461813   <- z ->   0.0
08:43:14 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5730 elements
08:43:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5730 elements
08:43:14 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5730 elements
08:43:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5730 elements
08:43:14 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:14 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5730 elements
08:43:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5730 elements
08:43:14 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:14 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 15:00:00 (before)
                2024-05-21 18:00:00 (after)
08:43:14 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 15:00:00, weight 0.12) and
                      after (2024-05-21 18:00:00, weight 0.88) in time
08:43:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5730 elements
08:43:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5730 elements
08:43:14 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:14 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 15:00:00 (before)
                2024-05-21 18:00:00 (after)
08:43:14 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 15:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:14 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:14 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 15:00:00, weight 0.12) and
                      after (2024-05-21 18:00:00, weight 0.88) in time
08:43:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:14 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:14 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:14 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.108851 (min) 0.314076 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.284324 (min) 0.209807 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.79321 (min) -1.43981 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -0.540607 (min) 2.01407 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:14 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:14 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.052287, mean: 0.224668, max: 0.565432
08:43:14 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:14 DEBUG   opendrift.models.physics_methods:1058:    min: 1.245733, mean: 2.524137, max: 4.096563
08:43:14 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.245733, mean: 2.524137, max: 4.096563
08:43:14 DEBUG   opendrift.models.basemodel:1667: 1 elements scheduled for deactivation (stranded)
08:43:14 DEBUG   opendrift.models.basemodel:1669:       (z: -70.544973 to -70.544973)
08:43:14 DEBUG   opendrift.models.basemodel:1687: Removed 1 elements.
08:43:14 DEBUG   opendrift.models.basemodel:1690: Removed 1 values from environment.
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:14 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:14 DEBUG   opendrift.models.basemodel:1699: Removed 1 values from environment_profiles.
08:43:14 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:14 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:14 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:14 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:14 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:14 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:14 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:14 DEBUG   opendrift.models.physics_methods:1058:    min: 1.245733, mean: 2.524127, max: 4.096563
08:43:14 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:14 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.019344, dN_50: 0.001518
08:43:14 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:14 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.008297542454632257
08:43:14 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:14 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:14 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:14 DEBUG   opendrift.models.physics_methods:912: Advecting 2094 of 5729 elements above 0.100m with wind-sheared ocean current (0.035166 m/s - 0.143828 m/s)
08:43:15 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:15 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0014998516879595344 and 0.48946771016644675 m/s
08:43:15 DEBUG   opendrift.models.basemodel:2097: 5729 active elements (271 deactivated)
08:43:15 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:15 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:15 INFO    opendrift.models.basemodel:2011: 2024-05-21 18:39:15.336386 - step 83 of 120 - 5729 active elements (271 deactivated)
08:43:15 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:15 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:15 DEBUG   opendrift.models.basemodel:2030:               34.86765057039104 <- latitude  -> 35.86755727125847
08:43:15 DEBUG   opendrift.models.basemodel:2035:               23.006446106578824 <- longitude -> 24.293280049208846
08:43:15 DEBUG   opendrift.models.basemodel:2040:               -80.581949585783   <- z ->   0.0
08:43:15 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5729 elements
08:43:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5729 elements
08:43:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5729 elements
08:43:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5729 elements
08:43:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:15 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5729 elements
08:43:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5729 elements
08:43:15 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:15 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 18:00:00 (before)
                2024-05-21 21:00:00 (after)
08:43:15 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:15 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:16 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:16 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:16 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:16 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:16 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 24x33x20) for time after (2024-05-21 21:00:00)
08:43:16 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:16 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:16 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:16 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 21 elements, expanding data 2
08:43:16 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 18:00:00, weight 0.78) and
                      after (2024-05-21 21:00:00, weight 0.22) in time
08:43:16 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5729 elements
08:43:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5729 elements
08:43:16 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:16 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 18:00:00 (before)
                2024-05-21 21:00:00 (after)
08:43:16 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:16 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:16 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:16 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:16 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:16 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-21 21:00:00)
08:43:16 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:16 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:16 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:16 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:16 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 18:00:00, weight 0.78) and
                      after (2024-05-21 21:00:00, weight 0.22) in time
08:43:16 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:16 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:16 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:16 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:16 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:16 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:16 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.122876 (min) 0.339294 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.245054 (min) 0.203272 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.4005 (min) -1.57655 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.225188 (min) 2.54218 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:16 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:16 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.063361, mean: 0.164904, max: 0.383592
08:43:16 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:16 DEBUG   opendrift.models.physics_methods:1058:    min: 1.371329, mean: 2.187632, max: 3.374152
08:43:16 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.371329, mean: 2.187632, max: 3.374152
08:43:16 DEBUG   opendrift.models.basemodel:1667: 3 elements scheduled for deactivation (stranded)
08:43:16 DEBUG   opendrift.models.basemodel:1669:       (z: -72.186780 to -64.392862)
08:43:16 DEBUG   opendrift.models.basemodel:1687: Removed 3 elements.
08:43:16 DEBUG   opendrift.models.basemodel:1690: Removed 3 values from environment.
08:43:16 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:16 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:16 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:16 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:16 DEBUG   opendrift.models.basemodel:1699: Removed 3 values from environment_profiles.
08:43:16 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:16 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:16 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:16 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:16 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:16 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:16 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:16 DEBUG   opendrift.models.physics_methods:1058:    min: 1.371329, mean: 2.187429, max: 3.374152
08:43:16 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:16 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.023118, dN_50: 0.001814
08:43:16 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:16 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.005630457172618167
08:43:16 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:16 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:16 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:16 DEBUG   opendrift.models.physics_methods:912: Advecting 2094 of 5726 elements above 0.100m with wind-sheared ocean current (0.035190 m/s - 0.105182 m/s)
08:43:16 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:16 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.00073832313713674 and 0.43145795379875895 m/s
08:43:16 DEBUG   opendrift.models.basemodel:2097: 5726 active elements (274 deactivated)
08:43:16 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:16 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:16 INFO    opendrift.models.basemodel:2011: 2024-05-21 19:39:15.336386 - step 84 of 120 - 5726 active elements (274 deactivated)
08:43:16 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:16 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:16 DEBUG   opendrift.models.basemodel:2030:               34.86431039849028 <- latitude  -> 35.872097147450354
08:43:16 DEBUG   opendrift.models.basemodel:2035:               23.008706215050157 <- longitude -> 24.294969995976807
08:43:16 DEBUG   opendrift.models.basemodel:2040:               -79.08578839120084   <- z ->   0.0
08:43:16 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5726 elements
08:43:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5726 elements
08:43:16 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:16 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5726 elements
08:43:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5726 elements
08:43:16 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:16 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:16 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5726 elements
08:43:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5726 elements
08:43:16 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:16 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 18:00:00 (before)
                2024-05-21 21:00:00 (after)
08:43:16 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:16 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:16 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
08:43:16 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 18:00:00, weight 0.45) and
                      after (2024-05-21 21:00:00, weight 0.55) in time
08:43:16 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5726 elements
08:43:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5726 elements
08:43:16 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:16 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 18:00:00 (before)
                2024-05-21 21:00:00 (after)
08:43:16 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:16 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:17 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:17 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:17 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 18:00:00, weight 0.45) and
                      after (2024-05-21 21:00:00, weight 0.55) in time
08:43:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:17 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:17 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:17 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.137365 (min) 0.355037 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.174019 (min) 0.173754 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.24126 (min) -0.35452 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.478184 (min) 2.729 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:17 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.016895, mean: 0.119582, max: 0.348534
08:43:17 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:17 DEBUG   opendrift.models.physics_methods:1058:    min: 0.708130, mean: 1.825100, max: 3.216268
08:43:17 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.708130, mean: 1.825100, max: 3.216268
08:43:17 DEBUG   opendrift.models.basemodel:1667: 8 elements scheduled for deactivation (stranded)
08:43:17 DEBUG   opendrift.models.basemodel:1669:       (z: -71.121357 to -2.040707)
08:43:17 DEBUG   opendrift.models.basemodel:1687: Removed 8 elements.
08:43:17 DEBUG   opendrift.models.basemodel:1690: Removed 8 values from environment.
08:43:17 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:17 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:17 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:17 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:17 DEBUG   opendrift.models.basemodel:1699: Removed 8 values from environment_profiles.
08:43:17 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:17 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:17 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:17 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:17 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:17 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:17 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:17 DEBUG   opendrift.models.physics_methods:1058:    min: 0.708130, mean: 1.824847, max: 3.216268
08:43:17 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:17 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.030782, dN_50: 0.002416
08:43:17 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:17 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.005116245814648953
08:43:17 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:17 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:17 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:17 DEBUG   opendrift.models.physics_methods:912: Advecting 2093 of 5718 elements above 0.100m with wind-sheared ocean current (0.028083 m/s - 0.078097 m/s)
08:43:17 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:17 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0013694999399768634 and 0.42820689253171723 m/s
08:43:17 DEBUG   opendrift.models.basemodel:2097: 5718 active elements (282 deactivated)
08:43:17 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:17 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:17 INFO    opendrift.models.basemodel:2011: 2024-05-21 20:39:15.336386 - step 85 of 120 - 5718 active elements (282 deactivated)
08:43:17 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:17 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:17 DEBUG   opendrift.models.basemodel:2030:               34.85583178058197 <- latitude  -> 35.88176712424161
08:43:17 DEBUG   opendrift.models.basemodel:2035:               23.00852976673845 <- longitude -> 24.300731775356937
08:43:17 DEBUG   opendrift.models.basemodel:2040:               -78.34007020944507   <- z ->   0.0
08:43:17 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5718 elements
08:43:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5718 elements
08:43:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5718 elements
08:43:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5718 elements
08:43:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:17 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5718 elements
08:43:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5718 elements
08:43:17 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:17 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 18:00:00 (before)
                2024-05-21 21:00:00 (after)
08:43:17 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:17 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:17 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:17 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:17 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 18:00:00, weight 0.12) and
                      after (2024-05-21 21:00:00, weight 0.88) in time
08:43:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5718 elements
08:43:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5718 elements
08:43:17 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:17 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 18:00:00 (before)
                2024-05-21 21:00:00 (after)
08:43:17 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 18:00:00) in space  (linearNDFast)
08:43:17 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:17 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:17 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:17 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 18:00:00, weight 0.12) and
                      after (2024-05-21 21:00:00, weight 0.88) in time
08:43:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:17 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:17 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:17 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.173579 (min) 0.370016 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.135988 (min) 0.199351 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.19411 (min) 1.65977 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.594265 (min) 4.05545 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:17 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:17 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.058004, mean: 0.161399, max: 0.472356
08:43:17 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:17 DEBUG   opendrift.models.physics_methods:1058:    min: 1.312074, mean: 2.164105, max: 3.744247
08:43:17 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.312074, mean: 2.164105, max: 3.744247
08:43:17 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:43:17 DEBUG   opendrift.models.basemodel:1669:       (z: -68.707352 to -64.845943)
08:43:17 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:43:17 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:43:17 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:17 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:17 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:17 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:17 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:43:17 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:17 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:17 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:17 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:17 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:17 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:17 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:17 DEBUG   opendrift.models.physics_methods:1058:    min: 1.312074, mean: 2.163856, max: 3.744246
08:43:17 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:17 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.025720, dN_50: 0.002019
08:43:17 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:17 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.006932381218775826
08:43:17 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:17 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:17 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:17 DEBUG   opendrift.models.physics_methods:912: Advecting 2094 of 5712 elements above 0.100m with wind-sheared ocean current (0.046237 m/s - 0.131458 m/s)
08:43:17 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:17 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.000799830837656214 and 0.4218910015612544 m/s
08:43:17 DEBUG   opendrift.models.basemodel:2097: 5712 active elements (288 deactivated)
08:43:17 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:17 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:17 INFO    opendrift.models.basemodel:2011: 2024-05-21 21:39:15.336386 - step 86 of 120 - 5712 active elements (288 deactivated)
08:43:17 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:17 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:17 DEBUG   opendrift.models.basemodel:2030:               34.84762386379467 <- latitude  -> 35.885781002538444
08:43:17 DEBUG   opendrift.models.basemodel:2035:               23.01313635615705 <- longitude -> 24.303224497329534
08:43:17 DEBUG   opendrift.models.basemodel:2040:               -77.98379450498594   <- z ->   0.0
08:43:17 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5712 elements
08:43:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5712 elements
08:43:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5712 elements
08:43:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5712 elements
08:43:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:17 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5712 elements
08:43:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5712 elements
08:43:17 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:17 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 21:00:00 (before)
                2024-05-22 00:00:00 (after)
08:43:17 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:17 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:18 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:18 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:18 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:18 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:18 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 24x34x19) for time after (2024-05-22 00:00:00)
08:43:18 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 299 elements, expanding data 1
08:43:18 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 19 elements, expanding data 2
08:43:18 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 21:00:00, weight 0.78) and
                      after (2024-05-22 00:00:00, weight 0.22) in time
08:43:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5712 elements
08:43:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5712 elements
08:43:18 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:18 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 21:00:00 (before)
                2024-05-22 00:00:00 (after)
08:43:18 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:18 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:18 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:18 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:18 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:18 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-22 00:00:00)
08:43:18 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 21:00:00, weight 0.78) and
                      after (2024-05-22 00:00:00, weight 0.22) in time
08:43:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:18 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:18 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:18 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.172896 (min) 0.352935 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.188889 (min) 0.183427 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.53413 (min) 2.6686 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.631306 (min) 4.21633 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:18 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.070595, mean: 0.207725, max: 0.612512
08:43:18 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:18 DEBUG   opendrift.models.physics_methods:1058:    min: 1.447494, mean: 2.411152, max: 4.263703
08:43:18 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.447494, mean: 2.411152, max: 4.263703
08:43:18 DEBUG   opendrift.models.basemodel:1667: 12 elements scheduled for deactivation (stranded)
08:43:18 DEBUG   opendrift.models.basemodel:1669:       (z: -69.897965 to -0.232347)
08:43:18 DEBUG   opendrift.models.basemodel:1687: Removed 12 elements.
08:43:18 DEBUG   opendrift.models.basemodel:1690: Removed 12 values from environment.
08:43:18 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:18 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:18 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:18 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:18 DEBUG   opendrift.models.basemodel:1699: Removed 12 values from environment_profiles.
08:43:18 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:18 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:18 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:18 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:18 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:18 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:18 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:18 DEBUG   opendrift.models.physics_methods:1058:    min: 1.447494, mean: 2.411598, max: 4.263702
08:43:18 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:18 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.020581, dN_50: 0.001615
08:43:18 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:18 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.008988084351460401
08:43:18 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:18 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:18 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:18 DEBUG   opendrift.models.physics_methods:912: Advecting 2094 of 5700 elements above 0.100m with wind-sheared ocean current (0.083014 m/s - 0.149696 m/s)
08:43:18 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:18 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0007434748581037715 and 0.4704053503028912 m/s
08:43:18 DEBUG   opendrift.models.basemodel:2097: 5700 active elements (300 deactivated)
08:43:18 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:18 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:18 INFO    opendrift.models.basemodel:2011: 2024-05-21 22:39:15.336386 - step 87 of 120 - 5700 active elements (300 deactivated)
08:43:18 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:18 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:18 DEBUG   opendrift.models.basemodel:2030:               34.83744925051799 <- latitude  -> 35.88509788961425
08:43:18 DEBUG   opendrift.models.basemodel:2035:               23.018409666845056 <- longitude -> 24.305353692567646
08:43:18 DEBUG   opendrift.models.basemodel:2040:               -77.18997651944599   <- z ->   0.0
08:43:18 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5700 elements
08:43:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5700 elements
08:43:18 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5700 elements
08:43:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5700 elements
08:43:18 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:18 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5700 elements
08:43:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5700 elements
08:43:18 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:18 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 21:00:00 (before)
                2024-05-22 00:00:00 (after)
08:43:18 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 21:00:00, weight 0.45) and
                      after (2024-05-22 00:00:00, weight 0.55) in time
08:43:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5700 elements
08:43:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5700 elements
08:43:18 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:18 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 21:00:00 (before)
                2024-05-22 00:00:00 (after)
08:43:18 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 21:00:00, weight 0.45) and
                      after (2024-05-22 00:00:00, weight 0.55) in time
08:43:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:18 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:18 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:18 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.181295 (min) 0.333827 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.257985 (min) 0.158506 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.54935 (min) 3.61784 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.638955 (min) 3.74696 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:18 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.015927, mean: 0.280621, max: 0.553150
08:43:18 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:18 DEBUG   opendrift.models.physics_methods:1058:    min: 0.687545, mean: 2.550395, max: 4.051827
08:43:18 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.687545, mean: 2.550395, max: 4.051827
08:43:18 DEBUG   opendrift.models.basemodel:1667: 5 elements scheduled for deactivation (stranded)
08:43:18 DEBUG   opendrift.models.basemodel:1669:       (z: -68.669867 to -7.069355)
08:43:18 DEBUG   opendrift.models.basemodel:1687: Removed 5 elements.
08:43:18 DEBUG   opendrift.models.basemodel:1690: Removed 5 values from environment.
08:43:18 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:18 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:18 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:18 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:18 DEBUG   opendrift.models.basemodel:1699: Removed 5 values from environment_profiles.
08:43:18 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:18 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:18 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:18 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:18 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:18 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:18 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:18 DEBUG   opendrift.models.physics_methods:1058:    min: 0.687545, mean: 2.551164, max: 4.051827
08:43:18 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:18 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.018997, dN_50: 0.001491
08:43:18 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:18 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.00811739940407871
08:43:18 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:18 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:18 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:18 DEBUG   opendrift.models.physics_methods:912: Advecting 2095 of 5695 elements above 0.100m with wind-sheared ocean current (0.063736 m/s - 0.142257 m/s)
08:43:18 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:18 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0013073561039586823 and 0.41908295469681073 m/s
08:43:18 DEBUG   opendrift.models.basemodel:2097: 5695 active elements (305 deactivated)
08:43:18 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:18 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:18 INFO    opendrift.models.basemodel:2011: 2024-05-21 23:39:15.336386 - step 88 of 120 - 5695 active elements (305 deactivated)
08:43:18 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:18 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:18 DEBUG   opendrift.models.basemodel:2030:               34.83257880435223 <- latitude  -> 35.885438836078826
08:43:18 DEBUG   opendrift.models.basemodel:2035:               23.026537089094106 <- longitude -> 24.312279537647928
08:43:18 DEBUG   opendrift.models.basemodel:2040:               -76.34873988796733   <- z ->   0.0
08:43:18 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5695 elements
08:43:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5695 elements
08:43:18 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5695 elements
08:43:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5695 elements
08:43:18 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:18 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5695 elements
08:43:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5695 elements
08:43:18 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:18 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 21:00:00 (before)
                2024-05-22 00:00:00 (after)
08:43:18 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 21:00:00, weight 0.12) and
                      after (2024-05-22 00:00:00, weight 0.88) in time
08:43:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5695 elements
08:43:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5695 elements
08:43:18 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:18 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-21 21:00:00 (before)
                2024-05-22 00:00:00 (after)
08:43:18 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-21 21:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:18 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:18 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-21 21:00:00, weight 0.12) and
                      after (2024-05-22 00:00:00, weight 0.88) in time
08:43:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:18 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:18 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:18 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.188929 (min) 0.387997 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.331476 (min) 0.153369 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.570098 (min) 5.34847 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.68395 (min) 5.10947 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:18 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:18 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.019697, mean: 0.424197, max: 0.997233
08:43:18 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:18 DEBUG   opendrift.models.physics_methods:1058:    min: 0.764589, mean: 2.955297, max: 5.440363
08:43:18 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 0.764589, mean: 2.955297, max: 5.440363
08:43:18 DEBUG   opendrift.models.basemodel:1667: 8 elements scheduled for deactivation (stranded)
08:43:18 DEBUG   opendrift.models.basemodel:1669:       (z: -69.372261 to 0.000000)
08:43:19 DEBUG   opendrift.models.basemodel:1687: Removed 8 elements.
08:43:19 DEBUG   opendrift.models.basemodel:1690: Removed 8 values from environment.
08:43:19 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:19 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:19 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:19 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:19 DEBUG   opendrift.models.basemodel:1699: Removed 8 values from environment_profiles.
08:43:19 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:19 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:19 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:19 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:19 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:19 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:19 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:19 DEBUG   opendrift.models.physics_methods:1058:    min: 0.764589, mean: 2.955909, max: 5.440362
08:43:19 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:19 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.018004, dN_50: 0.001413
08:43:19 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:19 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.014630888997100126
08:43:19 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:19 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:19 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:19 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2092 surface elements
08:43:19 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2091 surface elements
08:43:19 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2090 surface elements
08:43:19 DEBUG   opendrift.models.physics_methods:912: Advecting 2093 of 5687 elements above 0.100m with wind-sheared ocean current (0.000463 m/s - 0.191008 m/s)
08:43:19 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:19 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0025627832298508453 and 0.47872622983218305 m/s
08:43:19 DEBUG   opendrift.models.basemodel:2097: 5687 active elements (313 deactivated)
08:43:19 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:19 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:19 INFO    opendrift.models.basemodel:2011: 2024-05-22 00:39:15.336386 - step 89 of 120 - 5687 active elements (313 deactivated)
08:43:19 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:19 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:19 DEBUG   opendrift.models.basemodel:2030:               34.828989756112605 <- latitude  -> 35.88867644026905
08:43:19 DEBUG   opendrift.models.basemodel:2035:               23.03090687956425 <- longitude -> 24.320055760908218
08:43:19 DEBUG   opendrift.models.basemodel:2040:               -75.70765229366   <- z ->   0.0
08:43:19 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5687 elements
08:43:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5687 elements
08:43:19 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5687 elements
08:43:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5687 elements
08:43:19 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:19 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5687 elements
08:43:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5687 elements
08:43:19 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:19 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 00:00:00 (before)
                2024-05-22 03:00:00 (after)
08:43:19 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:19 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:19 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:19 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:19 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:19 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:19 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 24x35x19) for time after (2024-05-22 03:00:00)
08:43:19 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:19 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:19 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:19 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 277 elements, expanding data 1
08:43:19 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 8 elements, expanding data 2
08:43:19 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 00:00:00, weight 0.78) and
                      after (2024-05-22 03:00:00, weight 0.22) in time
08:43:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5687 elements
08:43:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5687 elements
08:43:19 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:19 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 00:00:00 (before)
                2024-05-22 03:00:00 (after)
08:43:19 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:19 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:19 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:19 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:19 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:19 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-22 03:00:00)
08:43:19 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:19 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:19 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:19 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:19 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 00:00:00, weight 0.78) and
                      after (2024-05-22 03:00:00, weight 0.22) in time
08:43:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:19 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:19 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:19 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.179033 (min) 0.373497 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.361703 (min) 0.165948 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.626896 (min) 6.18791 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.264756 (min) 5.55987 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:19 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:19 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.037045, mean: 0.468281, max: 1.157204
08:43:19 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:19 DEBUG   opendrift.models.physics_methods:1058:    min: 1.048563, mean: 3.186112, max: 5.860497
08:43:19 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.048563, mean: 3.186112, max: 5.860497
08:43:19 DEBUG   opendrift.models.basemodel:1667: 5 elements scheduled for deactivation (stranded)
08:43:19 DEBUG   opendrift.models.basemodel:1669:       (z: -69.563892 to 0.000000)
08:43:20 DEBUG   opendrift.models.basemodel:1687: Removed 5 elements.
08:43:20 DEBUG   opendrift.models.basemodel:1690: Removed 5 values from environment.
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:20 DEBUG   opendrift.models.basemodel:1699: Removed 5 values from environment_profiles.
08:43:20 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:20 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:20 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:20 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:20 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:20 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:20 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:20 DEBUG   opendrift.models.physics_methods:1058:    min: 1.048563, mean: 3.186784, max: 5.860497
08:43:20 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:20 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017095, dN_50: 0.001342
08:43:20 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:20 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.016977227066484493
08:43:20 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:20 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:20 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:20 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2091 surface elements
08:43:20 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2090 surface elements
08:43:20 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2091 surface elements
08:43:20 DEBUG   opendrift.models.physics_methods:912: Advecting 2099 of 5682 elements above 0.100m with wind-sheared ocean current (0.045321 m/s - 0.205759 m/s)
08:43:20 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:20 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0011171751278757547 and 0.4347097801263252 m/s
08:43:20 DEBUG   opendrift.models.basemodel:2097: 5682 active elements (318 deactivated)
08:43:20 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:20 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:20 INFO    opendrift.models.basemodel:2011: 2024-05-22 01:39:15.336386 - step 90 of 120 - 5682 active elements (318 deactivated)
08:43:20 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:20 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:20 DEBUG   opendrift.models.basemodel:2030:               34.823756021287856 <- latitude  -> 35.88593110744727
08:43:20 DEBUG   opendrift.models.basemodel:2035:               23.03270889248829 <- longitude -> 24.32732225902974
08:43:20 DEBUG   opendrift.models.basemodel:2040:               -75.04730052547794   <- z ->   0.0
08:43:20 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5682 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5682 elements
08:43:20 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5682 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5682 elements
08:43:20 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:20 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5682 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5682 elements
08:43:20 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:20 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 00:00:00 (before)
                2024-05-22 03:00:00 (after)
08:43:20 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:20 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:20 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:20 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:20 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 00:00:00, weight 0.45) and
                      after (2024-05-22 03:00:00, weight 0.55) in time
08:43:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5682 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5682 elements
08:43:20 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:20 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 00:00:00 (before)
                2024-05-22 03:00:00 (after)
08:43:20 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:20 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:20 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:20 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:20 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 00:00:00, weight 0.45) and
                      after (2024-05-22 03:00:00, weight 0.55) in time
08:43:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:20 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:20 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:20 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:20 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:20 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:20 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.163935 (min) 0.31886 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.375944 (min) 0.143714 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.65867 (min) 6.79718 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -0.370727 (min) 5.58197 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:20 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.095754, mean: 0.458046, max: 1.374977
08:43:20 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:20 DEBUG   opendrift.models.physics_methods:1058:    min: 1.685804, mean: 3.356441, max: 6.388182
08:43:20 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.685804, mean: 3.356441, max: 6.388182
08:43:20 DEBUG   opendrift.models.basemodel:1667: 10 elements scheduled for deactivation (stranded)
08:43:20 DEBUG   opendrift.models.basemodel:1669:       (z: -68.525123 to 0.000000)
08:43:20 DEBUG   opendrift.models.basemodel:1687: Removed 10 elements.
08:43:20 DEBUG   opendrift.models.basemodel:1690: Removed 10 values from environment.
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:20 DEBUG   opendrift.models.basemodel:1699: Removed 10 values from environment_profiles.
08:43:20 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:20 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:20 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:20 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:20 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:20 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:20 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:20 DEBUG   opendrift.models.physics_methods:1058:    min: 1.685804, mean: 3.356001, max: 6.388182
08:43:20 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:20 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.016935, dN_50: 0.001329
08:43:20 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:20 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.020171365317642166
08:43:20 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:20 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:20 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:20 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2086 surface elements
08:43:20 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 2085 surface elements
08:43:20 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2083 surface elements
08:43:20 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2082 surface elements
08:43:20 DEBUG   opendrift.models.physics_methods:912: Advecting 2087 of 5672 elements above 0.100m with wind-sheared ocean current (0.066608 m/s - 0.206929 m/s)
08:43:20 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:20 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.002491054600778302 and 0.4492751900908622 m/s
08:43:20 DEBUG   opendrift.models.basemodel:2097: 5672 active elements (328 deactivated)
08:43:20 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:20 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:20 INFO    opendrift.models.basemodel:2011: 2024-05-22 02:39:15.336386 - step 91 of 120 - 5672 active elements (328 deactivated)
08:43:20 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:20 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:20 DEBUG   opendrift.models.basemodel:2030:               34.82331624061431 <- latitude  -> 35.889754786680406
08:43:20 DEBUG   opendrift.models.basemodel:2035:               23.030286684611937 <- longitude -> 24.32950858090626
08:43:20 DEBUG   opendrift.models.basemodel:2040:               -73.7945894274588   <- z ->   0.0
08:43:20 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5672 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5672 elements
08:43:20 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5672 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5672 elements
08:43:20 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:20 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5672 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5672 elements
08:43:20 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:20 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 00:00:00 (before)
                2024-05-22 03:00:00 (after)
08:43:20 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:20 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:20 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:20 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:20 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 00:00:00, weight 0.12) and
                      after (2024-05-22 03:00:00, weight 0.88) in time
08:43:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5672 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5672 elements
08:43:20 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:20 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 00:00:00 (before)
                2024-05-22 03:00:00 (after)
08:43:20 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 00:00:00) in space  (linearNDFast)
08:43:20 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:20 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:20 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:20 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 00:00:00, weight 0.12) and
                      after (2024-05-22 03:00:00, weight 0.88) in time
08:43:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:20 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:20 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:20 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:20 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:20 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:20 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.160419 (min) 0.363544 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.394292 (min) 0.146727 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.56124 (min) 7.56914 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.00793 (min) 5.60461 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:20 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:20 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.168599, mean: 0.479093, max: 1.879666
08:43:20 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:20 DEBUG   opendrift.models.physics_methods:1058:    min: 2.236951, mean: 3.613782, max: 7.469129
08:43:20 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.236951, mean: 3.613782, max: 7.469129
08:43:20 DEBUG   opendrift.models.basemodel:1667: 16 elements scheduled for deactivation (stranded)
08:43:20 DEBUG   opendrift.models.basemodel:1669:       (z: -64.426925 to 0.000000)
08:43:20 DEBUG   opendrift.models.basemodel:1687: Removed 16 elements.
08:43:20 DEBUG   opendrift.models.basemodel:1690: Removed 16 values from environment.
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:20 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:20 DEBUG   opendrift.models.basemodel:1699: Removed 16 values from environment_profiles.
08:43:20 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:20 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:20 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:20 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:20 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:20 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:20 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:20 DEBUG   opendrift.models.physics_methods:1058:    min: 2.236951, mean: 3.612376, max: 7.469129
08:43:20 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:20 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017249, dN_50: 0.001354
08:43:20 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:20 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.02757378844020349
08:43:20 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:20 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:20 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:20 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2078 surface elements
08:43:20 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2077 surface elements
08:43:20 DEBUG   opendrift.models.physics_methods:912: Advecting 2077 of 5656 elements above 0.100m with wind-sheared ocean current (0.119097 m/s - 0.214193 m/s)
08:43:20 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:20 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.00021639236594522165 and 0.4149369048456144 m/s
08:43:20 DEBUG   opendrift.models.basemodel:2097: 5656 active elements (344 deactivated)
08:43:20 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:20 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:20 INFO    opendrift.models.basemodel:2011: 2024-05-22 03:39:15.336386 - step 92 of 120 - 5656 active elements (344 deactivated)
08:43:20 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:20 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:20 DEBUG   opendrift.models.basemodel:2030:               34.82363747252784 <- latitude  -> 35.88793618566207
08:43:20 DEBUG   opendrift.models.basemodel:2035:               23.028913941150012 <- longitude -> 24.331385038795794
08:43:20 DEBUG   opendrift.models.basemodel:2040:               -72.57384338590995   <- z ->   0.0
08:43:20 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5656 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5656 elements
08:43:20 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5656 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5656 elements
08:43:20 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:20 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5656 elements
08:43:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5656 elements
08:43:20 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:20 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 03:00:00 (before)
                2024-05-22 06:00:00 (after)
08:43:20 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:24 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:25 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:25 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:25 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:25 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:25 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 24x35x19) for time after (2024-05-22 06:00:00)
08:43:25 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:25 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 320 elements, expanding data 1
08:43:25 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:25 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 03:00:00, weight 0.78) and
                      after (2024-05-22 06:00:00, weight 0.22) in time
08:43:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5656 elements
08:43:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5656 elements
08:43:25 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:25 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 03:00:00 (before)
                2024-05-22 06:00:00 (after)
08:43:25 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:25 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:25 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:25 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:25 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:25 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-22 06:00:00)
08:43:25 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:25 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:25 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:25 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 03:00:00, weight 0.78) and
                      after (2024-05-22 06:00:00, weight 0.22) in time
08:43:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:25 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:25 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:25 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:25 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.144045 (min) 0.368442 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.372905 (min) 0.13772 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.45287 (min) 7.62037 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.65932 (min) 5.2873 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:25 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:25 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.162603, mean: 0.490283, max: 1.990131
08:43:25 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:25 DEBUG   opendrift.models.physics_methods:1058:    min: 2.196820, mean: 3.731474, max: 7.685471
08:43:25 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.196820, mean: 3.731474, max: 7.685471
08:43:25 DEBUG   opendrift.models.basemodel:1667: 8 elements scheduled for deactivation (stranded)
08:43:25 DEBUG   opendrift.models.basemodel:1669:       (z: -63.713056 to 0.000000)
08:43:25 DEBUG   opendrift.models.basemodel:1687: Removed 8 elements.
08:43:25 DEBUG   opendrift.models.basemodel:1690: Removed 8 values from environment.
08:43:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:25 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:25 DEBUG   opendrift.models.basemodel:1699: Removed 8 values from environment_profiles.
08:43:25 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:25 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:25 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:25 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:25 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:25 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:25 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:25 DEBUG   opendrift.models.physics_methods:1058:    min: 2.196820, mean: 3.731339, max: 7.685471
08:43:25 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:25 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.018130, dN_50: 0.001423
08:43:25 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:25 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.029194011159518522
08:43:25 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:25 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:25 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:25 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2072 surface elements
08:43:25 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2071 surface elements
08:43:25 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2070 surface elements
08:43:26 DEBUG   opendrift.models.physics_methods:912: Advecting 2069 of 5648 elements above 0.100m with wind-sheared ocean current (0.108101 m/s - 0.215084 m/s)
08:43:26 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:26 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.004933244848389898 and 0.4303400712213074 m/s
08:43:26 DEBUG   opendrift.models.basemodel:2097: 5648 active elements (352 deactivated)
08:43:26 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:26 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:26 INFO    opendrift.models.basemodel:2011: 2024-05-22 04:39:15.336386 - step 93 of 120 - 5648 active elements (352 deactivated)
08:43:26 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:26 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:26 DEBUG   opendrift.models.basemodel:2030:               34.8192447621081 <- latitude  -> 35.883647612714576
08:43:26 DEBUG   opendrift.models.basemodel:2035:               23.030261158046684 <- longitude -> 24.333118828495248
08:43:26 DEBUG   opendrift.models.basemodel:2040:               -71.26250728742794   <- z ->   0.0
08:43:26 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5648 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5648 elements
08:43:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5648 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5648 elements
08:43:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:26 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5648 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5648 elements
08:43:26 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 03:00:00 (before)
                2024-05-22 06:00:00 (after)
08:43:26 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:26 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:26 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 03:00:00, weight 0.45) and
                      after (2024-05-22 06:00:00, weight 0.55) in time
08:43:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5648 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5648 elements
08:43:26 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 03:00:00 (before)
                2024-05-22 06:00:00 (after)
08:43:26 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:26 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:26 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 03:00:00, weight 0.45) and
                      after (2024-05-22 06:00:00, weight 0.55) in time
08:43:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:26 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:26 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:26 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.178462 (min) 0.251716 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.328547 (min) 0.123846 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.6622 (min) 7.26105 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.39325 (min) 4.87239 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:26 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.098863, mean: 0.495502, max: 1.841526
08:43:26 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:26 DEBUG   opendrift.models.physics_methods:1058:    min: 1.712955, mean: 3.784046, max: 7.392963
08:43:26 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.712955, mean: 3.784046, max: 7.392963
08:43:26 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:43:26 DEBUG   opendrift.models.basemodel:1669:       (z: -59.460462 to 0.000000)
08:43:26 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:43:26 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:43:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:26 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:43:26 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:26 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:26 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:26 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:26 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:26 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:26 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:26 DEBUG   opendrift.models.physics_methods:1058:    min: 1.712955, mean: 3.783932, max: 7.392963
08:43:26 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:26 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.019351, dN_50: 0.001519
08:43:26 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:26 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.02701437561570071
08:43:26 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:26 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:26 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:26 DEBUG   opendrift.models.physics_methods:912: Advecting 2071 of 5642 elements above 0.100m with wind-sheared ocean current (0.056260 m/s - 0.212399 m/s)
08:43:26 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:26 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.001333056440868908 and 0.4918814407166189 m/s
08:43:26 DEBUG   opendrift.models.basemodel:2097: 5642 active elements (358 deactivated)
08:43:26 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:26 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:26 INFO    opendrift.models.basemodel:2011: 2024-05-22 05:39:15.336386 - step 94 of 120 - 5642 active elements (358 deactivated)
08:43:26 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:26 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:26 DEBUG   opendrift.models.basemodel:2030:               34.81234426651508 <- latitude  -> 35.88047683085593
08:43:26 DEBUG   opendrift.models.basemodel:2035:               23.030476316203757 <- longitude -> 24.334220434348065
08:43:26 DEBUG   opendrift.models.basemodel:2040:               -70.51216334159058   <- z ->   0.0
08:43:26 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5642 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5642 elements
08:43:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5642 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5642 elements
08:43:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:26 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5642 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5642 elements
08:43:26 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 03:00:00 (before)
                2024-05-22 06:00:00 (after)
08:43:26 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:26 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:26 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 03:00:00, weight 0.12) and
                      after (2024-05-22 06:00:00, weight 0.88) in time
08:43:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5642 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5642 elements
08:43:26 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 03:00:00 (before)
                2024-05-22 06:00:00 (after)
08:43:26 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 03:00:00) in space  (linearNDFast)
08:43:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:26 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:26 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:26 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 03:00:00, weight 0.12) and
                      after (2024-05-22 06:00:00, weight 0.88) in time
08:43:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:26 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:26 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:26 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.212928 (min) 0.363977 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.282151 (min) 0.120506 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.79904 (min) 6.91758 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.66079 (min) 4.6333 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:26 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:26 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.082569, mean: 0.514184, max: 1.703894
08:43:26 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:26 DEBUG   opendrift.models.physics_methods:1058:    min: 1.565446, mean: 3.863466, max: 7.111332
08:43:26 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.565446, mean: 3.863466, max: 7.111332
08:43:26 DEBUG   opendrift.models.basemodel:1667: 9 elements scheduled for deactivation (stranded)
08:43:26 DEBUG   opendrift.models.basemodel:1669:       (z: -65.497466 to 0.000000)
08:43:26 DEBUG   opendrift.models.basemodel:1687: Removed 9 elements.
08:43:26 DEBUG   opendrift.models.basemodel:1690: Removed 9 values from environment.
08:43:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:26 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:26 DEBUG   opendrift.models.basemodel:1699: Removed 9 values from environment_profiles.
08:43:26 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:26 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:26 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:26 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:26 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:26 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:26 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:26 DEBUG   opendrift.models.physics_methods:1058:    min: 1.565446, mean: 3.863311, max: 7.111332
08:43:26 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:26 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.020761, dN_50: 0.001629
08:43:26 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:26 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.024995693201129033
08:43:26 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:26 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:26 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:26 DEBUG   opendrift.models.physics_methods:912: Advecting 2067 of 5633 elements above 0.100m with wind-sheared ocean current (0.043347 m/s - 0.208329 m/s)
08:43:26 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:26 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0025843776962285463 and 0.40595393631528265 m/s
08:43:26 DEBUG   opendrift.models.basemodel:2097: 5633 active elements (367 deactivated)
08:43:26 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:26 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:26 INFO    opendrift.models.basemodel:2011: 2024-05-22 06:39:15.336386 - step 95 of 120 - 5633 active elements (367 deactivated)
08:43:26 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:26 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:26 DEBUG   opendrift.models.basemodel:2030:               34.8101399223225 <- latitude  -> 35.88566828597309
08:43:26 DEBUG   opendrift.models.basemodel:2035:               23.020673006933837 <- longitude -> 24.344072326639708
08:43:26 DEBUG   opendrift.models.basemodel:2040:               -69.27902735581806   <- z ->   0.0
08:43:26 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5633 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5633 elements
08:43:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5633 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5633 elements
08:43:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:26 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5633 elements
08:43:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5633 elements
08:43:26 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 06:00:00 (before)
                2024-05-22 09:00:00 (after)
08:43:26 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:27 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:28 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:28 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:28 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:28 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:28 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 25x35x18) for time after (2024-05-22 09:00:00)
08:43:28 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:28 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:28 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:28 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:28 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 457 elements, expanding data 1
08:43:29 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:29 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 06:00:00, weight 0.78) and
                      after (2024-05-22 09:00:00, weight 0.22) in time
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5633 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5633 elements
08:43:29 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:29 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 06:00:00 (before)
                2024-05-22 09:00:00 (after)
08:43:29 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:29 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:29 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:29 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:29 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:29 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-22 09:00:00)
08:43:29 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:29 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:29 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 06:00:00, weight 0.78) and
                      after (2024-05-22 09:00:00, weight 0.22) in time
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:29 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:29 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.21007 (min) 0.236496 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.262399 (min) 0.111526 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 2.28355 (min) 6.92785 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.2886 (min) 4.42463 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:29 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.131599, mean: 0.586095, max: 1.662283
08:43:29 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:29 DEBUG   opendrift.models.physics_methods:1058:    min: 1.976315, mean: 4.119159, max: 7.023961
08:43:29 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 1.976315, mean: 4.119159, max: 7.023961
08:43:29 DEBUG   opendrift.models.basemodel:1667: 7 elements scheduled for deactivation (stranded)
08:43:29 DEBUG   opendrift.models.basemodel:1669:       (z: -64.638615 to 0.000000)
08:43:29 DEBUG   opendrift.models.basemodel:1687: Removed 7 elements.
08:43:29 DEBUG   opendrift.models.basemodel:1690: Removed 7 values from environment.
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:29 DEBUG   opendrift.models.basemodel:1699: Removed 7 values from environment_profiles.
08:43:29 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:29 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:29 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:29 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:29 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:29 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:29 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:29 DEBUG   opendrift.models.physics_methods:1058:    min: 1.976315, mean: 4.119335, max: 7.023961
08:43:29 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:29 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.021447, dN_50: 0.001683
08:43:29 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:29 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.024385365210622026
08:43:29 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:29 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:29 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:29 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2059 surface elements
08:43:29 DEBUG   opendrift.models.physics_methods:912: Advecting 2060 of 5626 elements above 0.100m with wind-sheared ocean current (0.088635 m/s - 0.204771 m/s)
08:43:29 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:29 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0015156513838700844 and 0.39663936571527625 m/s
08:43:29 DEBUG   opendrift.models.basemodel:2097: 5626 active elements (374 deactivated)
08:43:29 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:29 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:29 INFO    opendrift.models.basemodel:2011: 2024-05-22 07:39:15.336386 - step 96 of 120 - 5626 active elements (374 deactivated)
08:43:29 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:29 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:29 DEBUG   opendrift.models.basemodel:2030:               34.80489344244278 <- latitude  -> 35.88083411067033
08:43:29 DEBUG   opendrift.models.basemodel:2035:               23.00803761980348 <- longitude -> 24.342893359550487
08:43:29 DEBUG   opendrift.models.basemodel:2040:               -68.29670543170175   <- z ->   0.0
08:43:29 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5626 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5626 elements
08:43:29 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5626 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5626 elements
08:43:29 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:29 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5626 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5626 elements
08:43:29 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:29 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 06:00:00 (before)
                2024-05-22 09:00:00 (after)
08:43:29 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:29 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:29 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 06:00:00, weight 0.45) and
                      after (2024-05-22 09:00:00, weight 0.55) in time
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5626 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5626 elements
08:43:29 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:29 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 06:00:00 (before)
                2024-05-22 09:00:00 (after)
08:43:29 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:29 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:29 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 06:00:00, weight 0.45) and
                      after (2024-05-22 09:00:00, weight 0.55) in time
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:29 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:29 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.177421 (min) 0.320951 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.230201 (min) 0.166016 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 2.76437 (min) 7.74023 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.29919 (min) 4.06607 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:29 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.226860, mean: 0.756188, max: 1.589812
08:43:29 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:29 DEBUG   opendrift.models.physics_methods:1058:    min: 2.594826, mean: 4.640163, max: 6.869142
08:43:29 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 2.594826, mean: 4.640163, max: 6.869142
08:43:29 DEBUG   opendrift.models.basemodel:1667: 7 elements scheduled for deactivation (stranded)
08:43:29 DEBUG   opendrift.models.basemodel:1669:       (z: -19.534629 to 0.000000)
08:43:29 DEBUG   opendrift.models.basemodel:1687: Removed 7 elements.
08:43:29 DEBUG   opendrift.models.basemodel:1690: Removed 7 values from environment.
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:29 DEBUG   opendrift.models.basemodel:1699: Removed 7 values from environment_profiles.
08:43:29 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:29 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:29 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:29 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:29 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:29 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:29 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:29 DEBUG   opendrift.models.physics_methods:1058:    min: 2.594826, mean: 4.641792, max: 6.869142
08:43:29 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:29 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.021211, dN_50: 0.001665
08:43:29 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:29 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.023322415267631635
08:43:29 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:29 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:29 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:29 DEBUG   opendrift.models.physics_methods:912: Advecting 2059 of 5619 elements above 0.100m with wind-sheared ocean current (0.096467 m/s - 0.204737 m/s)
08:43:29 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:29 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0018036202956194748 and 0.43224895784295336 m/s
08:43:29 DEBUG   opendrift.models.basemodel:2097: 5619 active elements (381 deactivated)
08:43:29 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:29 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:29 INFO    opendrift.models.basemodel:2011: 2024-05-22 08:39:15.336386 - step 97 of 120 - 5619 active elements (381 deactivated)
08:43:29 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:29 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:29 DEBUG   opendrift.models.basemodel:2030:               34.79529176454003 <- latitude  -> 35.87709226999916
08:43:29 DEBUG   opendrift.models.basemodel:2035:               23.003301115448455 <- longitude -> 24.348908840663672
08:43:29 DEBUG   opendrift.models.basemodel:2040:               -67.29179143290577   <- z ->   0.0
08:43:29 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5619 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5619 elements
08:43:29 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5619 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5619 elements
08:43:29 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:29 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5619 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5619 elements
08:43:29 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:29 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 06:00:00 (before)
                2024-05-22 09:00:00 (after)
08:43:29 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:29 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:29 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 06:00:00, weight 0.12) and
                      after (2024-05-22 09:00:00, weight 0.88) in time
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5619 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5619 elements
08:43:29 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:29 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 06:00:00 (before)
                2024-05-22 09:00:00 (after)
08:43:29 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 06:00:00) in space  (linearNDFast)
08:43:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:29 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:29 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:29 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 06:00:00, weight 0.12) and
                      after (2024-05-22 09:00:00, weight 0.88) in time
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:29 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:29 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.155747 (min) 0.251275 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.201364 (min) 0.228401 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 3.21126 (min) 9.37039 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.29636 (min) 3.70496 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:29 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:29 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.315867, mean: 1.020334, max: 2.171736
08:43:29 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:29 DEBUG   opendrift.models.physics_methods:1058:    min: 3.061836, mean: 5.314829, max: 8.028476
08:43:29 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.061836, mean: 5.314829, max: 8.028476
08:43:29 DEBUG   opendrift.models.basemodel:1667: 4 elements scheduled for deactivation (stranded)
08:43:29 DEBUG   opendrift.models.basemodel:1669:       (z: -59.029903 to 0.000000)
08:43:29 DEBUG   opendrift.models.basemodel:1687: Removed 4 elements.
08:43:29 DEBUG   opendrift.models.basemodel:1690: Removed 4 values from environment.
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:29 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:29 DEBUG   opendrift.models.basemodel:1699: Removed 4 values from environment_profiles.
08:43:29 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:29 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:29 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:29 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:29 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:29 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:29 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:29 DEBUG   opendrift.models.physics_methods:1058:    min: 3.061836, mean: 5.315479, max: 8.028476
08:43:29 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:29 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.020638, dN_50: 0.001620
08:43:29 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:29 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.031857657204303995
08:43:29 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:29 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:29 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:29 DEBUG   opendrift.models.physics_methods:912: Advecting 2058 of 5615 elements above 0.100m with wind-sheared ocean current (0.079248 m/s - 0.205400 m/s)
08:43:29 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:29 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0017617390223517472 and 0.4256584381278684 m/s
08:43:29 DEBUG   opendrift.models.basemodel:2097: 5615 active elements (385 deactivated)
08:43:29 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:29 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:29 INFO    opendrift.models.basemodel:2011: 2024-05-22 09:39:15.336386 - step 98 of 120 - 5615 active elements (385 deactivated)
08:43:29 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:29 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:29 DEBUG   opendrift.models.basemodel:2030:               34.78889687426336 <- latitude  -> 35.883213928419416
08:43:29 DEBUG   opendrift.models.basemodel:2035:               22.99979298257446 <- longitude -> 24.357741606020667
08:43:29 DEBUG   opendrift.models.basemodel:2040:               -66.89918501972537   <- z ->   0.0
08:43:29 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5615 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5615 elements
08:43:29 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5615 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5615 elements
08:43:29 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:29 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5615 elements
08:43:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5615 elements
08:43:29 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:29 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 09:00:00 (before)
                2024-05-22 12:00:00 (after)
08:43:29 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:31 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:32 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:32 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:32 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:32 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:32 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 25x36x18) for time after (2024-05-22 12:00:00)
08:43:32 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:32 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:32 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:32 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 625 elements, expanding data 1
08:43:32 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 2 elements, expanding data 2
08:43:32 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 09:00:00, weight 0.78) and
                      after (2024-05-22 12:00:00, weight 0.22) in time
08:43:32 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5615 elements
08:43:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5615 elements
08:43:32 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:32 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 09:00:00 (before)
                2024-05-22 12:00:00 (after)
08:43:32 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:33 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:33 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:33 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:33 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:33 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 9x8x1) for time after (2024-05-22 12:00:00)
08:43:33 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:33 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:33 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:33 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:33 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 09:00:00, weight 0.78) and
                      after (2024-05-22 12:00:00, weight 0.22) in time
08:43:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:33 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:33 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:33 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.171347 (min) 0.292189 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.177848 (min) 0.25542 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 3.32762 (min) 9.77763 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.64662 (min) 3.246 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:33 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.329258, mean: 1.049314, max: 2.357618
08:43:33 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:33 DEBUG   opendrift.models.physics_methods:1058:    min: 3.126064, mean: 5.402182, max: 8.365007
08:43:33 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.126064, mean: 5.402182, max: 8.365007
08:43:33 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:43:33 DEBUG   opendrift.models.basemodel:1669:       (z: -59.378770 to 0.000000)
08:43:33 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:43:33 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:43:33 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:33 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:33 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:33 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:33 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:43:33 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:33 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:33 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:33 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:33 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:33 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:33 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:33 DEBUG   opendrift.models.physics_methods:1058:    min: 3.126064, mean: 5.403386, max: 8.365006
08:43:33 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:33 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.020458, dN_50: 0.001606
08:43:33 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:33 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.034584032750258335
08:43:33 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:33 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:33 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:33 DEBUG   opendrift.models.physics_methods:912: Advecting 2060 of 5609 elements above 0.100m with wind-sheared ocean current (0.016820 m/s - 0.206512 m/s)
08:43:33 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:33 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0008276643137082806 and 0.43060523064646905 m/s
08:43:33 DEBUG   opendrift.models.basemodel:2097: 5609 active elements (391 deactivated)
08:43:33 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:33 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:33 INFO    opendrift.models.basemodel:2011: 2024-05-22 10:39:15.336386 - step 99 of 120 - 5609 active elements (391 deactivated)
08:43:33 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:33 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:33 DEBUG   opendrift.models.basemodel:2030:               34.790700919341525 <- latitude  -> 35.88775794795745
08:43:33 DEBUG   opendrift.models.basemodel:2035:               23.004289182465474 <- longitude -> 24.35656326013933
08:43:33 DEBUG   opendrift.models.basemodel:2040:               -66.081976760291   <- z ->   0.0
08:43:33 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5609 elements
08:43:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5609 elements
08:43:33 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5609 elements
08:43:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5609 elements
08:43:33 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:33 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5609 elements
08:43:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5609 elements
08:43:33 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:33 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 09:00:00 (before)
                2024-05-22 12:00:00 (after)
08:43:33 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:33 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:33 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:33 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:33 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 09:00:00, weight 0.45) and
                      after (2024-05-22 12:00:00, weight 0.55) in time
08:43:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5609 elements
08:43:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5609 elements
08:43:33 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:33 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 09:00:00 (before)
                2024-05-22 12:00:00 (after)
08:43:33 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:33 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:33 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:33 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:33 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 09:00:00, weight 0.45) and
                      after (2024-05-22 12:00:00, weight 0.55) in time
08:43:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:33 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:33 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:33 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.180029 (min) 0.307812 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.15838 (min) 0.263759 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 3.26456 (min) 9.51003 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.1464 (min) 2.69002 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:33 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.320569, mean: 0.930223, max: 2.236863
08:43:33 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:33 DEBUG   opendrift.models.physics_methods:1058:    min: 3.084542, mean: 5.137660, max: 8.147967
08:43:33 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.084542, mean: 5.137660, max: 8.147967
08:43:33 DEBUG   opendrift.models.basemodel:1667: 11 elements scheduled for deactivation (stranded)
08:43:33 DEBUG   opendrift.models.basemodel:1669:       (z: -54.799748 to 0.000000)
08:43:33 DEBUG   opendrift.models.basemodel:1687: Removed 11 elements.
08:43:33 DEBUG   opendrift.models.basemodel:1690: Removed 11 values from environment.
08:43:33 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:33 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:33 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:33 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:33 DEBUG   opendrift.models.basemodel:1699: Removed 11 values from environment_profiles.
08:43:33 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:33 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:33 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:33 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:33 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:33 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:33 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:33 DEBUG   opendrift.models.physics_methods:1058:    min: 3.084542, mean: 5.138707, max: 8.147967
08:43:33 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:33 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.020596, dN_50: 0.001616
08:43:33 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:33 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.032812887275777566
08:43:33 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:33 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:33 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:33 DEBUG   opendrift.models.physics_methods:912: Advecting 2052 of 5598 elements above 0.100m with wind-sheared ocean current (0.003052 m/s - 0.218066 m/s)
08:43:33 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:33 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.002098747115579931 and 0.43573770306314885 m/s
08:43:33 DEBUG   opendrift.models.basemodel:2097: 5598 active elements (402 deactivated)
08:43:33 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:33 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:33 INFO    opendrift.models.basemodel:2011: 2024-05-22 11:39:15.336386 - step 100 of 120 - 5598 active elements (402 deactivated)
08:43:33 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:33 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:33 DEBUG   opendrift.models.basemodel:2030:               34.78869718633667 <- latitude  -> 35.88271472846342
08:43:33 DEBUG   opendrift.models.basemodel:2035:               23.01275664369579 <- longitude -> 24.36151664965246
08:43:33 DEBUG   opendrift.models.basemodel:2040:               -65.19597068714383   <- z ->   0.0
08:43:33 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5598 elements
08:43:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5598 elements
08:43:33 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5598 elements
08:43:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5598 elements
08:43:33 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:33 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5598 elements
08:43:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5598 elements
08:43:33 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:33 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 09:00:00 (before)
                2024-05-22 12:00:00 (after)
08:43:33 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:33 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:33 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:33 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:33 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 09:00:00, weight 0.12) and
                      after (2024-05-22 12:00:00, weight 0.88) in time
08:43:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5598 elements
08:43:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5598 elements
08:43:33 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:33 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 09:00:00 (before)
                2024-05-22 12:00:00 (after)
08:43:33 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 09:00:00) in space  (linearNDFast)
08:43:33 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:33 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:33 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:33 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 09:00:00, weight 0.12) and
                      after (2024-05-22 12:00:00, weight 0.88) in time
08:43:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:33 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:33 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:33 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.189691 (min) 0.334863 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.1474 (min) 0.272082 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 3.21674 (min) 9.22922 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.61235 (min) 2.22774 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:33 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:33 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.312113, mean: 0.824200, max: 2.115528
08:43:33 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:33 DEBUG   opendrift.models.physics_methods:1058:    min: 3.043587, mean: 4.869809, max: 7.923899
08:43:33 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.043587, mean: 4.869809, max: 7.923899
08:43:33 DEBUG   opendrift.models.basemodel:1667: 6 elements scheduled for deactivation (stranded)
08:43:33 DEBUG   opendrift.models.basemodel:1669:       (z: -57.153954 to 0.000000)
08:43:34 INFO    opendrift.export.io_netcdf:116: Wrote 100 steps to file oil.nc
08:43:34 DEBUG   opendrift.models.basemodel:1687: Removed 6 elements.
08:43:34 DEBUG   opendrift.models.basemodel:1690: Removed 6 values from environment.
08:43:34 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:34 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:34 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:34 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:34 DEBUG   opendrift.models.basemodel:1699: Removed 6 values from environment_profiles.
08:43:34 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:34 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:34 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:34 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:34 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:34 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:34 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:34 DEBUG   opendrift.models.physics_methods:1058:    min: 3.043587, mean: 4.870286, max: 7.923899
08:43:34 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:34 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.020728, dN_50: 0.001627
08:43:34 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:34 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.031033234492806108
08:43:34 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:34 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:34 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:34 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2047 surface elements
08:43:34 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2046 surface elements
08:43:34 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2045 surface elements
08:43:34 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2044 surface elements
08:43:34 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2043 surface elements
08:43:35 DEBUG   opendrift.models.physics_methods:912: Advecting 2044 of 5592 elements above 0.100m with wind-sheared ocean current (0.018251 m/s - 0.248015 m/s)
08:43:35 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:35 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0017229581964403017 and 0.5481302728180407 m/s
08:43:35 DEBUG   opendrift.models.basemodel:2097: 5592 active elements (408 deactivated)
08:43:35 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:35 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:35 INFO    opendrift.models.basemodel:2011: 2024-05-22 12:39:15.336386 - step 101 of 120 - 5592 active elements (408 deactivated)
08:43:35 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:35 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:35 DEBUG   opendrift.models.basemodel:2030:               34.78758577376603 <- latitude  -> 35.884664086353226
08:43:35 DEBUG   opendrift.models.basemodel:2035:               23.020758220497562 <- longitude -> 24.368523574366964
08:43:35 DEBUG   opendrift.models.basemodel:2040:               -63.69777777030034   <- z ->   0.0
08:43:35 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5592 elements
08:43:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5592 elements
08:43:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5592 elements
08:43:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5592 elements
08:43:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:35 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5592 elements
08:43:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5592 elements
08:43:35 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:35 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 12:00:00 (before)
                2024-05-22 15:00:00 (after)
08:43:35 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:35 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:35 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:35 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:35 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:35 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:35 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 25x36x18) for time after (2024-05-22 15:00:00)
08:43:35 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:35 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:35 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:35 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 701 elements, expanding data 1
08:43:36 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 2
08:43:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 12:00:00, weight 0.78) and
                      after (2024-05-22 15:00:00, weight 0.22) in time
08:43:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5592 elements
08:43:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5592 elements
08:43:36 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 12:00:00 (before)
                2024-05-22 15:00:00 (after)
08:43:36 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:36 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:36 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:36 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:36 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:36 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-22 15:00:00)
08:43:36 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:36 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 12:00:00, weight 0.78) and
                      after (2024-05-22 15:00:00, weight 0.22) in time
08:43:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:36 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:36 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:36 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.200512 (min) 0.361296 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.136236 (min) 0.256453 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 3.53077 (min) 9.76966 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.36796 (min) 2.19482 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:36 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.386801, mean: 0.916357, max: 2.385616
08:43:36 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:36 DEBUG   opendrift.models.physics_methods:1058:    min: 3.388234, mean: 5.142806, max: 8.414528
08:43:36 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.388234, mean: 5.142806, max: 8.414528
08:43:36 DEBUG   opendrift.models.basemodel:1667: 10 elements scheduled for deactivation (stranded)
08:43:36 DEBUG   opendrift.models.basemodel:1669:       (z: -56.103441 to 0.000000)
08:43:36 DEBUG   opendrift.models.basemodel:1687: Removed 10 elements.
08:43:36 DEBUG   opendrift.models.basemodel:1690: Removed 10 values from environment.
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:36 DEBUG   opendrift.models.basemodel:1699: Removed 10 values from environment_profiles.
08:43:36 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:36 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:36 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:36 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:36 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:36 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:36 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:36 DEBUG   opendrift.models.physics_methods:1058:    min: 3.388234, mean: 5.144080, max: 8.414528
08:43:36 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:36 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.019872, dN_50: 0.001560
08:43:36 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:36 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.03499468225865486
08:43:36 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:36 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:36 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:36 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2037 surface elements
08:43:36 DEBUG   opendrift.models.physics_methods:912: Advecting 2039 of 5582 elements above 0.100m with wind-sheared ocean current (0.033415 m/s - 0.260047 m/s)
08:43:36 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:36 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0029711281981996173 and 0.45825110008024783 m/s
08:43:36 DEBUG   opendrift.models.basemodel:2097: 5582 active elements (418 deactivated)
08:43:36 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:36 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:36 INFO    opendrift.models.basemodel:2011: 2024-05-22 13:39:15.336386 - step 102 of 120 - 5582 active elements (418 deactivated)
08:43:36 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:36 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:36 DEBUG   opendrift.models.basemodel:2030:               34.78147946550007 <- latitude  -> 35.889859195235765
08:43:36 DEBUG   opendrift.models.basemodel:2035:               23.03189119251955 <- longitude -> 24.372244398949558
08:43:36 DEBUG   opendrift.models.basemodel:2040:               -62.60280041480883   <- z ->   0.0
08:43:36 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5582 elements
08:43:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5582 elements
08:43:36 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5582 elements
08:43:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5582 elements
08:43:36 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:36 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5582 elements
08:43:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5582 elements
08:43:36 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 12:00:00 (before)
                2024-05-22 15:00:00 (after)
08:43:36 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:36 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 12:00:00, weight 0.45) and
                      after (2024-05-22 15:00:00, weight 0.55) in time
08:43:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5582 elements
08:43:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5582 elements
08:43:36 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 12:00:00 (before)
                2024-05-22 15:00:00 (after)
08:43:36 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:36 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 12:00:00, weight 0.45) and
                      after (2024-05-22 15:00:00, weight 0.55) in time
08:43:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:36 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:36 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:36 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.207997 (min) 0.391545 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.126824 (min) 0.226684 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.0462 (min) 10.8181 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.95907 (min) 2.64496 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:36 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.505027, mean: 1.126271, max: 2.935817
08:43:36 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:36 DEBUG   opendrift.models.physics_methods:1058:    min: 3.871567, mean: 5.702816, max: 9.334564
08:43:36 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 3.871567, mean: 5.702816, max: 9.334564
08:43:36 DEBUG   opendrift.models.basemodel:1667: 11 elements scheduled for deactivation (stranded)
08:43:36 DEBUG   opendrift.models.basemodel:1669:       (z: -16.433049 to 0.000000)
08:43:36 DEBUG   opendrift.models.basemodel:1687: Removed 11 elements.
08:43:36 DEBUG   opendrift.models.basemodel:1690: Removed 11 values from environment.
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:36 DEBUG   opendrift.models.basemodel:1699: Removed 11 values from environment_profiles.
08:43:36 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:36 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:36 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:36 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:36 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:36 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:36 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:36 DEBUG   opendrift.models.physics_methods:1058:    min: 3.871567, mean: 5.704566, max: 9.334564
08:43:36 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:36 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.018740, dN_50: 0.001471
08:43:36 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:36 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.04306463823451456
08:43:36 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:36 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:36 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:36 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2026 surface elements
08:43:36 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2025 surface elements
08:43:36 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2024 surface elements
08:43:36 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2025 surface elements
08:43:36 DEBUG   opendrift.models.physics_methods:912: Advecting 2026 of 5571 elements above 0.100m with wind-sheared ocean current (0.052852 m/s - 0.262418 m/s)
08:43:36 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:36 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0012803352985435838 and 0.4181179078852935 m/s
08:43:36 DEBUG   opendrift.models.basemodel:2097: 5571 active elements (429 deactivated)
08:43:36 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:36 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:36 INFO    opendrift.models.basemodel:2011: 2024-05-22 14:39:15.336386 - step 103 of 120 - 5571 active elements (429 deactivated)
08:43:36 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:36 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:36 DEBUG   opendrift.models.basemodel:2030:               34.77546329035684 <- latitude  -> 35.88767805073932
08:43:36 DEBUG   opendrift.models.basemodel:2035:               23.04860734371408 <- longitude -> 24.37538702779983
08:43:36 DEBUG   opendrift.models.basemodel:2040:               -61.46066875558235   <- z ->   0.0
08:43:36 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5571 elements
08:43:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5571 elements
08:43:36 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5571 elements
08:43:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5571 elements
08:43:36 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:36 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5571 elements
08:43:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5571 elements
08:43:36 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 12:00:00 (before)
                2024-05-22 15:00:00 (after)
08:43:36 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:36 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 12:00:00, weight 0.12) and
                      after (2024-05-22 15:00:00, weight 0.88) in time
08:43:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5571 elements
08:43:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5571 elements
08:43:36 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 12:00:00 (before)
                2024-05-22 15:00:00 (after)
08:43:36 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 12:00:00) in space  (linearNDFast)
08:43:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:36 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:36 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:36 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 12:00:00, weight 0.12) and
                      after (2024-05-22 15:00:00, weight 0.88) in time
08:43:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:36 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:36 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:36 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.213103 (min) 0.426761 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.187763 (min) 0.207027 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.57176 (min) 11.9487 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.32249 (min) 3.08725 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:36 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:36 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.629610, mean: 1.358855, max: 3.603663
08:43:36 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:36 DEBUG   opendrift.models.physics_methods:1058:    min: 4.322803, mean: 6.265493, max: 10.341932
08:43:36 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.322803, mean: 6.265493, max: 10.341932
08:43:36 DEBUG   opendrift.models.basemodel:1667: 13 elements scheduled for deactivation (stranded)
08:43:36 DEBUG   opendrift.models.basemodel:1669:       (z: -11.599499 to 0.000000)
08:43:36 DEBUG   opendrift.models.basemodel:1687: Removed 13 elements.
08:43:36 DEBUG   opendrift.models.basemodel:1690: Removed 13 values from environment.
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:36 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:36 DEBUG   opendrift.models.basemodel:1699: Removed 13 values from environment_profiles.
08:43:36 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:36 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:36 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:36 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:36 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:36 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:36 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:36 DEBUG   opendrift.models.physics_methods:1058:    min: 4.322803, mean: 6.267466, max: 10.341931
08:43:36 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:36 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017781, dN_50: 0.001395
08:43:36 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:36 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.05286012880630386
08:43:36 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:36 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:36 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:36 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2013 surface elements
08:43:36 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2012 surface elements
08:43:36 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2012 surface elements
08:43:36 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2011 surface elements
08:43:36 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2010 surface elements
08:43:37 DEBUG   opendrift.models.physics_methods:912: Advecting 2011 of 5558 elements above 0.100m with wind-sheared ocean current (0.153242 m/s - 0.271225 m/s)
08:43:37 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:37 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0020685734077825054 and 0.45412538541746567 m/s
08:43:37 DEBUG   opendrift.models.basemodel:2097: 5558 active elements (442 deactivated)
08:43:37 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:37 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:37 INFO    opendrift.models.basemodel:2011: 2024-05-22 15:39:15.336386 - step 104 of 120 - 5558 active elements (442 deactivated)
08:43:37 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:37 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:37 DEBUG   opendrift.models.basemodel:2030:               34.771723918528146 <- latitude  -> 35.887734319800224
08:43:37 DEBUG   opendrift.models.basemodel:2035:               23.06619813253786 <- longitude -> 24.374137645085987
08:43:37 DEBUG   opendrift.models.basemodel:2040:               -60.578442497552565   <- z ->   0.0
08:43:37 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5558 elements
08:43:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5558 elements
08:43:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5558 elements
08:43:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5558 elements
08:43:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5558 elements
08:43:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5558 elements
08:43:37 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 15:00:00 (before)
                2024-05-22 18:00:00 (after)
08:43:37 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:38 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:39 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:39 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:39 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:39 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:39 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 24x36x18) for time after (2024-05-22 18:00:00)
08:43:39 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:39 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:39 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:39 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 821 elements, expanding data 1
08:43:39 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 3 elements, expanding data 2
08:43:39 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 15:00:00, weight 0.78) and
                      after (2024-05-22 18:00:00, weight 0.22) in time
08:43:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5558 elements
08:43:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5558 elements
08:43:39 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:39 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 15:00:00 (before)
                2024-05-22 18:00:00 (after)
08:43:39 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:39 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:40 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:40 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:40 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:40 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-22 18:00:00)
08:43:40 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:40 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:40 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 15:00:00, weight 0.78) and
                      after (2024-05-22 18:00:00, weight 0.22) in time
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:40 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:40 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.21282 (min) 0.44734 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.209771 (min) 0.1872 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.81225 (min) 12.0814 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.65037 (min) 3.5212 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:40 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.700489, mean: 1.538451, max: 3.724078
08:43:40 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:40 DEBUG   opendrift.models.physics_methods:1058:    min: 4.559637, mean: 6.674584, max: 10.513298
08:43:40 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.559637, mean: 6.674584, max: 10.513298
08:43:40 DEBUG   opendrift.models.basemodel:1667: 11 elements scheduled for deactivation (stranded)
08:43:40 DEBUG   opendrift.models.basemodel:1669:       (z: -48.002608 to 0.000000)
08:43:40 DEBUG   opendrift.models.basemodel:1687: Removed 11 elements.
08:43:40 DEBUG   opendrift.models.basemodel:1690: Removed 11 values from environment.
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:40 DEBUG   opendrift.models.basemodel:1699: Removed 11 values from environment_profiles.
08:43:40 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:40 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:40 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:40 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:40 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:40 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:40 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:40 DEBUG   opendrift.models.physics_methods:1058:    min: 4.559638, mean: 6.676331, max: 10.513298
08:43:40 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:40 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017384, dN_50: 0.001364
08:43:40 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:40 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.05462628906147016
08:43:40 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:40 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:40 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2001 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 2000 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1999 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1998 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1997 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1995 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1995 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1994 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1993 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1992 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1991 surface elements
08:43:40 DEBUG   opendrift.models.physics_methods:912: Advecting 1994 of 5547 elements above 0.100m with wind-sheared ocean current (0.007367 m/s - 0.288444 m/s)
08:43:40 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:40 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0016244248588056464 and 0.42400705453386284 m/s
08:43:40 DEBUG   opendrift.models.basemodel:2097: 5547 active elements (453 deactivated)
08:43:40 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:40 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:40 INFO    opendrift.models.basemodel:2011: 2024-05-22 16:39:15.336386 - step 105 of 120 - 5547 active elements (453 deactivated)
08:43:40 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:40 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:40 DEBUG   opendrift.models.basemodel:2030:               34.766085168254214 <- latitude  -> 35.89067960331096
08:43:40 DEBUG   opendrift.models.basemodel:2035:               23.08384130532027 <- longitude -> 24.37678020520748
08:43:40 DEBUG   opendrift.models.basemodel:2040:               -59.65675401383286   <- z ->   0.0
08:43:40 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5547 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5547 elements
08:43:40 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5547 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5547 elements
08:43:40 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:40 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5547 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5547 elements
08:43:40 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:40 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 15:00:00 (before)
                2024-05-22 18:00:00 (after)
08:43:40 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:40 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:40 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 15:00:00, weight 0.45) and
                      after (2024-05-22 18:00:00, weight 0.55) in time
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5547 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5547 elements
08:43:40 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:40 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 15:00:00 (before)
                2024-05-22 18:00:00 (after)
08:43:40 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:40 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:40 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 15:00:00, weight 0.45) and
                      after (2024-05-22 18:00:00, weight 0.55) in time
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:40 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:40 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.216796 (min) 0.458077 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.215279 (min) 0.164758 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.95297 (min) 11.6566 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.98561 (min) 3.94544 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:40 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.737764, mean: 1.699942, max: 3.525849
08:43:40 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:40 DEBUG   opendrift.models.physics_methods:1058:    min: 4.679378, mean: 7.017178, max: 10.229665
08:43:40 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.679378, mean: 7.017178, max: 10.229665
08:43:40 DEBUG   opendrift.models.basemodel:1667: 17 elements scheduled for deactivation (stranded)
08:43:40 DEBUG   opendrift.models.basemodel:1669:       (z: -47.916591 to 0.000000)
08:43:40 DEBUG   opendrift.models.basemodel:1687: Removed 17 elements.
08:43:40 DEBUG   opendrift.models.basemodel:1690: Removed 17 values from environment.
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:40 DEBUG   opendrift.models.basemodel:1699: Removed 17 values from environment_profiles.
08:43:40 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:40 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:40 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:40 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:40 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:40 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:40 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:40 DEBUG   opendrift.models.physics_methods:1058:    min: 4.679378, mean: 7.020555, max: 10.229665
08:43:40 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:40 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017224, dN_50: 0.001352
08:43:40 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:40 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.051718802683702145
08:43:40 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:40 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:40 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1976 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1975 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1975 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1974 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1972 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1971 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1970 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1969 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1967 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1966 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1965 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1964 surface elements
08:43:40 DEBUG   opendrift.models.physics_methods:912: Advecting 1963 of 5530 elements above 0.100m with wind-sheared ocean current (0.164519 m/s - 0.298604 m/s)
08:43:40 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:40 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.002001959213289797 and 0.432976342636739 m/s
08:43:40 DEBUG   opendrift.models.basemodel:2097: 5530 active elements (470 deactivated)
08:43:40 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:40 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:40 INFO    opendrift.models.basemodel:2011: 2024-05-22 17:39:15.336386 - step 106 of 120 - 5530 active elements (470 deactivated)
08:43:40 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:40 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:40 DEBUG   opendrift.models.basemodel:2030:               34.76171753074698 <- latitude  -> 35.885820133905
08:43:40 DEBUG   opendrift.models.basemodel:2035:               23.098957595219307 <- longitude -> 24.382278077083107
08:43:40 DEBUG   opendrift.models.basemodel:2040:               -58.711870726715404   <- z ->   0.0
08:43:40 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5530 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5530 elements
08:43:40 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5530 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5530 elements
08:43:40 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:40 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5530 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5530 elements
08:43:40 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:40 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 15:00:00 (before)
                2024-05-22 18:00:00 (after)
08:43:40 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:40 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:40 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 15:00:00, weight 0.12) and
                      after (2024-05-22 18:00:00, weight 0.88) in time
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5530 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5530 elements
08:43:40 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:40 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 15:00:00 (before)
                2024-05-22 18:00:00 (after)
08:43:40 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 15:00:00) in space  (linearNDFast)
08:43:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:40 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:40 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:40 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 15:00:00, weight 0.12) and
                      after (2024-05-22 18:00:00, weight 0.88) in time
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:40 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:40 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.225372 (min) 0.475071 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.299998 (min) 0.142354 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 5.00747 (min) 11.2005 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.29989 (min) 4.31061 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:40 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:40 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.771398, mean: 1.888049, max: 3.328962
08:43:40 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:40 DEBUG   opendrift.models.physics_methods:1058:    min: 4.784857, mean: 7.384517, max: 9.939946
08:43:40 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.784857, mean: 7.384517, max: 9.939946
08:43:40 DEBUG   opendrift.models.basemodel:1667: 15 elements scheduled for deactivation (stranded)
08:43:40 DEBUG   opendrift.models.basemodel:1669:       (z: -13.360208 to 0.000000)
08:43:40 DEBUG   opendrift.models.basemodel:1687: Removed 15 elements.
08:43:40 DEBUG   opendrift.models.basemodel:1690: Removed 15 values from environment.
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:40 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:40 DEBUG   opendrift.models.basemodel:1699: Removed 15 values from environment_profiles.
08:43:40 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:40 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:40 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:40 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:40 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:40 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:40 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:40 DEBUG   opendrift.models.physics_methods:1058:    min: 4.784857, mean: 7.388452, max: 9.939946
08:43:40 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:40 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017063, dN_50: 0.001339
08:43:40 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:40 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.048831013915771444
08:43:40 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:40 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:40 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1951 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1950 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1949 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1948 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1947 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1946 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1945 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1944 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1943 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1943 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1942 surface elements
08:43:40 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1942 surface elements
08:43:40 DEBUG   opendrift.models.physics_methods:912: Advecting 1942 of 5515 elements above 0.100m with wind-sheared ocean current (0.068043 m/s - 0.309261 m/s)
08:43:40 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:40 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.004264542133600758 and 0.445217748466026 m/s
08:43:40 DEBUG   opendrift.models.basemodel:2097: 5515 active elements (485 deactivated)
08:43:40 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:40 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:40 INFO    opendrift.models.basemodel:2011: 2024-05-22 18:39:15.336386 - step 107 of 120 - 5515 active elements (485 deactivated)
08:43:40 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:40 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:40 DEBUG   opendrift.models.basemodel:2030:               34.760728957267716 <- latitude  -> 35.88105552543091
08:43:40 DEBUG   opendrift.models.basemodel:2035:               23.111919393191627 <- longitude -> 24.38287322186919
08:43:40 DEBUG   opendrift.models.basemodel:2040:               -58.126100157383476   <- z ->   0.0
08:43:40 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5515 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5515 elements
08:43:40 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5515 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5515 elements
08:43:40 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:40 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5515 elements
08:43:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5515 elements
08:43:40 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:40 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 18:00:00 (before)
                2024-05-22 21:00:00 (after)
08:43:40 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:42 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:43 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:43 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:43 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:43 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:43 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 23x36x17) for time after (2024-05-22 21:00:00)
08:43:43 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:43 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:43 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:43 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1191 elements, expanding data 1
08:43:43 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 7 elements, expanding data 2
08:43:43 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 18:00:00, weight 0.78) and
                      after (2024-05-22 21:00:00, weight 0.22) in time
08:43:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5515 elements
08:43:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5515 elements
08:43:43 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:43 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 18:00:00 (before)
                2024-05-22 21:00:00 (after)
08:43:43 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:44 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:44 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:44 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:44 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:44 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-22 21:00:00)
08:43:44 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:44 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:44 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 18:00:00, weight 0.78) and
                      after (2024-05-22 21:00:00, weight 0.22) in time
08:43:44 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:44 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:44 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:44 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:44 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:44 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:44 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:44 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.236351 (min) 0.482413 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.337915 (min) 0.13955 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.93185 (min) 11.2253 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.49815 (min) 4.30947 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:44 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.756277, mean: 2.016923, max: 3.378170
08:43:44 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:44 DEBUG   opendrift.models.physics_methods:1058:    min: 4.737726, mean: 7.612361, max: 10.013141
08:43:44 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.737726, mean: 7.612361, max: 10.013141
08:43:44 DEBUG   opendrift.models.basemodel:1667: 34 elements scheduled for deactivation (stranded)
08:43:44 DEBUG   opendrift.models.basemodel:1669:       (z: -48.600928 to 0.000000)
08:43:44 DEBUG   opendrift.models.basemodel:1687: Removed 34 elements.
08:43:44 DEBUG   opendrift.models.basemodel:1690: Removed 34 values from environment.
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:44 DEBUG   opendrift.models.basemodel:1699: Removed 34 values from environment_profiles.
08:43:44 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:44 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:44 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:44 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:44 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:44 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:44 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:44 DEBUG   opendrift.models.physics_methods:1058:    min: 4.737726, mean: 7.620742, max: 10.013142
08:43:44 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:44 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017164, dN_50: 0.001347
08:43:44 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:44 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.049552756622096246
08:43:44 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:44 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:44 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1912 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1911 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1910 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1908 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1907 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1906 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1906 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1905 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1904 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1904 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1903 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1902 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1901 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1900 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1898 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1897 surface elements
08:43:44 DEBUG   opendrift.models.physics_methods:912: Advecting 1900 of 5481 elements above 0.100m with wind-sheared ocean current (0.014461 m/s - 0.314357 m/s)
08:43:44 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:44 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.002080738686429709 and 0.4187398437935278 m/s
08:43:44 DEBUG   opendrift.models.basemodel:2097: 5481 active elements (519 deactivated)
08:43:44 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:44 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:44 INFO    opendrift.models.basemodel:2011: 2024-05-22 19:39:15.336386 - step 108 of 120 - 5481 active elements (519 deactivated)
08:43:44 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:44 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:44 DEBUG   opendrift.models.basemodel:2030:               34.755970378576244 <- latitude  -> 35.878009523586485
08:43:44 DEBUG   opendrift.models.basemodel:2035:               23.11800952218229 <- longitude -> 24.385088757652024
08:43:44 DEBUG   opendrift.models.basemodel:2040:               -57.572953395169804   <- z ->   0.0
08:43:44 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:44 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:44 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5481 elements
08:43:44 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5481 elements
08:43:44 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:44 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:44 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:44 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:44 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:44 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5481 elements
08:43:44 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5481 elements
08:43:44 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:44 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:44 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:44 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:44 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:44 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:44 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5481 elements
08:43:44 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5481 elements
08:43:44 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:44 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 18:00:00 (before)
                2024-05-22 21:00:00 (after)
08:43:44 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:44 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:44 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 18:00:00, weight 0.45) and
                      after (2024-05-22 21:00:00, weight 0.55) in time
08:43:44 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:44 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:44 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:44 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:44 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5481 elements
08:43:44 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5481 elements
08:43:44 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:44 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 18:00:00 (before)
                2024-05-22 21:00:00 (after)
08:43:44 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:44 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:44 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 18:00:00, weight 0.45) and
                      after (2024-05-22 21:00:00, weight 0.55) in time
08:43:44 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:44 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:44 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:44 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:44 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:44 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:44 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:44 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.238909 (min) 0.483659 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.309751 (min) 0.144532 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.74018 (min) 11.514 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.63425 (min) 4.23652 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:44 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.717356, mean: 2.113563, max: 3.566571
08:43:44 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:44 DEBUG   opendrift.models.physics_methods:1058:    min: 4.614204, mean: 7.770183, max: 10.288569
08:43:44 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.614204, mean: 7.770183, max: 10.288569
08:43:44 DEBUG   opendrift.models.basemodel:1667: 31 elements scheduled for deactivation (stranded)
08:43:44 DEBUG   opendrift.models.basemodel:1669:       (z: -45.004815 to 0.000000)
08:43:44 DEBUG   opendrift.models.basemodel:1687: Removed 31 elements.
08:43:44 DEBUG   opendrift.models.basemodel:1690: Removed 31 values from environment.
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:44 DEBUG   opendrift.models.basemodel:1699: Removed 31 values from environment_profiles.
08:43:44 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:44 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:44 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:44 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:44 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:44 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:44 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:44 DEBUG   opendrift.models.physics_methods:1058:    min: 4.614204, mean: 7.778220, max: 10.288569
08:43:44 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:44 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017422, dN_50: 0.001367
08:43:44 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:44 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.05231607708544547
08:43:44 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:44 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:44 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1870 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1868 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1867 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1867 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1866 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1865 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1864 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 1863 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1860 surface elements
08:43:44 DEBUG   opendrift.models.physics_methods:912: Advecting 1865 of 5450 elements above 0.100m with wind-sheared ocean current (0.002803 m/s - 0.318852 m/s)
08:43:44 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:44 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0013124176919172646 and 0.4727194215972356 m/s
08:43:44 DEBUG   opendrift.models.basemodel:2097: 5450 active elements (550 deactivated)
08:43:44 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:44 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:44 INFO    opendrift.models.basemodel:2011: 2024-05-22 20:39:15.336386 - step 109 of 120 - 5450 active elements (550 deactivated)
08:43:44 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:44 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:44 DEBUG   opendrift.models.basemodel:2030:               34.74999799485283 <- latitude  -> 35.881563500599995
08:43:44 DEBUG   opendrift.models.basemodel:2035:               23.13730889485169 <- longitude -> 24.39331483244243
08:43:44 DEBUG   opendrift.models.basemodel:2040:               -56.08609082813588   <- z ->   0.0
08:43:44 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:44 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:44 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5450 elements
08:43:44 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5450 elements
08:43:44 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:44 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:44 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:44 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:44 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:44 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5450 elements
08:43:44 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5450 elements
08:43:44 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:44 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:44 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:44 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:44 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:44 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:44 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5450 elements
08:43:44 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5450 elements
08:43:44 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:44 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 18:00:00 (before)
                2024-05-22 21:00:00 (after)
08:43:44 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:44 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:44 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 18:00:00, weight 0.12) and
                      after (2024-05-22 21:00:00, weight 0.88) in time
08:43:44 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:44 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:44 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:44 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:44 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5450 elements
08:43:44 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5450 elements
08:43:44 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:44 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 18:00:00 (before)
                2024-05-22 21:00:00 (after)
08:43:44 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 18:00:00) in space  (linearNDFast)
08:43:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:44 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:44 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:44 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 18:00:00, weight 0.12) and
                      after (2024-05-22 21:00:00, weight 0.88) in time
08:43:44 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:44 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:44 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:44 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:44 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:44 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:44 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:44 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.234093 (min) 0.484681 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.35544 (min) 0.147665 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.51816 (min) 11.8102 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.7901 (min) 4.23373 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:44 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:44 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.679261, mean: 2.216260, max: 3.760953
08:43:44 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:44 DEBUG   opendrift.models.physics_methods:1058:    min: 4.490017, mean: 7.933140, max: 10.565220
08:43:44 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.490017, mean: 7.933140, max: 10.565220
08:43:44 DEBUG   opendrift.models.basemodel:1667: 42 elements scheduled for deactivation (stranded)
08:43:44 DEBUG   opendrift.models.basemodel:1669:       (z: -45.048905 to 0.000000)
08:43:44 DEBUG   opendrift.models.basemodel:1687: Removed 42 elements.
08:43:44 DEBUG   opendrift.models.basemodel:1690: Removed 42 values from environment.
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:44 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:44 DEBUG   opendrift.models.basemodel:1699: Removed 42 values from environment_profiles.
08:43:44 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:44 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:44 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:44 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:44 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:44 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:44 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:44 DEBUG   opendrift.models.physics_methods:1058:    min: 4.490017, mean: 7.944009, max: 10.565220
08:43:44 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:44 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017717, dN_50: 0.001390
08:43:44 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:44 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.055167139524098324
08:43:44 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:44 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:44 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1821 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1820 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1818 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1817 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1816 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1816 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1815 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1814 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1813 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1812 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1811 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1809 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1809 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1809 surface elements
08:43:44 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1808 surface elements
08:43:45 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1807 surface elements
08:43:45 DEBUG   opendrift.models.physics_methods:912: Advecting 1808 of 5408 elements above 0.100m with wind-sheared ocean current (0.046504 m/s - 0.322478 m/s)
08:43:45 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:45 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.002053763800285693 and 0.46636598140353613 m/s
08:43:45 DEBUG   opendrift.models.basemodel:2097: 5408 active elements (592 deactivated)
08:43:45 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:45 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:45 INFO    opendrift.models.basemodel:2011: 2024-05-22 21:39:15.336386 - step 110 of 120 - 5408 active elements (592 deactivated)
08:43:45 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:45 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:45 DEBUG   opendrift.models.basemodel:2030:               34.74612003173735 <- latitude  -> 35.8801901761025
08:43:45 DEBUG   opendrift.models.basemodel:2035:               23.144421382292528 <- longitude -> 24.403685895308012
08:43:45 DEBUG   opendrift.models.basemodel:2040:               -55.13875566661298   <- z ->   0.0
08:43:45 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5408 elements
08:43:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5408 elements
08:43:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5408 elements
08:43:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5408 elements
08:43:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:45 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5408 elements
08:43:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5408 elements
08:43:45 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:45 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 21:00:00 (before)
                2024-05-23 00:00:00 (after)
08:43:45 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:46 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:47 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:47 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:47 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:47 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:47 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 24x36x17) for time after (2024-05-23 00:00:00)
08:43:47 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:47 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1378 elements, expanding data 1
08:43:47 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 18 elements, expanding data 2
08:43:47 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 21:00:00, weight 0.78) and
                      after (2024-05-23 00:00:00, weight 0.22) in time
08:43:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5408 elements
08:43:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5408 elements
08:43:47 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:47 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 21:00:00 (before)
                2024-05-23 00:00:00 (after)
08:43:47 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:47 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:47 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:47 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:47 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:47 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-23 00:00:00)
08:43:47 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:47 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:47 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 21:00:00, weight 0.78) and
                      after (2024-05-23 00:00:00, weight 0.22) in time
08:43:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:47 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:47 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:47 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.255755 (min) 0.480457 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.355999 (min) 0.154074 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.86663 (min) 11.9614 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -4.16869 (min) 3.82881 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:47 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.691615, mean: 2.183209, max: 3.912970
08:43:47 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:47 DEBUG   opendrift.models.physics_methods:1058:    min: 4.530662, mean: 7.886700, max: 10.776627
08:43:47 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.530662, mean: 7.886700, max: 10.776627
08:43:47 DEBUG   opendrift.models.basemodel:1667: 45 elements scheduled for deactivation (stranded)
08:43:47 DEBUG   opendrift.models.basemodel:1669:       (z: -5.861351 to 0.000000)
08:43:47 DEBUG   opendrift.models.basemodel:1687: Removed 45 elements.
08:43:47 DEBUG   opendrift.models.basemodel:1690: Removed 45 values from environment.
08:43:47 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:47 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:47 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:47 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:47 DEBUG   opendrift.models.basemodel:1699: Removed 45 values from environment_profiles.
08:43:47 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:47 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:47 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:47 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:47 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:47 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:47 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:47 DEBUG   opendrift.models.physics_methods:1058:    min: 4.530662, mean: 7.897370, max: 10.776627
08:43:47 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:47 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017804, dN_50: 0.001397
08:43:47 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:47 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.05739681588145219
08:43:47 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:47 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:47 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1761 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1760 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1759 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1757 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1756 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1755 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1754 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1754 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1753 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1752 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1751 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1750 surface elements
08:43:47 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1749 surface elements
08:43:47 DEBUG   opendrift.models.physics_methods:912: Advecting 1750 of 5363 elements above 0.100m with wind-sheared ocean current (0.094903 m/s - 0.309833 m/s)
08:43:47 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:47 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0022102500948689417 and 0.5199006086688932 m/s
08:43:47 DEBUG   opendrift.models.basemodel:2097: 5363 active elements (637 deactivated)
08:43:47 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:47 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:47 INFO    opendrift.models.basemodel:2011: 2024-05-22 22:39:15.336386 - step 111 of 120 - 5363 active elements (637 deactivated)
08:43:47 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:47 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:47 DEBUG   opendrift.models.basemodel:2030:               34.74745231350138 <- latitude  -> 35.87618377509751
08:43:47 DEBUG   opendrift.models.basemodel:2035:               23.143720742821564 <- longitude -> 24.409907612956218
08:43:47 DEBUG   opendrift.models.basemodel:2040:               -54.52476596205567   <- z ->   0.0
08:43:47 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5363 elements
08:43:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5363 elements
08:43:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5363 elements
08:43:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5363 elements
08:43:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:47 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5363 elements
08:43:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5363 elements
08:43:47 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:47 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 21:00:00 (before)
                2024-05-23 00:00:00 (after)
08:43:47 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:47 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:47 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 21:00:00, weight 0.45) and
                      after (2024-05-23 00:00:00, weight 0.55) in time
08:43:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5363 elements
08:43:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5363 elements
08:43:47 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:47 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 21:00:00 (before)
                2024-05-23 00:00:00 (after)
08:43:47 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:47 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:47 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:47 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 21:00:00, weight 0.45) and
                      after (2024-05-23 00:00:00, weight 0.55) in time
08:43:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:47 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:47 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:47 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.250052 (min) 0.473922 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.359802 (min) 0.163706 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 5.4803 (min) 12.0815 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -4.70288 (min) 3.01755 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:47 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:47 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.765945, mean: 2.089978, max: 4.075151
08:43:47 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:47 DEBUG   opendrift.models.physics_methods:1058:    min: 4.767914, mean: 7.752999, max: 10.997689
08:43:47 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.767914, mean: 7.752999, max: 10.997689
08:43:47 DEBUG   opendrift.models.basemodel:1667: 50 elements scheduled for deactivation (stranded)
08:43:47 DEBUG   opendrift.models.basemodel:1669:       (z: -42.947557 to 0.000000)
08:43:47 DEBUG   opendrift.models.basemodel:1687: Removed 50 elements.
08:43:47 DEBUG   opendrift.models.basemodel:1690: Removed 50 values from environment.
08:43:47 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:47 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:47 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:47 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:47 DEBUG   opendrift.models.basemodel:1699: Removed 50 values from environment_profiles.
08:43:47 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:47 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:47 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:47 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:47 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:47 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:47 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:47 DEBUG   opendrift.models.physics_methods:1058:    min: 4.767914, mean: 7.763428, max: 10.997689
08:43:47 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:47 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017567, dN_50: 0.001379
08:43:48 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:48 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.059775569334628714
08:43:48 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:48 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:48 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1703 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1702 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1701 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1700 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1699 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1698 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1698 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1697 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1696 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1695 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1694 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1693 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1691 surface elements
08:43:48 DEBUG   opendrift.models.physics_methods:912: Advecting 1693 of 5313 elements above 0.100m with wind-sheared ocean current (0.148341 m/s - 0.292066 m/s)
08:43:48 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:48 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0026976098955676753 and 0.4803096319462679 m/s
08:43:48 DEBUG   opendrift.models.basemodel:2097: 5313 active elements (687 deactivated)
08:43:48 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:48 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:48 INFO    opendrift.models.basemodel:2011: 2024-05-22 23:39:15.336386 - step 112 of 120 - 5313 active elements (687 deactivated)
08:43:48 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:48 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:48 DEBUG   opendrift.models.basemodel:2030:               34.738471301524086 <- latitude  -> 35.87181510096496
08:43:48 DEBUG   opendrift.models.basemodel:2035:               23.146018678248858 <- longitude -> 24.406135151130503
08:43:48 DEBUG   opendrift.models.basemodel:2040:               -53.28765822513943   <- z ->   0.0
08:43:48 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5313 elements
08:43:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5313 elements
08:43:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5313 elements
08:43:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5313 elements
08:43:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:48 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5313 elements
08:43:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5313 elements
08:43:48 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:48 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 21:00:00 (before)
                2024-05-23 00:00:00 (after)
08:43:48 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:48 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:48 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:48 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:48 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 21:00:00, weight 0.12) and
                      after (2024-05-23 00:00:00, weight 0.88) in time
08:43:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5313 elements
08:43:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5313 elements
08:43:48 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:48 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-22 21:00:00 (before)
                2024-05-23 00:00:00 (after)
08:43:48 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-22 21:00:00) in space  (linearNDFast)
08:43:48 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:48 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:48 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:48 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-22 21:00:00, weight 0.12) and
                      after (2024-05-23 00:00:00, weight 0.88) in time
08:43:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:48 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:48 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:48 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.261708 (min) 0.469873 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.414896 (min) 0.164056 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 6.09019 (min) 12.2137 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -5.21477 (min) 2.52071 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:48 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:48 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.913252, mean: 2.015906, max: 4.252953
08:43:48 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:48 DEBUG   opendrift.models.physics_methods:1058:    min: 5.206248, mean: 7.650266, max: 11.235046
08:43:48 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 5.206248, mean: 7.650266, max: 11.235046
08:43:48 DEBUG   opendrift.models.basemodel:1667: 55 elements scheduled for deactivation (stranded)
08:43:48 DEBUG   opendrift.models.basemodel:1669:       (z: -40.872948 to 0.000000)
08:43:48 DEBUG   opendrift.models.basemodel:1687: Removed 55 elements.
08:43:48 DEBUG   opendrift.models.basemodel:1690: Removed 55 values from environment.
08:43:48 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:48 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:48 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:48 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:48 DEBUG   opendrift.models.basemodel:1699: Removed 55 values from environment_profiles.
08:43:48 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:48 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:48 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:48 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:48 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:48 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:48 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:48 DEBUG   opendrift.models.physics_methods:1058:    min: 5.206248, mean: 7.661787, max: 11.235045
08:43:48 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:48 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017115, dN_50: 0.001343
08:43:48 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:48 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.062383438390613166
08:43:48 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:48 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:48 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1641 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1640 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1639 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1638 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1637 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1636 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1635 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1634 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1633 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1632 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1631 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1630 surface elements
08:43:48 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1629 surface elements
08:43:48 DEBUG   opendrift.models.physics_methods:912: Advecting 1632 of 5258 elements above 0.100m with wind-sheared ocean current (0.035652 m/s - 0.286817 m/s)
08:43:48 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:48 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0025820323393522778 and 0.5061220301796833 m/s
08:43:48 DEBUG   opendrift.models.basemodel:2097: 5258 active elements (742 deactivated)
08:43:48 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:48 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:48 INFO    opendrift.models.basemodel:2011: 2024-05-23 00:39:15.336386 - step 113 of 120 - 5258 active elements (742 deactivated)
08:43:48 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:48 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:48 DEBUG   opendrift.models.basemodel:2030:               34.73808570181826 <- latitude  -> 35.86533859864661
08:43:48 DEBUG   opendrift.models.basemodel:2035:               23.139417965437495 <- longitude -> 24.410864332038834
08:43:48 DEBUG   opendrift.models.basemodel:2040:               -52.609073355384076   <- z ->   0.0
08:43:48 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5258 elements
08:43:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5258 elements
08:43:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5258 elements
08:43:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5258 elements
08:43:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:48 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5258 elements
08:43:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5258 elements
08:43:48 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:48 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 00:00:00 (before)
                2024-05-23 03:00:00 (after)
08:43:48 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:49 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:50 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:50 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:50 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:50 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:50 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 24x36x17) for time after (2024-05-23 03:00:00)
08:43:50 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1337 elements, expanding data 1
08:43:50 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 33 elements, expanding data 2
08:43:50 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 00:00:00, weight 0.78) and
                      after (2024-05-23 03:00:00, weight 0.22) in time
08:43:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5258 elements
08:43:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5258 elements
08:43:50 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:50 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 00:00:00 (before)
                2024-05-23 03:00:00 (after)
08:43:50 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:50 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:50 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:50 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:50 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:50 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-23 03:00:00)
08:43:50 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 00:00:00, weight 0.78) and
                      after (2024-05-23 03:00:00, weight 0.22) in time
08:43:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:50 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:50 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:50 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.278481 (min) 0.475274 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.420585 (min) 0.132647 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 7.05062 (min) 12.1303 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -5.60914 (min) 2.01835 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:50 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 1.227259, mean: 1.973122, max: 4.307861
08:43:50 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:50 DEBUG   opendrift.models.physics_methods:1058:    min: 6.035284, mean: 7.614615, max: 11.307339
08:43:50 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 6.035284, mean: 7.614615, max: 11.307339
08:43:50 DEBUG   opendrift.models.basemodel:1667: 57 elements scheduled for deactivation (stranded)
08:43:50 DEBUG   opendrift.models.basemodel:1669:       (z: -14.824584 to 0.000000)
08:43:50 DEBUG   opendrift.models.basemodel:1687: Removed 57 elements.
08:43:50 DEBUG   opendrift.models.basemodel:1690: Removed 57 values from environment.
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:50 DEBUG   opendrift.models.basemodel:1699: Removed 57 values from environment_profiles.
08:43:50 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:50 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:50 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:50 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:50 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:50 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:50 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:50 DEBUG   opendrift.models.physics_methods:1058:    min: 6.035284, mean: 7.622443, max: 11.307340
08:43:50 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:50 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.016254, dN_50: 0.001276
08:43:50 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:50 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.06318879457732131
08:43:50 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:50 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:50 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1576 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1576 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1575 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1576 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1575 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1575 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1574 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1573 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1572 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1571 surface elements
08:43:50 DEBUG   opendrift.models.physics_methods:912: Advecting 1574 of 5201 elements above 0.100m with wind-sheared ocean current (0.007507 m/s - 0.295157 m/s)
08:43:50 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:50 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0037083699190838862 and 0.4520074993464834 m/s
08:43:50 DEBUG   opendrift.models.basemodel:2097: 5201 active elements (799 deactivated)
08:43:50 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:50 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:50 INFO    opendrift.models.basemodel:2011: 2024-05-23 01:39:15.336386 - step 114 of 120 - 5201 active elements (799 deactivated)
08:43:50 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:50 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:50 DEBUG   opendrift.models.basemodel:2030:               34.73263139609426 <- latitude  -> 35.856080190463516
08:43:50 DEBUG   opendrift.models.basemodel:2035:               23.129738255810263 <- longitude -> 24.414174585017747
08:43:50 DEBUG   opendrift.models.basemodel:2040:               -51.85307641991523   <- z ->   0.0
08:43:50 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5201 elements
08:43:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5201 elements
08:43:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5201 elements
08:43:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5201 elements
08:43:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:50 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5201 elements
08:43:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5201 elements
08:43:50 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:50 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 00:00:00 (before)
                2024-05-23 03:00:00 (after)
08:43:50 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 00:00:00, weight 0.45) and
                      after (2024-05-23 03:00:00, weight 0.55) in time
08:43:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5201 elements
08:43:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5201 elements
08:43:50 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:50 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 00:00:00 (before)
                2024-05-23 03:00:00 (after)
08:43:50 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 00:00:00, weight 0.45) and
                      after (2024-05-23 03:00:00, weight 0.55) in time
08:43:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:50 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:50 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:50 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.288551 (min) 0.472892 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.424873 (min) 0.115105 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 6.72742 (min) 12.0633 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -5.96858 (min) 1.67654 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:50 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 1.315686, mean: 1.954161, max: 4.367670
08:43:50 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:50 DEBUG   opendrift.models.physics_methods:1058:    min: 6.248932, mean: 7.593092, max: 11.385562
08:43:50 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 6.248932, mean: 7.593092, max: 11.385562
08:43:50 DEBUG   opendrift.models.basemodel:1667: 85 elements scheduled for deactivation (stranded)
08:43:50 DEBUG   opendrift.models.basemodel:1669:       (z: -43.854951 to 0.000000)
08:43:50 DEBUG   opendrift.models.basemodel:1687: Removed 85 elements.
08:43:50 DEBUG   opendrift.models.basemodel:1690: Removed 85 values from environment.
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:50 DEBUG   opendrift.models.basemodel:1699: Removed 85 values from environment_profiles.
08:43:50 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:50 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:50 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:50 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:50 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:50 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:50 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:50 DEBUG   opendrift.models.physics_methods:1058:    min: 6.248932, mean: 7.594404, max: 11.385563
08:43:50 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:50 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.015393, dN_50: 0.001208
08:43:50 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:50 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0640660239471588
08:43:50 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:50 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:50 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1498 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1498 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1496 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1496 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1495 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1494 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1493 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1494 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1493 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1491 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1490 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1490 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1488 surface elements
08:43:50 DEBUG   opendrift.models.physics_methods:912: Advecting 1491 of 5116 elements above 0.100m with wind-sheared ocean current (0.169455 m/s - 0.304809 m/s)
08:43:50 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:50 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0030326307170415174 and 0.5269568823980689 m/s
08:43:50 DEBUG   opendrift.models.basemodel:2097: 5116 active elements (884 deactivated)
08:43:50 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:50 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:50 INFO    opendrift.models.basemodel:2011: 2024-05-23 02:39:15.336386 - step 115 of 120 - 5116 active elements (884 deactivated)
08:43:50 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:50 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:50 DEBUG   opendrift.models.basemodel:2030:               34.731979573596874 <- latitude  -> 35.85037472685663
08:43:50 DEBUG   opendrift.models.basemodel:2035:               23.127944456825347 <- longitude -> 24.42063776882337
08:43:50 DEBUG   opendrift.models.basemodel:2040:               -50.55855375156494   <- z ->   0.0
08:43:50 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5116 elements
08:43:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5116 elements
08:43:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5116 elements
08:43:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5116 elements
08:43:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:50 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5116 elements
08:43:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5116 elements
08:43:50 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:50 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 00:00:00 (before)
                2024-05-23 03:00:00 (after)
08:43:50 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 00:00:00, weight 0.12) and
                      after (2024-05-23 03:00:00, weight 0.88) in time
08:43:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5116 elements
08:43:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5116 elements
08:43:50 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:50 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 00:00:00 (before)
                2024-05-23 03:00:00 (after)
08:43:50 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 00:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:50 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:50 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 00:00:00, weight 0.12) and
                      after (2024-05-23 03:00:00, weight 0.88) in time
08:43:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:50 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:50 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:50 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.312502 (min) 0.468913 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.417348 (min) 0.0868346 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 5.58072 (min) 11.9517 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -6.32119 (min) 1.41419 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:50 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:50 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 1.017070, mean: 1.948593, max: 4.412764
08:43:50 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:50 DEBUG   opendrift.models.physics_methods:1058:    min: 5.494207, mean: 7.553421, max: 11.444186
08:43:50 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 5.494207, mean: 7.553421, max: 11.444186
08:43:50 DEBUG   opendrift.models.basemodel:1667: 72 elements scheduled for deactivation (stranded)
08:43:50 DEBUG   opendrift.models.basemodel:1669:       (z: -12.964579 to 0.000000)
08:43:50 DEBUG   opendrift.models.basemodel:1687: Removed 72 elements.
08:43:50 DEBUG   opendrift.models.basemodel:1690: Removed 72 values from environment.
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:50 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:50 DEBUG   opendrift.models.basemodel:1699: Removed 72 values from environment_profiles.
08:43:50 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:50 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:50 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:50 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:50 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:50 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:50 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:50 DEBUG   opendrift.models.physics_methods:1058:    min: 5.494207, mean: 7.547030, max: 11.444186
08:43:50 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:50 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.014748, dN_50: 0.001157
08:43:50 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:50 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.06472743633318
08:43:50 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:50 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:50 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1418 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1417 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1417 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1415 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1414 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1413 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1412 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1411 surface elements
08:43:50 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 3 of 1412 surface elements
08:43:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1410 surface elements
08:43:51 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1409 surface elements
08:43:51 DEBUG   opendrift.models.physics_methods:912: Advecting 1410 of 5044 elements above 0.100m with wind-sheared ocean current (0.081805 m/s - 0.317063 m/s)
08:43:51 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:51 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0016783374636556475 and 0.42811299384116136 m/s
08:43:51 DEBUG   opendrift.models.basemodel:2097: 5044 active elements (956 deactivated)
08:43:51 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:51 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:51 INFO    opendrift.models.basemodel:2011: 2024-05-23 03:39:15.336386 - step 116 of 120 - 5044 active elements (956 deactivated)
08:43:51 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:51 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:51 DEBUG   opendrift.models.basemodel:2030:               34.73185772092999 <- latitude  -> 35.8432465011216
08:43:51 DEBUG   opendrift.models.basemodel:2035:               23.118430559381867 <- longitude -> 24.425116701260634
08:43:51 DEBUG   opendrift.models.basemodel:2040:               -49.25721045482514   <- z ->   0.0
08:43:51 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5044 elements
08:43:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 5044 elements
08:43:51 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5044 elements
08:43:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 5044 elements
08:43:51 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:51 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5044 elements
08:43:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 5044 elements
08:43:51 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:51 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 03:00:00 (before)
                2024-05-23 06:00:00 (after)
08:43:51 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:52 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:53 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:53 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:53 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:53 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:53 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 24x36x16) for time after (2024-05-23 06:00:00)
08:43:53 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:53 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 06:00:00) in space  (linearNDFast)
08:43:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 1022 elements, expanding data 1
08:43:53 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 54 elements, expanding data 2
08:43:53 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 03:00:00, weight 0.78) and
                      after (2024-05-23 06:00:00, weight 0.22) in time
08:43:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:53 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:53 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:53 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:53 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:53 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:53 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 5044 elements
08:43:53 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 5044 elements
08:43:53 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:53 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 03:00:00 (before)
                2024-05-23 06:00:00 (after)
08:43:53 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:53 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:53 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:53 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:53 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:53 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-23 06:00:00)
08:43:53 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:53 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 06:00:00) in space  (linearNDFast)
08:43:53 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:53 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 03:00:00, weight 0.78) and
                      after (2024-05-23 06:00:00, weight 0.22) in time
08:43:53 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:53 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:53 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:53 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:53 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:53 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:53 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:53 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:53 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.318901 (min) 0.454402 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.389886 (min) 0.0959438 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.94206 (min) 11.9545 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -6.24694 (min) 1.04967 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:53 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:53 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.852762, mean: 1.830374, max: 4.399760
08:43:53 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:53 DEBUG   opendrift.models.physics_methods:1058:    min: 5.030874, mean: 7.309120, max: 11.427312
08:43:53 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 5.030874, mean: 7.309120, max: 11.427312
08:43:53 DEBUG   opendrift.models.basemodel:1667: 109 elements scheduled for deactivation (stranded)
08:43:53 DEBUG   opendrift.models.basemodel:1669:       (z: -40.341922 to 0.000000)
08:43:53 DEBUG   opendrift.models.basemodel:1687: Removed 109 elements.
08:43:53 DEBUG   opendrift.models.basemodel:1690: Removed 109 values from environment.
08:43:53 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:53 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:53 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:53 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:53 DEBUG   opendrift.models.basemodel:1699: Removed 109 values from environment_profiles.
08:43:53 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:53 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:53 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:53 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:53 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:53 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:53 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:53 DEBUG   opendrift.models.physics_methods:1058:    min: 5.030874, mean: 7.294653, max: 11.427312
08:43:53 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:53 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.015027, dN_50: 0.001179
08:43:54 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:54 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.0645367005729869
08:43:54 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:54 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:54 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1306 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1304 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1303 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1302 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1303 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1303 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1302 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1301 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1300 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1299 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1298 surface elements
08:43:54 DEBUG   opendrift.models.physics_methods:912: Advecting 1301 of 4935 elements above 0.100m with wind-sheared ocean current (0.164670 m/s - 0.306854 m/s)
08:43:54 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:54 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0018956983920085046 and 0.43297497319116707 m/s
08:43:54 DEBUG   opendrift.models.basemodel:2097: 4935 active elements (1065 deactivated)
08:43:54 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:54 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:54 INFO    opendrift.models.basemodel:2011: 2024-05-23 04:39:15.336386 - step 117 of 120 - 4935 active elements (1065 deactivated)
08:43:54 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:54 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:54 DEBUG   opendrift.models.basemodel:2030:               34.72609744131701 <- latitude  -> 35.83826976189558
08:43:54 DEBUG   opendrift.models.basemodel:2035:               23.110410738666047 <- longitude -> 24.42374646087311
08:43:54 DEBUG   opendrift.models.basemodel:2040:               -48.45918716143747   <- z ->   0.0
08:43:54 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4935 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 4935 elements
08:43:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4935 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 4935 elements
08:43:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:54 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4935 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 4935 elements
08:43:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 03:00:00 (before)
                2024-05-23 06:00:00 (after)
08:43:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 06:00:00) in space  (linearNDFast)
08:43:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 03:00:00, weight 0.45) and
                      after (2024-05-23 06:00:00, weight 0.55) in time
08:43:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4935 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 4935 elements
08:43:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 03:00:00 (before)
                2024-05-23 06:00:00 (after)
08:43:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 06:00:00) in space  (linearNDFast)
08:43:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 03:00:00, weight 0.45) and
                      after (2024-05-23 06:00:00, weight 0.55) in time
08:43:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:54 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:54 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:54 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.343678 (min) 0.441782 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.349246 (min) 0.0973536 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.60611 (min) 11.9896 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -5.93819 (min) 0.588183 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:54 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.738643, mean: 1.668768, max: 4.343049
08:43:54 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:54 DEBUG   opendrift.models.physics_methods:1058:    min: 4.682167, mean: 6.983077, max: 11.353426
08:43:54 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.682167, mean: 6.983077, max: 11.353426
08:43:54 DEBUG   opendrift.models.basemodel:1667: 97 elements scheduled for deactivation (stranded)
08:43:54 DEBUG   opendrift.models.basemodel:1669:       (z: -40.181289 to 0.000000)
08:43:54 DEBUG   opendrift.models.basemodel:1687: Removed 97 elements.
08:43:54 DEBUG   opendrift.models.basemodel:1690: Removed 97 values from environment.
08:43:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:54 DEBUG   opendrift.models.basemodel:1699: Removed 97 values from environment_profiles.
08:43:54 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:54 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:54 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:54 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:54 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:54 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:54 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:54 DEBUG   opendrift.models.physics_methods:1058:    min: 4.682167, mean: 6.971671, max: 11.250180
08:43:54 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:54 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.015806, dN_50: 0.001240
08:43:54 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:54 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.06255160316491429
08:43:54 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:54 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:54 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1210 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1209 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1210 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1209 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1208 surface elements
08:43:54 DEBUG   opendrift.models.physics_methods:912: Advecting 1210 of 4838 elements above 0.100m with wind-sheared ocean current (0.043021 m/s - 0.284904 m/s)
08:43:54 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:54 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0013380542261747402 and 0.4167747323599116 m/s
08:43:54 DEBUG   opendrift.models.basemodel:2097: 4838 active elements (1162 deactivated)
08:43:54 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:54 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:54 INFO    opendrift.models.basemodel:2011: 2024-05-23 05:39:15.336386 - step 118 of 120 - 4838 active elements (1162 deactivated)
08:43:54 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:54 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:54 DEBUG   opendrift.models.basemodel:2030:               34.72790493228782 <- latitude  -> 35.834627217856976
08:43:54 DEBUG   opendrift.models.basemodel:2035:               23.095762955193408 <- longitude -> 24.429424385939544
08:43:54 DEBUG   opendrift.models.basemodel:2040:               -47.88162636398894   <- z ->   0.0
08:43:54 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4838 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 4838 elements
08:43:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4838 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 4838 elements
08:43:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:54 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4838 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 4838 elements
08:43:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 03:00:00 (before)
                2024-05-23 06:00:00 (after)
08:43:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 06:00:00) in space  (linearNDFast)
08:43:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 03:00:00, weight 0.12) and
                      after (2024-05-23 06:00:00, weight 0.88) in time
08:43:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4838 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 4838 elements
08:43:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 03:00:00 (before)
                2024-05-23 06:00:00 (after)
08:43:54 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 03:00:00) in space  (linearNDFast)
08:43:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:54 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 06:00:00) in space  (linearNDFast)
08:43:54 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:54 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 03:00:00, weight 0.12) and
                      after (2024-05-23 06:00:00, weight 0.88) in time
08:43:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:54 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:54 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:54 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.383815 (min) 0.451937 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.323637 (min) 0.0796703 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.17094 (min) 11.8336 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -5.6411 (min) 0.180395 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:54 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:54 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.605613, mean: 1.533700, max: 4.203532
08:43:54 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:54 DEBUG   opendrift.models.physics_methods:1058:    min: 4.239624, mean: 6.689230, max: 11.169578
08:43:54 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.239624, mean: 6.689230, max: 11.169578
08:43:54 DEBUG   opendrift.models.basemodel:1667: 63 elements scheduled for deactivation (stranded)
08:43:54 DEBUG   opendrift.models.basemodel:1669:       (z: -7.332194 to 0.000000)
08:43:54 DEBUG   opendrift.models.basemodel:1687: Removed 63 elements.
08:43:54 DEBUG   opendrift.models.basemodel:1690: Removed 63 values from environment.
08:43:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:54 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:54 DEBUG   opendrift.models.basemodel:1699: Removed 63 values from environment_profiles.
08:43:54 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:54 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:54 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:54 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:54 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:54 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:54 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:54 DEBUG   opendrift.models.physics_methods:1058:    min: 4.239624, mean: 6.684237, max: 11.169579
08:43:54 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:54 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.016692, dN_50: 0.001310
08:43:54 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:54 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.06165857198958354
08:43:54 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:54 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:54 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1145 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1144 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1143 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1142 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1142 surface elements
08:43:54 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1141 surface elements
08:43:54 DEBUG   opendrift.models.physics_methods:912: Advecting 1141 of 4775 elements above 0.100m with wind-sheared ocean current (0.217317 m/s - 0.264226 m/s)
08:43:54 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:54 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0030728019237346725 and 0.43960203282998844 m/s
08:43:54 DEBUG   opendrift.models.basemodel:2097: 4775 active elements (1225 deactivated)
08:43:54 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:54 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:54 INFO    opendrift.models.basemodel:2011: 2024-05-23 06:39:15.336386 - step 119 of 120 - 4775 active elements (1225 deactivated)
08:43:54 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:54 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:54 DEBUG   opendrift.models.basemodel:2030:               34.72428505901626 <- latitude  -> 35.830229019349815
08:43:54 DEBUG   opendrift.models.basemodel:2035:               23.097329274043208 <- longitude -> 24.437350710592256
08:43:54 DEBUG   opendrift.models.basemodel:2040:               -46.92932671912757   <- z ->   0.0
08:43:54 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4775 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 4775 elements
08:43:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4775 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 4775 elements
08:43:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:54 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4775 elements
08:43:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 4775 elements
08:43:54 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 06:00:00 (before)
                2024-05-23 09:00:00 (after)
08:43:54 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_sea_water_velocity to retrieve x_sea_water_velocity
08:43:56 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_sea_water_velocity to retrieve y_sea_water_velocity
08:43:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:58 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
08:43:58 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
08:43:58 DEBUG   opendrift.readers.interpolation.structured:53: Filled NaN-values toward seafloor for :['y_sea_water_velocity', 'x_sea_water_velocity']
08:43:58 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 25x35x16) for time after (2024-05-23 09:00:00)
08:43:58 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 06:00:00) in space  (linearNDFast)
08:43:58 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:58 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 09:00:00) in space  (linearNDFast)
08:43:58 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 568 elements, expanding data 1
08:43:58 DEBUG   opendrift:135: Linear2DInterpolator informational: NaN values for 44 elements, expanding data 2
08:43:58 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 06:00:00, weight 0.78) and
                      after (2024-05-23 09:00:00, weight 0.22) in time
08:43:58 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:58 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:58 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:58 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:58 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4775 elements
08:43:58 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 4775 elements
08:43:58 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:58 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 06:00:00 (before)
                2024-05-23 09:00:00 (after)
08:43:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using eastward_wind to retrieve x_wind
08:43:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:419: Using northward_wind to retrieve y_wind
08:43:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:516: North is up, no rotation necessary
08:43:58 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
08:43:58 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
08:43:58 DEBUG   opendrift.readers.basereader.structured:313: Fetched env-block (size 8x8x1) for time after (2024-05-23 09:00:00)
08:43:58 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 06:00:00) in space  (linearNDFast)
08:43:58 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:58 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 09:00:00) in space  (linearNDFast)
08:43:58 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:58 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 06:00:00, weight 0.78) and
                      after (2024-05-23 09:00:00, weight 0.22) in time
08:43:58 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:58 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:58 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:58 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:58 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:58 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:58 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:58 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.425529 (min) 0.426976 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.310518 (min) 0.0869696 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 5.07813 (min) 12.0145 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -5.16363 (min) -0.100178 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:58 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:58 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 0.736177, mean: 1.581323, max: 4.150774
08:43:58 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:58 DEBUG   opendrift.models.physics_methods:1058:    min: 4.674345, mean: 6.809442, max: 11.099261
08:43:58 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 4.674345, mean: 6.809442, max: 11.099261
08:43:58 DEBUG   opendrift.models.basemodel:1667: 65 elements scheduled for deactivation (stranded)
08:43:58 DEBUG   opendrift.models.basemodel:1669:       (z: -17.976689 to 0.000000)
08:43:58 DEBUG   opendrift.models.basemodel:1687: Removed 65 elements.
08:43:58 DEBUG   opendrift.models.basemodel:1690: Removed 65 values from environment.
08:43:58 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:58 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:58 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:58 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:58 DEBUG   opendrift.models.basemodel:1699: Removed 65 values from environment_profiles.
08:43:58 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:58 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:58 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:58 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:58 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:58 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:58 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:58 DEBUG   opendrift.models.physics_methods:1058:    min: 4.674345, mean: 6.811617, max: 11.099261
08:43:58 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:58 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017174, dN_50: 0.001348
08:43:58 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:58 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.06088474185033651
08:43:58 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:58 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:58 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:58 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1086 surface elements
08:43:58 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1085 surface elements
08:43:58 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1084 surface elements
08:43:58 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1083 surface elements
08:43:58 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1082 surface elements
08:43:58 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1081 surface elements
08:43:58 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 2 of 1080 surface elements
08:43:58 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1078 surface elements
08:43:58 DEBUG   opendrift.models.physics_methods:912: Advecting 1079 of 4710 elements above 0.100m with wind-sheared ocean current (0.041375 m/s - 0.255927 m/s)
08:43:58 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:58 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.0039791169734511205 and 0.42241436778530495 m/s
08:43:58 DEBUG   opendrift.models.basemodel:2097: 4710 active elements (1290 deactivated)
08:43:58 DEBUG   opendrift.models.basemodel:866: to be seeded: 0, already seeded 6000
08:43:58 DEBUG   opendrift.models.basemodel:2010: ======================================================================
08:43:58 INFO    opendrift.models.basemodel:2011: 2024-05-23 07:39:15.336386 - step 120 of 120 - 4710 active elements (1290 deactivated)
08:43:58 DEBUG   opendrift.models.basemodel:2017: 0 elements scheduled.
08:43:58 DEBUG   opendrift.models.basemodel:2019: ======================================================================
08:43:58 DEBUG   opendrift.models.basemodel:2030:               34.72729642575101 <- latitude  -> 35.823649401565774
08:43:58 DEBUG   opendrift.models.basemodel:2035:               23.09258181829692 <- longitude -> 24.438966967480233
08:43:58 DEBUG   opendrift.models.basemodel:2040:               -46.40472397096913   <- z ->   0.0
08:43:58 DEBUG   opendrift.models.basemodel:2041: ---------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
08:43:58 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
08:43:58 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4710 elements
08:43:58 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 4710 elements
08:43:58 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:58 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:58 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:58 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:58 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:58 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4710 elements
08:43:58 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 4710 elements
08:43:58 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:58 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:58 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:58 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:58 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_sea_water_velocity', 'y_sea_water_velocity']
08:43:58 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z
08:43:58 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:58 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4710 elements
08:43:58 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://tds.hycom.org/thredds/dodsC/GLBy0.08/expt_93.0/uv3z covering 4710 elements
08:43:58 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:58 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 06:00:00 (before)
                2024-05-23 09:00:00 (after)
08:43:58 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 06:00:00) in space  (linearNDFast)
08:43:58 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:59 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 09:00:00) in space  (linearNDFast)
08:43:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:59 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 06:00:00, weight 0.45) and
                      after (2024-05-23 09:00:00, weight 0.55) in time
08:43:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['x_wind', 'y_wind']
08:43:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd
08:43:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4710 elements
08:43:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://pae-paha.pacioos.hawaii.edu/thredds/dodsC/ncep_global/NCEP_Global_Atmospheric_Model_best.ncd covering 4710 elements
08:43:59 DEBUG   opendrift.readers.basereader.structured:213: Shifting coordinates to 0-360
08:43:59 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2024-05-23 06:00:00 (before)
                2024-05-23 09:00:00 (after)
08:43:59 DEBUG   opendrift.readers.basereader.structured:334: Interpolating before (2024-05-23 06:00:00) in space  (linearNDFast)
08:43:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:59 DEBUG   opendrift.readers.basereader.structured:340: Interpolating after (2024-05-23 09:00:00) in space  (linearNDFast)
08:43:59 DEBUG   opendrift.readers.interpolation.structured:80: Initialising interpolator.
08:43:59 DEBUG   opendrift.readers.basereader.structured:355: Interpolating before (2024-05-23 06:00:00, weight 0.45) and
                      after (2024-05-23 09:00:00, weight 0.55) in time
08:43:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:59 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:59 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:59 DEBUG   opendrift.models.basemodel.environment:798: Creating empty dictionary for profiles not profided by any reader: ['sea_water_temperature', 'sea_water_salinity', 'ocean_vertical_diffusivity']
08:43:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 10 for sea_water_temperature for all profiles
08:43:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 34 for sea_water_salinity for all profiles
08:43:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.02 for ocean_vertical_diffusivity for all profiles
08:43:59 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.422866 (min) 0.428952 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.27974 (min) 0.0953567 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 6.59359 (min) 12.3616 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -4.63606 (min) -0.348739 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: 0 (min) 0 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: 0 (min) 0 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_significant_height: 0 (min) 0 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_area_fraction: 0 (min) 0 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_x_velocity: 0 (min) 0 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_ice_y_velocity: 0 (min) 0 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 10 (min) 10 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 34 (min) 34 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.02 (min) 0.02 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 20 (min) 20 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:59 DEBUG   opendrift.models.physics_methods:990: Calculating Hs from wind, min: 1.101865, mean: 1.772992, max: 4.163045
08:43:59 DEBUG   opendrift.models.physics_methods:1048: Calculating wave period Tm02 from wind
08:43:59 DEBUG   opendrift.models.physics_methods:1058:    min: 5.718653, mean: 7.216394, max: 11.115657
08:43:59 DEBUG   opendrift.models.physics_methods:998: Calculating wave period from wind, min: 5.718653, mean: 7.216394, max: 11.115657
08:43:59 DEBUG   opendrift.models.basemodel:1667: 47 elements scheduled for deactivation (stranded)
08:43:59 DEBUG   opendrift.models.basemodel:1669:       (z: -31.212935 to 0.000000)
08:43:59 DEBUG   opendrift.models.basemodel:1687: Removed 47 elements.
08:43:59 DEBUG   opendrift.models.basemodel:1690: Removed 47 values from environment.
08:43:59 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:43:59 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:43:59 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:43:59 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:43:59 DEBUG   opendrift.models.basemodel:1699: Removed 47 values from environment_profiles.
08:43:59 DEBUG   opendrift.models.basemodel:2082: Calling OpenOil.update()
08:43:59 DEBUG   opendrift.models.openoil.openoil:711: NOAA oil weathering
08:43:59 DEBUG   opendrift.models.openoil.openoil:816:     Calculating evaporation - NOAA
08:43:59 DEBUG   opendrift.models.openoil.openoil:822: All surface oil elements older than 24 hours, skipping further evaporation.
08:43:59 DEBUG   opendrift.models.openoil.openoil:849:     Calculating emulsification - NOAA
08:43:59 DEBUG   opendrift.models.openoil.openoil:552: Calculating: biodegradation (half_time)
08:43:59 DEBUG   opendrift.models.physics_methods:1040: Using mean period Tm02 as wave period
08:43:59 DEBUG   opendrift.models.physics_methods:1058:    min: 5.718653, mean: 7.222777, max: 11.115657
08:43:59 DEBUG   opendrift.models.openoil.openoil:1121: Generating wave breaking droplet size spectrum
08:43:59 DEBUG   opendrift.models.openoil.openoil:1148: Droplet distribution median diameter dV_50: 0.017671, dN_50: 0.001387
08:43:59 DEBUG   opendrift.models.oceandrift:521: Using diffusivity from Large1994 since model diffusivities not available
08:43:59 DEBUG   opendrift.models.oceandrift:535: Diffusivities are in range 0.0 to 0.061064738587876234
08:43:59 DEBUG   opendrift.models.oceandrift:554: TSprofiles deactivated for vertical mixing
08:43:59 DEBUG   opendrift.models.oceandrift:568: Vertical mixing module:environment
08:43:59 DEBUG   opendrift.models.oceandrift:571: Turbulent diffusion with random walk scheme using 60 fast time steps of dt=60s
08:43:59 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1041 surface elements
08:43:59 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1040 surface elements
08:43:59 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1039 surface elements
08:43:59 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1040 surface elements
08:43:59 DEBUG   opendrift.models.openoil.openoil:1036: Entraining 1 of 1041 surface elements
08:43:59 DEBUG   opendrift.models.physics_methods:912: Advecting 1048 of 4663 elements above 0.100m with wind-sheared ocean current (0.031669 m/s - 0.253625 m/s)
08:43:59 DEBUG   opendrift.models.physics_methods:930: No Stokes drift velocity available
08:43:59 DEBUG   opendrift.models.basemodel:1645: Moving elements according to horizontal diffusivity of 20.0, with speeds between 0.003152020226816446 and 0.4494936025090309 m/s
08:43:59 DEBUG   opendrift.models.basemodel:2097: 4663 active elements (1337 deactivated)
08:43:59 DEBUG   opendrift.models.basemodel:2126: Cleaning up
08:43:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
08:43:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
08:43:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
08:43:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
08:43:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
08:43:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 4663 elements
08:43:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 4663 elements
08:43:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
08:43:59 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
08:43:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
08:43:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
08:43:59 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
08:43:59 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
08:43:59 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
08:43:59 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 1 (max)
08:43:59 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
08:43:59 DEBUG   opendrift.models.basemodel:1667: 24 elements scheduled for deactivation (stranded)
08:43:59 DEBUG   opendrift.models.basemodel:1669:       (z: -17.455404 to 0.000000)
08:43:59 DEBUG   opendrift.models.basemodel:2156: Writing and closing output file: oil.nc
08:43:59 INFO    opendrift.export.io_netcdf:116: Wrote 21 steps to file oil.nc
08:43:59 DEBUG   opendrift.export.io_netcdf:176: Making netCDF file CDM compliant with fixed dimensions
08:44:00 DEBUG   opendrift.models.basemodel:1687: Removed 24 elements.
08:44:00 DEBUG   opendrift.models.basemodel:1690: Removed 24 values from environment.
08:44:00 DEBUG   opendrift.models.basemodel:1695: remove items from profile for z
08:44:00 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_temperature
08:44:00 DEBUG   opendrift.models.basemodel:1695: remove items from profile for sea_water_salinity
08:44:00 DEBUG   opendrift.models.basemodel:1695: remove items from profile for ocean_vertical_diffusivity
08:44:00 DEBUG   opendrift.models.basemodel:1699: Removed 24 values from environment_profiles.
08:44:00 DEBUG   opendrift.export.io_netcdf:281: Importing from oil.nc
/opt/conda/envs/opendrift/lib/python3.11/site-packages/numpy/ma/core.py:467: RuntimeWarning: invalid value encountered in cast
  fill_value = np.array(fill_value, copy=False, dtype=ndtype)
08:44:02 DEBUG   opendrift.models.basemodel:1687: Removed 1361 elements.
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:x_sea_water_velocity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:x_sea_water_velocity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:y_sea_water_velocity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:y_sea_water_velocity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:x_wind -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:x_wind -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:y_wind -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:y_wind -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_surface_height -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_surface_height -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:upward_sea_water_velocity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:upward_sea_water_velocity -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_surface_wave_significant_height -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_surface_wave_significant_height -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_surface_wave_stokes_drift_x_velocity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_surface_wave_stokes_drift_x_velocity -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_surface_wave_stokes_drift_y_velocity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_surface_wave_stokes_drift_y_velocity -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_surface_wave_period_at_variance_spectral_density_maximum -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_surface_wave_period_at_variance_spectral_density_maximum -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_ice_area_fraction -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_ice_area_fraction -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_ice_x_velocity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_ice_x_velocity -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_ice_y_velocity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_ice_y_velocity -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_water_temperature -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_water_temperature -> 10
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_water_salinity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_water_salinity -> 34
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:sea_floor_depth_below_sea_level -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:sea_floor_depth_below_sea_level -> 10000
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:ocean_vertical_diffusivity -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:ocean_vertical_diffusivity -> 0.02
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:land_binary_mask -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:land_binary_mask -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:constant:ocean_mixed_layer_thickness -> 20.0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: environment:fallback:ocean_mixed_layer_thickness -> 50
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: general:use_auto_landmask -> True
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:current_uncertainty -> 0.0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:current_uncertainty_uniform -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:max_speed -> 1.3
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: readers:max_number_of_fails -> 1
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: general:coastline_action -> stranding
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: general:time_step_minutes -> 60
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: general:time_step_output_minutes -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:ocean_only -> True
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:number -> 1
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:max_age_seconds -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:advection_scheme -> euler
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:horizontal_diffusivity -> 20.0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:profiles_depth -> 50
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:wind_uncertainty -> 0.0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:relative_wind -> False
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:deactivate_north_of -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:deactivate_south_of -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:deactivate_east_of -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:deactivate_west_of -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:origin_marker -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:z -> 0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:wind_drift_factor -> 0.03
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:current_drift_factor -> 1
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:terminal_velocity -> 0.0
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:oil_film_thickness -> 0.001
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:vertical_advection -> False
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:vertical_mixing -> True
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: vertical_mixing:timestep -> 60
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: vertical_mixing:diffusivitymodel -> environment
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: vertical_mixing:background_diffusivity -> 1.2e-05
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: vertical_mixing:TSprofiles -> False
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:wind_drift_depth -> 0.1
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:stokes_drift -> True
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:stokes_drift_profile -> Phillips
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:use_tabularised_stokes_drift -> False
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:tabularised_stokes_drift_fetch -> 25000
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: general:seafloor_action -> lift_to_seafloor
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: drift:truncate_ocean_model_below_m -> None
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:seafloor -> False
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:m3_per_hour -> 1
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:droplet_size_distribution -> uniform
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:droplet_diameter_mu -> 0.001
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:droplet_diameter_sigma -> 0.0005
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:droplet_diameter_min_subsea -> 0.0005
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:droplet_diameter_max_subsea -> 0.005
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: processes:dispersion -> False
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: processes:evaporation -> True
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: processes:emulsification -> True
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: processes:biodegradation -> True
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: biodegradation:method -> half_time
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: processes:update_oilfilm_thickness -> False
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: wave_entrainment:droplet_size_distribution -> Johansen et al. (2015)
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: wave_entrainment:entrainment_rate -> Li et al. (2017)
08:44:02 DEBUG   opendrift.export.io_netcdf:380: Setting imported config: seed:oil_type -> GENERIC MEDIUM CRUDE
08:44:02 DEBUG   opendrift.models.basemodel:92: Changed mode from Mode.Result to Mode.Result

Plot and animate results

o.animation(color='z', markersize='mass_oil', markersize_scaling=80)
08:44:02 DEBUG   opendrift.models.basemodel:2333: Setting up map: corners=None, fast=False, lscale=None
08:44:03 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:16 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:17 DEBUG   opendrift.models.basemodel:3010: Saving animation..
08:44:17 INFO    opendrift.models.basemodel:4570: Saving animation to /root/project/docs/source/gallery/animations/example_oilspill_seafloor_biodegradation_0.gif...
08:44:18 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:19 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:21 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:22 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:24 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:25 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:26 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:28 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:30 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:31 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:32 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:34 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:35 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:37 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:38 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:40 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:42 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:43 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:45 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:46 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:48 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:50 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:52 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:53 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:55 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:57 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:44:58 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:00 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:02 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:04 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:06 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:08 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:10 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:11 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:14 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:15 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:17 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:19 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:21 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:22 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:24 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:25 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:27 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:29 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:31 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:32 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:34 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:36 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:38 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:39 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:41 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:43 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:45 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:46 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:48 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:49 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:51 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:52 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:54 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:55 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:57 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:45:58 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:00 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:01 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:03 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:04 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:06 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:07 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:09 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:10 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:12 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:13 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:15 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:16 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:18 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:19 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:20 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:22 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:23 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:25 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:26 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:27 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:29 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:30 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:32 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:33 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:35 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:36 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:37 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:39 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:40 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:42 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:43 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:44 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:46 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:47 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:49 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:50 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:52 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:53 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:55 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:56 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:57 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:46:59 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:00 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:01 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:03 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:04 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:06 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:07 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:09 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:10 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:11 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:13 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:14 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:15 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:17 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:18 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:20 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:21 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:23 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:24 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:25 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:27 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:28 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:29 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:31 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:32 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:34 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:35 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:37 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:38 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:39 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:41 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:42 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:43 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:45 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:46 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:48 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:49 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:51 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:52 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:53 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:55 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:56 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:57 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:47:59 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:00 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:02 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:03 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:05 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:06 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:08 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:09 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:11 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:12 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:14 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:15 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:16 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:18 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:19 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:21 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:22 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:23 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:25 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:26 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:28 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:29 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:30 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:32 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:33 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:35 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:36 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:38 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:39 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:41 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:42 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:43 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:45 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:46 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:48 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:49 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:51 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:52 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:53 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:55 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:56 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:57 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:48:59 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:00 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:02 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:03 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:05 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:06 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:08 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:09 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:11 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:12 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:14 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:15 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:16 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:18 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:19 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:20 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:22 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:23 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:25 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:26 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:27 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:29 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:30 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:31 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:33 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:34 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:36 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:37 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:38 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:40 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:41 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:42 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:44 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:45 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:47 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:48 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:49 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:51 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:52 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:54 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:56 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:57 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:49:59 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:00 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:02 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:04 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:06 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:07 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:08 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:10 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:11 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:12 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:14 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:15 DEBUG   opendrift.readers.reader_global_landmask:83: Adding GSHHG shapes from cartopy, scale: h, extent: (22.59979209899903, 24.847843551635744, 34.52428512573242, 36.09067840576172)..
08:50:20 DEBUG   opendrift.models.basemodel:4608: MPLBACKEND = agg
08:50:20 DEBUG   opendrift.models.basemodel:4609: DISPLAY = None
08:50:20 DEBUG   opendrift.models.basemodel:4610: Time to save animation: 0:06:02.568961
08:50:20 INFO    opendrift.models.basemodel:3003: Time to make animation: 0:06:17.912234
../_images/example_oilspill_seafloor_biodegradation_0.gif
o.plot_oil_budget(show_watercontent_and_viscosity=False, show_wind_and_current=False)
GENERIC MEDIUM CRUDE (880.4 kg/m3) - 2024-05-18 08:39 to 2024-05-23 08:39

Custom oil budget plot

b = o.get_oil_budget()
import matplotlib.pyplot as plt
time, time_relative = o.get_time_array()
time = np.array([t.total_seconds() / 3600. for t in time_relative])
fig, ax = plt.subplots()
ax.plot(time, b['mass_submerged'], label='Submerged oil mass')
ax.plot(time, b['mass_surface'], label='Surface oil mass')
ax.plot(time, b['mass_biodegraded'], label='Biodegraded oil mass')
ax.set_title(f'{o.get_oil_name()},  {b["oil_density"].max():.2f} kg/m3')
plt.legend()
plt.xlabel('Time [hours]')
plt.ylabel('Mass oil [kg]')
plt.show()
GENERIC MEDIUM CRUDE,  880.40 kg/m3

Animation of vertical behaviour

o.animation_profile(markersize='mass_oil', markersize_scaling=80, color='z', alpha=.5)
08:50:23 DEBUG   opendrift.models.basemodel:3010: Saving animation..
08:50:23 INFO    opendrift.models.basemodel:4570: Saving animation to /root/project/docs/source/gallery/animations/example_oilspill_seafloor_biodegradation_1.gif...
08:50:38 DEBUG   opendrift.models.basemodel:4608: MPLBACKEND = agg
08:50:38 DEBUG   opendrift.models.basemodel:4609: DISPLAY = None
08:50:38 DEBUG   opendrift.models.basemodel:4610: Time to save animation: 0:00:14.729205
08:50:38 INFO    opendrift.models.basemodel:3217: Time to make animation: 0:00:15.391455
../_images/example_oilspill_seafloor_biodegradation_1.gif

Total running time of the script: (11 minutes 24.203 seconds)

Gallery generated by Sphinx-Gallery