Note
Go to the end to download the full example code.
Analysing huge output files
import os
from datetime import datetime, timedelta
import opendrift
from opendrift.models.oceandrift import OceanDrift
from opendrift.readers import reader_oscillating
First make a simulation with two seedings, marked by origin_marker
o = OceanDrift(loglevel=10)
o.set_config('drift:horizontal_diffusivity', 10)
t1 = datetime.now()
t2 = t1 + timedelta(hours=6)
number = 10000
outfile = 'simulation.nc' # Raw simulation output
reader_x = reader_oscillating.Reader('x_sea_water_velocity',
amplitude=1, zero_time=t1)
reader_y = reader_oscillating.Reader('y_sea_water_velocity',
amplitude=1, zero_time=t2)
o.add_reader([reader_x, reader_y])
o.seed_elements(time=t1, lon=4, lat=60, number=number,
origin_marker=0)
o.seed_elements(time=[t1, t2], lon=4.2, lat=60.4, number=number,
origin_marker=1)
o.run(duration=timedelta(hours=24),
time_step=900, time_step_output=1800, outfile=outfile)
10:42:09 DEBUG opendrift.config:168: Adding 18 config items from __init__
10:42:09 DEBUG opendrift.config:178: Overwriting config item readers:max_number_of_fails
10:42:09 DEBUG opendrift.config:168: Adding 5 config items from __init__
10:42:09 INFO opendrift:509: OpenDriftSimulation initialised (version 1.13.1 / v1.13.1-25-g5021161)
10:42:09 DEBUG opendrift.config:168: Adding 15 config items from oceandrift
10:42:09 DEBUG opendrift.config:178: Overwriting config item seed:z
10:42:09 DEBUG opendrift.readers.basereader:186: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
10:42:09 DEBUG opendrift.readers.basereader:186: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
10:42:09 DEBUG opendrift.models.basemodel.environment:312: Added reader oscillating_reader
10:42:09 DEBUG opendrift.models.basemodel.environment:312: Added reader oscillating_reader_0
10:42:09 INFO opendrift.models.basemodel.environment:206: Adding a global landmask from GSHHG
10:42:09 DEBUG opendrift.readers.basereader:186: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
10:42:14 DEBUG opendrift.models.basemodel.environment:312: Added reader global_landmask
10:42:14 INFO opendrift.models.basemodel.environment:229: Fallback values will be used for the following variables which have no readers:
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_height: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: x_wind: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: y_wind: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: upward_sea_water_velocity: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: ocean_vertical_diffusivity: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_significant_height: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_stokes_drift_x_velocity: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_stokes_drift_y_velocity: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_period_at_variance_spectral_density_maximum: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_swell_wave_to_direction: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_swell_wave_significant_height: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_wind_wave_to_direction: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_wind_wave_mean_period: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_surface_wind_wave_significant_height: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: surface_downward_x_stress: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: surface_downward_y_stress: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: turbulent_kinetic_energy: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: turbulent_generic_length_scale: 0.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: ocean_mixed_layer_thickness: 50.000000
10:42:14 INFO opendrift.models.basemodel.environment:232: sea_floor_depth_below_sea_level: 10000.000000
10:42:14 DEBUG opendrift:100: Changed mode from Mode.Config to Mode.Ready
10:42:14 DEBUG opendrift:100: Changed mode from Mode.Ready to Mode.Run
10:42:14 DEBUG opendrift:1767:
------------------------------------------------------
Software and hardware:
OpenDrift version 1.13.1
Platform: Linux, 6.8.0-1024-aws
4.0 GB memory
36 processors (x86_64)
NumPy version 1.26.4
SciPy version 1.15.2
Matplotlib version 3.9.1
NetCDF4 version 1.6.1
Xarray version 2025.3.1
ADIOS (adios_db) version 1.2.5
Copernicusmarine version 2.0.1
Python version 3.11.6 | packaged by conda-forge | (main, Oct 3 2023, 10:40:35) [GCC 12.3.0]
------------------------------------------------------
10:42:14 DEBUG opendrift:1899: Finalizing environment and preparing readers for simulation coverage ([0.867528152821913, 58.443243243243245, 7.332471656443223, 61.95675828263566]) and time (2025-04-22 10:42:09.960184 to 2025-04-23 10:42:09.960184)
10:42:14 DEBUG opendrift.models.basemodel.environment:168: Preparing oscillating_reader for extent [0.867528152821913, 58.443243243243245, 7.332471656443223, 61.95675828263566]
10:42:14 DEBUG opendrift.readers.basereader.variables:553: Nothing more to prepare for oscillating_reader
10:42:14 DEBUG opendrift.models.basemodel.environment:168: Preparing oscillating_reader_0 for extent [0.867528152821913, 58.443243243243245, 7.332471656443223, 61.95675828263566]
10:42:14 DEBUG opendrift.readers.basereader.variables:553: Nothing more to prepare for oscillating_reader_0
10:42:14 DEBUG opendrift.models.basemodel.environment:168: Preparing global_landmask for extent [0.867528152821913, 58.443243243243245, 7.332471656443223, 61.95675828263566]
10:42:14 DEBUG opendrift.readers.basereader.variables:553: Nothing more to prepare for global_landmask
10:42:14 DEBUG opendrift:1986: Initial self.result, size Frozen({'trajectory': 20000, 'time': 49})
10:42:14 DEBUG opendrift.export.io_netcdf:24: Initialising output netCDF file {self.outfile_name}
10:42:14 INFO opendrift:923: Using existing reader for land_binary_mask
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:14 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:14 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:14 INFO opendrift:934: All points are in ocean
10:42:14 DEBUG opendrift:878: to be seeded: 20000, already seeded 0
10:42:14 DEBUG opendrift:896: Released 10417 new elements.
10:42:14 DEBUG opendrift:2059: ======================================================================
10:42:14 INFO opendrift:2060: 2025-04-22 10:42:09.960184 - step 1 of 96 - 10417 active elements (0 deactivated)
10:42:14 DEBUG opendrift:2066: 9583 elements scheduled.
10:42:14 DEBUG opendrift:2068: ======================================================================
10:42:14 DEBUG opendrift:2079: 60.0 <- latitude -> 60.4
10:42:14 DEBUG opendrift:2084: 4.0 <- longitude -> 4.2
10:42:14 DEBUG opendrift:2087: z = 0.0
10:42:14 DEBUG opendrift:2090: ---------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10417 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10417 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10417 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10417 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10417 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10417 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:14 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:14 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:14 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.707107 (min) -0.707107 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:14 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:14 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:14 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift:647: No elements hit coastline.
10:42:14 DEBUG opendrift:1699: No elements to deactivate
10:42:14 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:14 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:14 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:14 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:14 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0004783844377588917 and 0.6708176047456992 m/s
10:42:14 DEBUG opendrift:2148: 10417 active elements (0 deactivated)
10:42:14 DEBUG opendrift:878: to be seeded: 9583, already seeded 10417
10:42:14 DEBUG opendrift:896: Released 417 new elements.
10:42:14 DEBUG opendrift:2059: ======================================================================
10:42:14 INFO opendrift:2060: 2025-04-22 10:57:09.960184 - step 2 of 96 - 10834 active elements (0 deactivated)
10:42:14 DEBUG opendrift:2066: 9166 elements scheduled.
10:42:14 DEBUG opendrift:2068: ======================================================================
10:42:14 DEBUG opendrift:2079: 59.9889332079791 <- latitude -> 60.400001525878906
10:42:14 DEBUG opendrift:2084: 3.991009050284454 <- longitude -> 4.207835745653981
10:42:14 DEBUG opendrift:2087: z = 0.0
10:42:14 DEBUG opendrift:2090: ---------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10834 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10834 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10834 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10834 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10834 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10834 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:14 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:14 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:14 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.0327191 (min) 0.0327191 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.683592 (min) -0.683592 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:14 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:14 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:14 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift:647: No elements hit coastline.
10:42:14 DEBUG opendrift:1699: No elements to deactivate
10:42:14 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:14 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:14 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:14 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:14 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0024255923287307634 and 0.6978153828635182 m/s
10:42:14 DEBUG opendrift:2148: 10834 active elements (0 deactivated)
10:42:14 DEBUG opendrift:878: to be seeded: 9166, already seeded 10834
10:42:14 DEBUG opendrift:896: Released 416 new elements.
10:42:14 DEBUG opendrift:2059: ======================================================================
10:42:14 INFO opendrift:2060: 2025-04-22 11:12:09.960184 - step 3 of 96 - 11250 active elements (0 deactivated)
10:42:14 DEBUG opendrift:2066: 8750 elements scheduled.
10:42:14 DEBUG opendrift:2068: ======================================================================
10:42:14 DEBUG opendrift:2079: 59.98182961294819 <- latitude -> 60.400001525878906
10:42:14 DEBUG opendrift:2084: 3.986598282230568 <- longitude -> 4.210790500351989
10:42:14 DEBUG opendrift:2087: z = 0.0
10:42:14 DEBUG opendrift:2090: ---------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 11250 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 11250 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 11250 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 11250 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 11250 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 11250 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:14 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:14 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:14 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.0654031 (min) 0.0654031 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.659346 (min) -0.659346 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:14 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:14 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:14 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift:647: No elements hit coastline.
10:42:14 DEBUG opendrift:1699: No elements to deactivate
10:42:14 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:14 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:14 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:14 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:14 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0005759790513010039 and 0.7233143349503885 m/s
10:42:14 DEBUG opendrift:2148: 11250 active elements (0 deactivated)
10:42:14 DEBUG opendrift:878: to be seeded: 8750, already seeded 11250
10:42:14 DEBUG opendrift:896: Released 417 new elements.
10:42:14 DEBUG opendrift:2059: ======================================================================
10:42:14 INFO opendrift:2060: 2025-04-22 11:27:09.960184 - step 4 of 96 - 11667 active elements (0 deactivated)
10:42:14 DEBUG opendrift:2066: 8333 elements scheduled.
10:42:14 DEBUG opendrift:2068: ======================================================================
10:42:14 DEBUG opendrift:2079: 59.975713166460615 <- latitude -> 60.400001525878906
10:42:14 DEBUG opendrift:2084: 3.986302604144529 <- longitude -> 4.218286740994068
10:42:14 DEBUG opendrift:2087: z = 0.0
10:42:14 DEBUG opendrift:2090: ---------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 11667 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 11667 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 11667 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 11667 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 11667 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 11667 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:14 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:14 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:14 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.0980171 (min) 0.0980171 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.634393 (min) -0.634393 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:14 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:14 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:14 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift:647: No elements hit coastline.
10:42:14 DEBUG opendrift:1699: No elements to deactivate
10:42:14 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:14 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:14 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:14 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:14 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0036481103053630963 and 0.6646006747283487 m/s
10:42:14 DEBUG opendrift:2148: 11667 active elements (0 deactivated)
10:42:14 DEBUG opendrift:878: to be seeded: 8333, already seeded 11667
10:42:14 DEBUG opendrift:896: Released 417 new elements.
10:42:14 DEBUG opendrift:2059: ======================================================================
10:42:14 INFO opendrift:2060: 2025-04-22 11:42:09.960184 - step 5 of 96 - 12084 active elements (0 deactivated)
10:42:14 DEBUG opendrift:2066: 7916 elements scheduled.
10:42:14 DEBUG opendrift:2068: ======================================================================
10:42:14 DEBUG opendrift:2079: 59.969656648486364 <- latitude -> 60.400001525878906
10:42:14 DEBUG opendrift:2084: 3.9865698374525893 <- longitude -> 4.2202278399117175
10:42:14 DEBUG opendrift:2087: z = 0.0
10:42:14 DEBUG opendrift:2090: ---------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 12084 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 12084 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 12084 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 12084 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 12084 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 12084 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:14 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:14 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:14 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.130526 (min) 0.130526 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.608761 (min) -0.608761 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:14 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:14 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:14 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift:647: No elements hit coastline.
10:42:14 DEBUG opendrift:1699: No elements to deactivate
10:42:14 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:14 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:14 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:14 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:14 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0020626844287717425 and 0.6570493443891587 m/s
10:42:14 DEBUG opendrift:2148: 12084 active elements (0 deactivated)
10:42:14 DEBUG opendrift:878: to be seeded: 7916, already seeded 12084
10:42:14 DEBUG opendrift:896: Released 416 new elements.
10:42:14 DEBUG opendrift:2059: ======================================================================
10:42:14 INFO opendrift:2060: 2025-04-22 11:57:09.960184 - step 6 of 96 - 12500 active elements (0 deactivated)
10:42:14 DEBUG opendrift:2066: 7500 elements scheduled.
10:42:14 DEBUG opendrift:2068: ======================================================================
10:42:14 DEBUG opendrift:2079: 59.961566125830345 <- latitude -> 60.400001525878906
10:42:14 DEBUG opendrift:2084: 3.9852073947532665 <- longitude -> 4.225880754288531
10:42:14 DEBUG opendrift:2087: z = 0.0
10:42:14 DEBUG opendrift:2090: ---------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 12500 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 12500 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 12500 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 12500 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 12500 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 12500 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:14 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:14 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:14 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.162895 (min) 0.162895 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.582478 (min) -0.582478 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:14 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:14 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:14 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift:647: No elements hit coastline.
10:42:14 DEBUG opendrift:1699: No elements to deactivate
10:42:14 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:14 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:14 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:14 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:14 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0001716675067009026 and 0.6528664837575173 m/s
10:42:14 DEBUG opendrift:2148: 12500 active elements (0 deactivated)
10:42:14 DEBUG opendrift:878: to be seeded: 7500, already seeded 12500
10:42:14 DEBUG opendrift:896: Released 417 new elements.
10:42:14 DEBUG opendrift:2059: ======================================================================
10:42:14 INFO opendrift:2060: 2025-04-22 12:12:09.960184 - step 7 of 96 - 12917 active elements (0 deactivated)
10:42:14 DEBUG opendrift:2066: 7083 elements scheduled.
10:42:14 DEBUG opendrift:2068: ======================================================================
10:42:14 DEBUG opendrift:2079: 59.956765962432726 <- latitude -> 60.400001525878906
10:42:14 DEBUG opendrift:2084: 3.987916760606946 <- longitude -> 4.224310323037573
10:42:14 DEBUG opendrift:2087: z = 0.0
10:42:14 DEBUG opendrift:2090: ---------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 12917 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 12917 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 12917 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 12917 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 12917 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 12917 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:14 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:14 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:14 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.19509 (min) 0.19509 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.55557 (min) -0.55557 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:14 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:14 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:14 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift:647: No elements hit coastline.
10:42:14 DEBUG opendrift:1699: No elements to deactivate
10:42:14 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:14 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:14 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:14 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:14 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0006925187291057659 and 0.6399626248197438 m/s
10:42:14 DEBUG opendrift:2148: 12917 active elements (0 deactivated)
10:42:14 DEBUG opendrift:878: to be seeded: 7083, already seeded 12917
10:42:14 DEBUG opendrift:896: Released 417 new elements.
10:42:14 DEBUG opendrift:2059: ======================================================================
10:42:14 INFO opendrift:2060: 2025-04-22 12:27:09.960184 - step 8 of 96 - 13334 active elements (0 deactivated)
10:42:14 DEBUG opendrift:2066: 6666 elements scheduled.
10:42:14 DEBUG opendrift:2068: ======================================================================
10:42:14 DEBUG opendrift:2079: 59.9527115349744 <- latitude -> 60.400001525878906
10:42:14 DEBUG opendrift:2084: 3.99016382367444 <- longitude -> 4.23131859555145
10:42:14 DEBUG opendrift:2087: z = 0.0
10:42:14 DEBUG opendrift:2090: ---------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 13334 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 13334 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 13334 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 13334 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 13334 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 13334 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:14 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:14 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:14 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.227076 (min) 0.227076 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.528068 (min) -0.528068 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:14 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:14 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:14 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:14 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:14 DEBUG opendrift:647: No elements hit coastline.
10:42:14 DEBUG opendrift:1699: No elements to deactivate
10:42:14 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:14 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:14 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:14 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:14 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0019837497791843515 and 0.7116543008246453 m/s
10:42:14 DEBUG opendrift:2148: 13334 active elements (0 deactivated)
10:42:14 DEBUG opendrift:878: to be seeded: 6666, already seeded 13334
10:42:14 DEBUG opendrift:896: Released 416 new elements.
10:42:14 DEBUG opendrift:2059: ======================================================================
10:42:14 INFO opendrift:2060: 2025-04-22 12:42:09.960184 - step 9 of 96 - 13750 active elements (0 deactivated)
10:42:14 DEBUG opendrift:2066: 6250 elements scheduled.
10:42:14 DEBUG opendrift:2068: ======================================================================
10:42:14 DEBUG opendrift:2079: 59.94750759737051 <- latitude -> 60.400001525878906
10:42:14 DEBUG opendrift:2084: 3.990923044202248 <- longitude -> 4.236394815105284
10:42:14 DEBUG opendrift:2087: z = 0.0
10:42:14 DEBUG opendrift:2090: ---------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 13750 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 13750 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 13750 elements
10:42:14 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 13750 elements
10:42:14 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:14 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:14 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:14 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:14 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:14 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:14 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:14 DEBUG opendrift.models.basemodel.environment:614: Data needed for 13750 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 13750 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:15 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:15 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:15 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.258819 (min) 0.258819 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.5 (min) -0.5 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:15 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:15 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:15 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift:647: No elements hit coastline.
10:42:15 DEBUG opendrift:1699: No elements to deactivate
10:42:15 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:15 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:15 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:15 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:15 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0013470725761360893 and 0.618411477222436 m/s
10:42:15 DEBUG opendrift:2148: 13750 active elements (0 deactivated)
10:42:15 DEBUG opendrift:878: to be seeded: 6250, already seeded 13750
10:42:15 DEBUG opendrift:896: Released 417 new elements.
10:42:15 DEBUG opendrift:2059: ======================================================================
10:42:15 INFO opendrift:2060: 2025-04-22 12:57:09.960184 - step 10 of 96 - 14167 active elements (0 deactivated)
10:42:15 DEBUG opendrift:2066: 5833 elements scheduled.
10:42:15 DEBUG opendrift:2068: ======================================================================
10:42:15 DEBUG opendrift:2079: 59.94196782943895 <- latitude -> 60.400001525878906
10:42:15 DEBUG opendrift:2084: 3.99349629841582 <- longitude -> 4.2396149672997705
10:42:15 DEBUG opendrift:2087: z = 0.0
10:42:15 DEBUG opendrift:2090: ---------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 14167 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 14167 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 14167 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 14167 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 14167 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 14167 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:15 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:15 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:15 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.290285 (min) 0.290285 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.471397 (min) -0.471397 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:15 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:15 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:15 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift:647: No elements hit coastline.
10:42:15 DEBUG opendrift:1699: No elements to deactivate
10:42:15 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:15 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:15 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:15 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:15 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0012777836943165392 and 0.6133511246127163 m/s
10:42:15 DEBUG opendrift:2148: 14167 active elements (0 deactivated)
10:42:15 DEBUG opendrift:878: to be seeded: 5833, already seeded 14167
10:42:15 DEBUG opendrift:896: Released 416 new elements.
10:42:15 DEBUG opendrift:2059: ======================================================================
10:42:15 INFO opendrift:2060: 2025-04-22 13:12:09.960184 - step 11 of 96 - 14583 active elements (0 deactivated)
10:42:15 DEBUG opendrift:2066: 5417 elements scheduled.
10:42:15 DEBUG opendrift:2068: ======================================================================
10:42:15 DEBUG opendrift:2079: 59.93764986150845 <- latitude -> 60.400001525878906
10:42:15 DEBUG opendrift:2084: 3.995127239429396 <- longitude -> 4.247002134180502
10:42:15 DEBUG opendrift:2087: z = 0.0
10:42:15 DEBUG opendrift:2090: ---------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 14583 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 14583 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 14583 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 14583 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 14583 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 14583 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:15 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:15 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:15 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.321439 (min) 0.321439 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.442289 (min) -0.442289 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:15 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:15 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:15 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift:647: No elements hit coastline.
10:42:15 DEBUG opendrift:1699: No elements to deactivate
10:42:15 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:15 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:15 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:15 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:15 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0012446753818979822 and 0.654562649378931 m/s
10:42:15 DEBUG opendrift:2148: 14583 active elements (0 deactivated)
10:42:15 DEBUG opendrift:878: to be seeded: 5417, already seeded 14583
10:42:15 DEBUG opendrift:896: Released 417 new elements.
10:42:15 DEBUG opendrift:2059: ======================================================================
10:42:15 INFO opendrift:2060: 2025-04-22 13:27:09.960184 - step 12 of 96 - 15000 active elements (0 deactivated)
10:42:15 DEBUG opendrift:2066: 5000 elements scheduled.
10:42:15 DEBUG opendrift:2068: ======================================================================
10:42:15 DEBUG opendrift:2079: 59.93370527277088 <- latitude -> 60.40013310701376
10:42:15 DEBUG opendrift:2084: 3.998872849854093 <- longitude -> 4.2526920905348415
10:42:15 DEBUG opendrift:2087: z = 0.0
10:42:15 DEBUG opendrift:2090: ---------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 15000 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 15000 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 15000 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 15000 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 15000 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 15000 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:15 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:15 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:15 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.35225 (min) 0.35225 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.412707 (min) -0.412707 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:15 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:15 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:15 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift:647: No elements hit coastline.
10:42:15 DEBUG opendrift:1699: No elements to deactivate
10:42:15 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:15 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:15 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:15 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:15 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0018328320656149759 and 0.6063211906196811 m/s
10:42:15 DEBUG opendrift:2148: 15000 active elements (0 deactivated)
10:42:15 DEBUG opendrift:878: to be seeded: 5000, already seeded 15000
10:42:15 DEBUG opendrift:896: Released 417 new elements.
10:42:15 DEBUG opendrift:2059: ======================================================================
10:42:15 INFO opendrift:2060: 2025-04-22 13:42:09.960184 - step 13 of 96 - 15417 active elements (0 deactivated)
10:42:15 DEBUG opendrift:2066: 4583 elements scheduled.
10:42:15 DEBUG opendrift:2068: ======================================================================
10:42:15 DEBUG opendrift:2079: 59.928484920745234 <- latitude -> 60.400001525878906
10:42:15 DEBUG opendrift:2084: 4.003181979596537 <- longitude -> 4.257999809139294
10:42:15 DEBUG opendrift:2087: z = 0.0
10:42:15 DEBUG opendrift:2090: ---------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 15417 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 15417 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 15417 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 15417 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 15417 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 15417 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:15 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:15 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:15 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.382683 (min) 0.382683 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.382683 (min) -0.382683 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:15 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:15 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:15 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift:647: No elements hit coastline.
10:42:15 DEBUG opendrift:1699: No elements to deactivate
10:42:15 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:15 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:15 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:15 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:15 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.001956701948502457 and 0.6666777125583642 m/s
10:42:15 DEBUG opendrift:2148: 15417 active elements (0 deactivated)
10:42:15 DEBUG opendrift:878: to be seeded: 4583, already seeded 15417
10:42:15 DEBUG opendrift:896: Released 416 new elements.
10:42:15 DEBUG opendrift:2059: ======================================================================
10:42:15 INFO opendrift:2060: 2025-04-22 13:57:09.960184 - step 14 of 96 - 15833 active elements (0 deactivated)
10:42:15 DEBUG opendrift:2066: 4167 elements scheduled.
10:42:15 DEBUG opendrift:2068: ======================================================================
10:42:15 DEBUG opendrift:2079: 59.9248812533476 <- latitude -> 60.400293627631
10:42:15 DEBUG opendrift:2084: 4.009073234799298 <- longitude -> 4.264089254374057
10:42:15 DEBUG opendrift:2087: z = 0.0
10:42:15 DEBUG opendrift:2090: ---------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 15833 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 15833 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 15833 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 15833 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 15833 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 15833 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:15 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:15 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:15 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.412707 (min) 0.412707 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.35225 (min) -0.35225 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:15 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:15 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:15 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift:647: No elements hit coastline.
10:42:15 DEBUG opendrift:1699: No elements to deactivate
10:42:15 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:15 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:15 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:15 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:15 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.001967897448752019 and 0.6556102905940424 m/s
10:42:15 DEBUG opendrift:2148: 15833 active elements (0 deactivated)
10:42:15 DEBUG opendrift:878: to be seeded: 4167, already seeded 15833
10:42:15 DEBUG opendrift:896: Released 417 new elements.
10:42:15 DEBUG opendrift:2059: ======================================================================
10:42:15 INFO opendrift:2060: 2025-04-22 14:12:09.960184 - step 15 of 96 - 16250 active elements (0 deactivated)
10:42:15 DEBUG opendrift:2066: 3750 elements scheduled.
10:42:15 DEBUG opendrift:2068: ======================================================================
10:42:15 DEBUG opendrift:2079: 59.92030957923807 <- latitude -> 60.40106597932257
10:42:15 DEBUG opendrift:2084: 4.013477799122549 <- longitude -> 4.271119658302646
10:42:15 DEBUG opendrift:2087: z = 0.0
10:42:15 DEBUG opendrift:2090: ---------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 16250 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 16250 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 16250 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 16250 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 16250 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 16250 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:15 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:15 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:15 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.442289 (min) 0.442289 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.321439 (min) -0.321439 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:15 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:15 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:15 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift:647: No elements hit coastline.
10:42:15 DEBUG opendrift:1699: No elements to deactivate
10:42:15 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:15 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:15 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:15 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:15 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0008582891768491151 and 0.6538565831550766 m/s
10:42:15 DEBUG opendrift:2148: 16250 active elements (0 deactivated)
10:42:15 DEBUG opendrift:878: to be seeded: 3750, already seeded 16250
10:42:15 DEBUG opendrift:896: Released 417 new elements.
10:42:15 DEBUG opendrift:2059: ======================================================================
10:42:15 INFO opendrift:2060: 2025-04-22 14:27:09.960184 - step 16 of 96 - 16667 active elements (0 deactivated)
10:42:15 DEBUG opendrift:2066: 3333 elements scheduled.
10:42:15 DEBUG opendrift:2068: ======================================================================
10:42:15 DEBUG opendrift:2079: 59.91554880496981 <- latitude -> 60.401284599310515
10:42:15 DEBUG opendrift:2084: 4.017297692353879 <- longitude -> 4.281395559825566
10:42:15 DEBUG opendrift:2087: z = 0.0
10:42:15 DEBUG opendrift:2090: ---------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 16667 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 16667 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 16667 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 16667 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 16667 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 16667 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:15 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:15 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:15 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.471397 (min) 0.471397 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.290285 (min) -0.290285 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:15 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:15 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:15 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift:647: No elements hit coastline.
10:42:15 DEBUG opendrift:1699: No elements to deactivate
10:42:15 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:15 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:15 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:15 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:15 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0010749043173384658 and 0.6017224887114345 m/s
10:42:15 DEBUG opendrift:2148: 16667 active elements (0 deactivated)
10:42:15 DEBUG opendrift:878: to be seeded: 3333, already seeded 16667
10:42:15 DEBUG opendrift:896: Released 416 new elements.
10:42:15 DEBUG opendrift:2059: ======================================================================
10:42:15 INFO opendrift:2060: 2025-04-22 14:42:09.960184 - step 17 of 96 - 17083 active elements (0 deactivated)
10:42:15 DEBUG opendrift:2066: 2917 elements scheduled.
10:42:15 DEBUG opendrift:2068: ======================================================================
10:42:15 DEBUG opendrift:2079: 59.912799497586136 <- latitude -> 60.400880738105094
10:42:15 DEBUG opendrift:2084: 4.024482770479213 <- longitude -> 4.29116308219173
10:42:15 DEBUG opendrift:2087: z = 0.0
10:42:15 DEBUG opendrift:2090: ---------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 17083 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 17083 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 17083 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 17083 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 17083 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 17083 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:15 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:15 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:15 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.5 (min) 0.5 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.258819 (min) -0.258819 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:15 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:15 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:15 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift:647: No elements hit coastline.
10:42:15 DEBUG opendrift:1699: No elements to deactivate
10:42:15 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:15 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:15 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:15 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:15 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0009981821062900402 and 0.6661203474158527 m/s
10:42:15 DEBUG opendrift:2148: 17083 active elements (0 deactivated)
10:42:15 DEBUG opendrift:878: to be seeded: 2917, already seeded 17083
10:42:15 DEBUG opendrift:896: Released 417 new elements.
10:42:15 DEBUG opendrift:2059: ======================================================================
10:42:15 INFO opendrift:2060: 2025-04-22 14:57:09.960184 - step 18 of 96 - 17500 active elements (0 deactivated)
10:42:15 DEBUG opendrift:2066: 2500 elements scheduled.
10:42:15 DEBUG opendrift:2068: ======================================================================
10:42:15 DEBUG opendrift:2079: 59.910377358643714 <- latitude -> 60.40102088787448
10:42:15 DEBUG opendrift:2084: 4.034468408347636 <- longitude -> 4.302448469542376
10:42:15 DEBUG opendrift:2087: z = 0.0
10:42:15 DEBUG opendrift:2090: ---------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 17500 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 17500 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 17500 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 17500 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:15 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:15 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:614: Data needed for 17500 elements
10:42:15 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 17500 elements
10:42:15 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:15 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:15 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:15 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:15 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:15 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:15 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:15 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:15 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.528068 (min) 0.528068 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.227076 (min) -0.227076 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:15 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:15 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:15 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:15 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:15 DEBUG opendrift:647: No elements hit coastline.
10:42:15 DEBUG opendrift:1699: No elements to deactivate
10:42:15 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:16 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:16 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:16 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:16 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.00021801065656003164 and 0.7485461444861935 m/s
10:42:16 DEBUG opendrift:2148: 17500 active elements (0 deactivated)
10:42:16 DEBUG opendrift:878: to be seeded: 2500, already seeded 17500
10:42:16 DEBUG opendrift:896: Released 416 new elements.
10:42:16 DEBUG opendrift:2059: ======================================================================
10:42:16 INFO opendrift:2060: 2025-04-22 15:12:09.960184 - step 19 of 96 - 17916 active elements (0 deactivated)
10:42:16 DEBUG opendrift:2066: 2084 elements scheduled.
10:42:16 DEBUG opendrift:2068: ======================================================================
10:42:16 DEBUG opendrift:2079: 59.90663710157564 <- latitude -> 60.40169336098914
10:42:16 DEBUG opendrift:2084: 4.042440761321572 <- longitude -> 4.312854090972574
10:42:16 DEBUG opendrift:2087: z = 0.0
10:42:16 DEBUG opendrift:2090: ---------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 17916 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 17916 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 17916 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 17916 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 17916 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 17916 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:16 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:16 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:16 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.55557 (min) 0.55557 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.19509 (min) -0.19509 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:16 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:16 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:16 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift:647: No elements hit coastline.
10:42:16 DEBUG opendrift:1699: No elements to deactivate
10:42:16 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:16 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:16 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:16 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:16 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.001997235124461775 and 0.6652693857647132 m/s
10:42:16 DEBUG opendrift:2148: 17916 active elements (0 deactivated)
10:42:16 DEBUG opendrift:878: to be seeded: 2084, already seeded 17916
10:42:16 DEBUG opendrift:896: Released 417 new elements.
10:42:16 DEBUG opendrift:2059: ======================================================================
10:42:16 INFO opendrift:2060: 2025-04-22 15:27:09.960184 - step 20 of 96 - 18333 active elements (0 deactivated)
10:42:16 DEBUG opendrift:2066: 1667 elements scheduled.
10:42:16 DEBUG opendrift:2068: ======================================================================
10:42:16 DEBUG opendrift:2079: 59.90356381339163 <- latitude -> 60.402536662763566
10:42:16 DEBUG opendrift:2084: 4.049328136486827 <- longitude -> 4.323011580022759
10:42:16 DEBUG opendrift:2087: z = 0.0
10:42:16 DEBUG opendrift:2090: ---------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 18333 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 18333 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 18333 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 18333 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 18333 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 18333 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:16 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:16 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:16 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.582478 (min) 0.582478 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.162895 (min) -0.162895 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:16 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:16 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:16 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift:647: No elements hit coastline.
10:42:16 DEBUG opendrift:1699: No elements to deactivate
10:42:16 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:16 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:16 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:16 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:16 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0016039308398587808 and 0.683000830967989 m/s
10:42:16 DEBUG opendrift:2148: 18333 active elements (0 deactivated)
10:42:16 DEBUG opendrift:878: to be seeded: 1667, already seeded 18333
10:42:16 DEBUG opendrift:896: Released 417 new elements.
10:42:16 DEBUG opendrift:2059: ======================================================================
10:42:16 INFO opendrift:2060: 2025-04-22 15:42:09.960184 - step 21 of 96 - 18750 active elements (0 deactivated)
10:42:16 DEBUG opendrift:2066: 1250 elements scheduled.
10:42:16 DEBUG opendrift:2068: ======================================================================
10:42:16 DEBUG opendrift:2079: 59.90408856642368 <- latitude -> 60.40251523663189
10:42:16 DEBUG opendrift:2084: 4.058483138550162 <- longitude -> 4.33366558366247
10:42:16 DEBUG opendrift:2087: z = 0.0
10:42:16 DEBUG opendrift:2090: ---------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 18750 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 18750 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 18750 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 18750 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 18750 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 18750 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:16 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:16 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:16 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.608761 (min) 0.608761 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.130526 (min) -0.130526 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:16 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:16 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:16 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift:647: No elements hit coastline.
10:42:16 DEBUG opendrift:1699: No elements to deactivate
10:42:16 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:16 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:16 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:16 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:16 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0036990750871861693 and 0.7446689692863168 m/s
10:42:16 DEBUG opendrift:2148: 18750 active elements (0 deactivated)
10:42:16 DEBUG opendrift:878: to be seeded: 1250, already seeded 18750
10:42:16 DEBUG opendrift:896: Released 416 new elements.
10:42:16 DEBUG opendrift:2059: ======================================================================
10:42:16 INFO opendrift:2060: 2025-04-22 15:57:09.960184 - step 22 of 96 - 19166 active elements (0 deactivated)
10:42:16 DEBUG opendrift:2066: 834 elements scheduled.
10:42:16 DEBUG opendrift:2068: ======================================================================
10:42:16 DEBUG opendrift:2079: 59.90385218058455 <- latitude -> 60.40342310011279
10:42:16 DEBUG opendrift:2084: 4.067826273407709 <- longitude -> 4.341711046255123
10:42:16 DEBUG opendrift:2087: z = 0.0
10:42:16 DEBUG opendrift:2090: ---------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19166 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 19166 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19166 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 19166 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19166 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 19166 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:16 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:16 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:16 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.634393 (min) 0.634393 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.0980171 (min) -0.0980171 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:16 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:16 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:16 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift:647: No elements hit coastline.
10:42:16 DEBUG opendrift:1699: No elements to deactivate
10:42:16 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:16 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:16 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:16 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:16 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.00019165716172213915 and 0.6396977686373392 m/s
10:42:16 DEBUG opendrift:2148: 19166 active elements (0 deactivated)
10:42:16 DEBUG opendrift:878: to be seeded: 834, already seeded 19166
10:42:16 DEBUG opendrift:896: Released 417 new elements.
10:42:16 DEBUG opendrift:2059: ======================================================================
10:42:16 INFO opendrift:2060: 2025-04-22 16:12:09.960184 - step 23 of 96 - 19583 active elements (0 deactivated)
10:42:16 DEBUG opendrift:2066: 417 elements scheduled.
10:42:16 DEBUG opendrift:2068: ======================================================================
10:42:16 DEBUG opendrift:2079: 59.902983176818964 <- latitude -> 60.40370110750315
10:42:16 DEBUG opendrift:2084: 4.077305746052908 <- longitude -> 4.355811783819284
10:42:16 DEBUG opendrift:2087: z = 0.0
10:42:16 DEBUG opendrift:2090: ---------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19583 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 19583 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19583 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 19583 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19583 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 19583 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:16 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:16 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:16 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.659346 (min) 0.659346 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.0654031 (min) -0.0654031 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:16 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:16 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:16 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift:647: No elements hit coastline.
10:42:16 DEBUG opendrift:1699: No elements to deactivate
10:42:16 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:16 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:16 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:16 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:16 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0005936550504541482 and 0.743740193946451 m/s
10:42:16 DEBUG opendrift:2148: 19583 active elements (0 deactivated)
10:42:16 DEBUG opendrift:878: to be seeded: 417, already seeded 19583
10:42:16 DEBUG opendrift:896: Released 417 new elements.
10:42:16 DEBUG opendrift:2059: ======================================================================
10:42:16 INFO opendrift:2060: 2025-04-22 16:27:09.960184 - step 24 of 96 - 20000 active elements (0 deactivated)
10:42:16 DEBUG opendrift:2066: 0 elements scheduled.
10:42:16 DEBUG opendrift:2068: ======================================================================
10:42:16 DEBUG opendrift:2079: 59.9015616667983 <- latitude -> 60.403782204352815
10:42:16 DEBUG opendrift:2084: 4.086470527137049 <- longitude -> 4.36584053695812
10:42:16 DEBUG opendrift:2087: z = 0.0
10:42:16 DEBUG opendrift:2090: ---------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:16 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:16 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:16 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.683592 (min) 0.683592 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: -0.0327191 (min) -0.0327191 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:16 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:16 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:16 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift:647: No elements hit coastline.
10:42:16 DEBUG opendrift:1699: No elements to deactivate
10:42:16 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:16 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:16 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:16 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:16 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0008935162994609504 and 0.6667605295541306 m/s
10:42:16 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:16 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:16 DEBUG opendrift:2059: ======================================================================
10:42:16 INFO opendrift:2060: 2025-04-22 16:42:09.960184 - step 25 of 96 - 20000 active elements (0 deactivated)
10:42:16 DEBUG opendrift:2066: 0 elements scheduled.
10:42:16 DEBUG opendrift:2068: ======================================================================
10:42:16 DEBUG opendrift:2079: 59.90311309538322 <- latitude -> 60.40480666937984
10:42:16 DEBUG opendrift:2084: 4.096864218374381 <- longitude -> 4.3762472533940215
10:42:16 DEBUG opendrift:2087: z = 0.0
10:42:16 DEBUG opendrift:2090: ---------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:16 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:16 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:16 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.707107 (min) 0.707107 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:16 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:16 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:16 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift:647: No elements hit coastline.
10:42:16 DEBUG opendrift:1699: No elements to deactivate
10:42:16 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:16 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:16 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:16 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:16 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0011338357964871093 and 0.644038055310478 m/s
10:42:16 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:16 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:16 DEBUG opendrift:2059: ======================================================================
10:42:16 INFO opendrift:2060: 2025-04-22 16:57:09.960184 - step 26 of 96 - 20000 active elements (0 deactivated)
10:42:16 DEBUG opendrift:2066: 0 elements scheduled.
10:42:16 DEBUG opendrift:2068: ======================================================================
10:42:16 DEBUG opendrift:2079: 59.90287354514482 <- latitude -> 60.405815070341816
10:42:16 DEBUG opendrift:2084: 4.10702244158587 <- longitude -> 4.390070440082175
10:42:16 DEBUG opendrift:2087: z = 0.0
10:42:16 DEBUG opendrift:2090: ---------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:16 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:16 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:16 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.729864 (min) 0.729864 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.0327191 (min) 0.0327191 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:16 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:16 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:16 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:16 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:16 DEBUG opendrift:647: No elements hit coastline.
10:42:16 DEBUG opendrift:1699: No elements to deactivate
10:42:16 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:16 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:16 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:16 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:16 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0010555899984309677 and 0.6536829843858957 m/s
10:42:16 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:16 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:16 DEBUG opendrift:2059: ======================================================================
10:42:16 INFO opendrift:2060: 2025-04-22 17:12:09.960184 - step 27 of 96 - 20000 active elements (0 deactivated)
10:42:16 DEBUG opendrift:2066: 0 elements scheduled.
10:42:16 DEBUG opendrift:2068: ======================================================================
10:42:16 DEBUG opendrift:2079: 59.90166104111249 <- latitude -> 60.40667784113546
10:42:16 DEBUG opendrift:2084: 4.113795917984358 <- longitude -> 4.403285643870194
10:42:16 DEBUG opendrift:2087: z = 0.0
10:42:16 DEBUG opendrift:2090: ---------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:16 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:16 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:16 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:16 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:16 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:16 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:16 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:16 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:16 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:16 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:17 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.75184 (min) 0.75184 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.0654031 (min) 0.0654031 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:17 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:17 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:17 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift:647: No elements hit coastline.
10:42:17 DEBUG opendrift:1699: No elements to deactivate
10:42:17 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:17 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:17 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:17 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:17 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0018863816073306804 and 0.6718534574900351 m/s
10:42:17 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:17 DEBUG opendrift:2059: ======================================================================
10:42:17 INFO opendrift:2060: 2025-04-22 17:27:09.960184 - step 28 of 96 - 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:2066: 0 elements scheduled.
10:42:17 DEBUG opendrift:2068: ======================================================================
10:42:17 DEBUG opendrift:2079: 59.901885641100165 <- latitude -> 60.407998162742686
10:42:17 DEBUG opendrift:2084: 4.127892701183823 <- longitude -> 4.417909186553062
10:42:17 DEBUG opendrift:2087: z = 0.0
10:42:17 DEBUG opendrift:2090: ---------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:17 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:17 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:17 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.77301 (min) 0.77301 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.0980171 (min) 0.0980171 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:17 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:17 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:17 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift:647: No elements hit coastline.
10:42:17 DEBUG opendrift:1699: No elements to deactivate
10:42:17 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:17 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:17 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:17 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:17 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.002116237652365572 and 0.6882531345546973 m/s
10:42:17 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:17 DEBUG opendrift:2059: ======================================================================
10:42:17 INFO opendrift:2060: 2025-04-22 17:42:09.960184 - step 29 of 96 - 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:2066: 0 elements scheduled.
10:42:17 DEBUG opendrift:2068: ======================================================================
10:42:17 DEBUG opendrift:2079: 59.903305788578265 <- latitude -> 60.41012859637172
10:42:17 DEBUG opendrift:2084: 4.138434642522641 <- longitude -> 4.434038905673673
10:42:17 DEBUG opendrift:2087: z = 0.0
10:42:17 DEBUG opendrift:2090: ---------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:17 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:17 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:17 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.793353 (min) 0.793353 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.130526 (min) 0.130526 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:17 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:17 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:17 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift:647: No elements hit coastline.
10:42:17 DEBUG opendrift:1699: No elements to deactivate
10:42:17 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:17 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:17 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:17 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:17 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0007103531159978684 and 0.674080334030248 m/s
10:42:17 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:17 DEBUG opendrift:2059: ======================================================================
10:42:17 INFO opendrift:2060: 2025-04-22 17:57:09.960184 - step 30 of 96 - 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:2066: 0 elements scheduled.
10:42:17 DEBUG opendrift:2068: ======================================================================
10:42:17 DEBUG opendrift:2079: 59.90249976499469 <- latitude -> 60.41111039288447
10:42:17 DEBUG opendrift:2084: 4.153552924006346 <- longitude -> 4.445909525397758
10:42:17 DEBUG opendrift:2087: z = 0.0
10:42:17 DEBUG opendrift:2090: ---------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:17 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:17 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:17 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.812847 (min) 0.812847 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.162895 (min) 0.162895 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:17 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:17 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:17 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift:647: No elements hit coastline.
10:42:17 DEBUG opendrift:1699: No elements to deactivate
10:42:17 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:17 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:17 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:17 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:17 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0012757928908164675 and 0.662120589730336 m/s
10:42:17 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:17 DEBUG opendrift:2059: ======================================================================
10:42:17 INFO opendrift:2060: 2025-04-22 18:12:09.960184 - step 31 of 96 - 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:2066: 0 elements scheduled.
10:42:17 DEBUG opendrift:2068: ======================================================================
10:42:17 DEBUG opendrift:2079: 59.90508783365381 <- latitude -> 60.41337456472657
10:42:17 DEBUG opendrift:2084: 4.166354642651024 <- longitude -> 4.464466678829828
10:42:17 DEBUG opendrift:2087: z = 0.0
10:42:17 DEBUG opendrift:2090: ---------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:17 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:17 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:17 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.83147 (min) 0.83147 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.19509 (min) 0.19509 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:17 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:17 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:17 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift:647: No elements hit coastline.
10:42:17 DEBUG opendrift:1699: No elements to deactivate
10:42:17 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:17 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:17 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:17 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:17 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.001143053337813005 and 0.7186634827578383 m/s
10:42:17 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:17 DEBUG opendrift:2059: ======================================================================
10:42:17 INFO opendrift:2060: 2025-04-22 18:27:09.960184 - step 32 of 96 - 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:2066: 0 elements scheduled.
10:42:17 DEBUG opendrift:2068: ======================================================================
10:42:17 DEBUG opendrift:2079: 59.906127244350344 <- latitude -> 60.41619802062936
10:42:17 DEBUG opendrift:2084: 4.1786963384494875 <- longitude -> 4.478927571971558
10:42:17 DEBUG opendrift:2087: z = 0.0
10:42:17 DEBUG opendrift:2090: ---------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:17 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:17 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:17 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.849202 (min) 0.849202 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.227076 (min) 0.227076 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:17 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:17 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:17 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift:647: No elements hit coastline.
10:42:17 DEBUG opendrift:1699: No elements to deactivate
10:42:17 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:17 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:17 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:17 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:17 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0004403873312388031 and 0.6158548807702673 m/s
10:42:17 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:17 DEBUG opendrift:2059: ======================================================================
10:42:17 INFO opendrift:2060: 2025-04-22 18:42:09.960184 - step 33 of 96 - 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:2066: 0 elements scheduled.
10:42:17 DEBUG opendrift:2068: ======================================================================
10:42:17 DEBUG opendrift:2079: 59.908130174434525 <- latitude -> 60.41934410942158
10:42:17 DEBUG opendrift:2084: 4.188912912819955 <- longitude -> 4.493630199517776
10:42:17 DEBUG opendrift:2087: z = 0.0
10:42:17 DEBUG opendrift:2090: ---------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:17 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:17 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:17 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.866025 (min) 0.866025 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.258819 (min) 0.258819 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:17 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:17 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:17 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift:647: No elements hit coastline.
10:42:17 DEBUG opendrift:1699: No elements to deactivate
10:42:17 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:17 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:17 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:17 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:17 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.001120124502003005 and 0.658877962761667 m/s
10:42:17 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:17 DEBUG opendrift:2059: ======================================================================
10:42:17 INFO opendrift:2060: 2025-04-22 18:57:09.960184 - step 34 of 96 - 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:2066: 0 elements scheduled.
10:42:17 DEBUG opendrift:2068: ======================================================================
10:42:17 DEBUG opendrift:2079: 59.90877657980711 <- latitude -> 60.4221569217412
10:42:17 DEBUG opendrift:2084: 4.203106484616177 <- longitude -> 4.50869181798519
10:42:17 DEBUG opendrift:2087: z = 0.0
10:42:17 DEBUG opendrift:2090: ---------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:17 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:17 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:17 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.881921 (min) 0.881921 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.290285 (min) 0.290285 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:17 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:17 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:17 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:17 DEBUG opendrift:647: No elements hit coastline.
10:42:17 DEBUG opendrift:1699: No elements to deactivate
10:42:17 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:17 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:17 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:17 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:17 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0017248076190992403 and 0.7661966211520362 m/s
10:42:17 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:17 DEBUG opendrift:2059: ======================================================================
10:42:17 INFO opendrift:2060: 2025-04-22 19:12:09.960184 - step 35 of 96 - 20000 active elements (0 deactivated)
10:42:17 DEBUG opendrift:2066: 0 elements scheduled.
10:42:17 DEBUG opendrift:2068: ======================================================================
10:42:17 DEBUG opendrift:2079: 59.90959155425649 <- latitude -> 60.42506820731999
10:42:17 DEBUG opendrift:2084: 4.218132364989325 <- longitude -> 4.523874825698267
10:42:17 DEBUG opendrift:2087: z = 0.0
10:42:17 DEBUG opendrift:2090: ---------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:17 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:17 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:17 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:17 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:17 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:17 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:17 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:17 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:17 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:17 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:17 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.896873 (min) 0.896873 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.321439 (min) 0.321439 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:17 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:18 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:18 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:18 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift:647: No elements hit coastline.
10:42:18 DEBUG opendrift:1699: No elements to deactivate
10:42:18 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:18 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:18 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:18 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:18 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0014906549108621282 and 0.6326984745705948 m/s
10:42:18 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:18 DEBUG opendrift:2059: ======================================================================
10:42:18 INFO opendrift:2060: 2025-04-22 19:27:09.960184 - step 36 of 96 - 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:2066: 0 elements scheduled.
10:42:18 DEBUG opendrift:2068: ======================================================================
10:42:18 DEBUG opendrift:2079: 59.911372669667436 <- latitude -> 60.42726798974072
10:42:18 DEBUG opendrift:2084: 4.228953840563974 <- longitude -> 4.5410751959152025
10:42:18 DEBUG opendrift:2087: z = 0.0
10:42:18 DEBUG opendrift:2090: ---------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:18 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:18 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:18 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.910864 (min) 0.910864 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.35225 (min) 0.35225 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:18 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:18 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:18 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift:647: No elements hit coastline.
10:42:18 DEBUG opendrift:1699: No elements to deactivate
10:42:18 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:18 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:18 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:18 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:18 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0012346637955292202 and 0.6454728418243137 m/s
10:42:18 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:18 DEBUG opendrift:2059: ======================================================================
10:42:18 INFO opendrift:2060: 2025-04-22 19:42:09.960184 - step 37 of 96 - 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:2066: 0 elements scheduled.
10:42:18 DEBUG opendrift:2068: ======================================================================
10:42:18 DEBUG opendrift:2079: 59.913331269297366 <- latitude -> 60.430696610959004
10:42:18 DEBUG opendrift:2084: 4.2461882489591725 <- longitude -> 4.557615415984476
10:42:18 DEBUG opendrift:2087: z = 0.0
10:42:18 DEBUG opendrift:2090: ---------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:18 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:18 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:18 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.92388 (min) 0.92388 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.382683 (min) 0.382683 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:18 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:18 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:18 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift:647: No elements hit coastline.
10:42:18 DEBUG opendrift:1699: No elements to deactivate
10:42:18 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:18 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:18 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:18 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:18 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0019104925498583097 and 0.7178986843973044 m/s
10:42:18 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:18 DEBUG opendrift:2059: ======================================================================
10:42:18 INFO opendrift:2060: 2025-04-22 19:57:09.960184 - step 38 of 96 - 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:2066: 0 elements scheduled.
10:42:18 DEBUG opendrift:2068: ======================================================================
10:42:18 DEBUG opendrift:2079: 59.91853706559563 <- latitude -> 60.43527776395597
10:42:18 DEBUG opendrift:2084: 4.257347987579241 <- longitude -> 4.575037810806355
10:42:18 DEBUG opendrift:2087: z = 0.0
10:42:18 DEBUG opendrift:2090: ---------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:18 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:18 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:18 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.935906 (min) 0.935906 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.412707 (min) 0.412707 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:18 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:18 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:18 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift:647: No elements hit coastline.
10:42:18 DEBUG opendrift:1699: No elements to deactivate
10:42:18 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:18 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:18 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:18 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:18 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0008334997975556808 and 0.6763909118887844 m/s
10:42:18 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:18 DEBUG opendrift:2059: ======================================================================
10:42:18 INFO opendrift:2060: 2025-04-22 20:12:09.960184 - step 39 of 96 - 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:2066: 0 elements scheduled.
10:42:18 DEBUG opendrift:2068: ======================================================================
10:42:18 DEBUG opendrift:2079: 59.92203329526542 <- latitude -> 60.43964269969195
10:42:18 DEBUG opendrift:2084: 4.270035780152158 <- longitude -> 4.587913278797109
10:42:18 DEBUG opendrift:2087: z = 0.0
10:42:18 DEBUG opendrift:2090: ---------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:18 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:18 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:18 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.94693 (min) 0.94693 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.442289 (min) 0.442289 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:18 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:18 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:18 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift:647: No elements hit coastline.
10:42:18 DEBUG opendrift:1699: No elements to deactivate
10:42:18 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:18 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:18 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:18 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:18 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0016273526975542673 and 0.6663615002156348 m/s
10:42:18 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:18 DEBUG opendrift:2059: ======================================================================
10:42:18 INFO opendrift:2060: 2025-04-22 20:27:09.960184 - step 40 of 96 - 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:2066: 0 elements scheduled.
10:42:18 DEBUG opendrift:2068: ======================================================================
10:42:18 DEBUG opendrift:2079: 59.92574316134177 <- latitude -> 60.44368051305642
10:42:18 DEBUG opendrift:2084: 4.2904938405478354 <- longitude -> 4.6036338590380534
10:42:18 DEBUG opendrift:2087: z = 0.0
10:42:18 DEBUG opendrift:2090: ---------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:18 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:18 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:18 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.95694 (min) 0.95694 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.471397 (min) 0.471397 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:18 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:18 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:18 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift:647: No elements hit coastline.
10:42:18 DEBUG opendrift:1699: No elements to deactivate
10:42:18 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:18 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:18 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:18 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:18 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0001850873502866946 and 0.632668220386991 m/s
10:42:18 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:18 DEBUG opendrift:2059: ======================================================================
10:42:18 INFO opendrift:2060: 2025-04-22 20:42:09.960184 - step 41 of 96 - 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:2066: 0 elements scheduled.
10:42:18 DEBUG opendrift:2068: ======================================================================
10:42:18 DEBUG opendrift:2079: 59.928749783781306 <- latitude -> 60.45028740777853
10:42:18 DEBUG opendrift:2084: 4.299850885432794 <- longitude -> 4.6173808568660615
10:42:18 DEBUG opendrift:2087: z = 0.0
10:42:18 DEBUG opendrift:2090: ---------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:18 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:18 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:18 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.965926 (min) 0.965926 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.5 (min) 0.5 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:18 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:18 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:18 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift:647: No elements hit coastline.
10:42:18 DEBUG opendrift:1699: No elements to deactivate
10:42:18 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:18 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:18 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:18 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:18 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0015835789584519478 and 0.6826808654752956 m/s
10:42:18 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:18 DEBUG opendrift:2059: ======================================================================
10:42:18 INFO opendrift:2060: 2025-04-22 20:57:09.960184 - step 42 of 96 - 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:2066: 0 elements scheduled.
10:42:18 DEBUG opendrift:2068: ======================================================================
10:42:18 DEBUG opendrift:2079: 59.932252324290744 <- latitude -> 60.45419211199763
10:42:18 DEBUG opendrift:2084: 4.317069028871547 <- longitude -> 4.630672591139437
10:42:18 DEBUG opendrift:2087: z = 0.0
10:42:18 DEBUG opendrift:2090: ---------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:18 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:18 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:18 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.973877 (min) 0.973877 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.528068 (min) 0.528068 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:18 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:18 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:18 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:18 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:18 DEBUG opendrift:647: No elements hit coastline.
10:42:18 DEBUG opendrift:1699: No elements to deactivate
10:42:18 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:18 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:18 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:18 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:18 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0015878403240043462 and 0.6532421108491367 m/s
10:42:18 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:18 DEBUG opendrift:2059: ======================================================================
10:42:18 INFO opendrift:2060: 2025-04-22 21:12:09.960184 - step 43 of 96 - 20000 active elements (0 deactivated)
10:42:18 DEBUG opendrift:2066: 0 elements scheduled.
10:42:18 DEBUG opendrift:2068: ======================================================================
10:42:18 DEBUG opendrift:2079: 59.93481294649023 <- latitude -> 60.45802852347255
10:42:18 DEBUG opendrift:2084: 4.328373400403117 <- longitude -> 4.651551556117373
10:42:18 DEBUG opendrift:2087: z = 0.0
10:42:18 DEBUG opendrift:2090: ---------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:18 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:18 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:18 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:18 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:18 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:18 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:18 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:18 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:18 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:18 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:19 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.980785 (min) 0.980785 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.55557 (min) 0.55557 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:19 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:19 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:19 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift:647: No elements hit coastline.
10:42:19 DEBUG opendrift:1699: No elements to deactivate
10:42:19 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:19 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:19 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:19 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:19 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.001516365238598295 and 0.6484546794312046 m/s
10:42:19 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:19 DEBUG opendrift:2059: ======================================================================
10:42:19 INFO opendrift:2060: 2025-04-22 21:27:09.960184 - step 44 of 96 - 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:2066: 0 elements scheduled.
10:42:19 DEBUG opendrift:2068: ======================================================================
10:42:19 DEBUG opendrift:2079: 59.937363174601856 <- latitude -> 60.46200923050674
10:42:19 DEBUG opendrift:2084: 4.342070821989855 <- longitude -> 4.66620697037962
10:42:19 DEBUG opendrift:2087: z = 0.0
10:42:19 DEBUG opendrift:2090: ---------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:19 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:19 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:19 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.986643 (min) 0.986643 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.582478 (min) 0.582478 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:19 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:19 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:19 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift:647: No elements hit coastline.
10:42:19 DEBUG opendrift:1699: No elements to deactivate
10:42:19 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:19 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:19 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:19 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:19 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0017133649318304862 and 0.6667984640990559 m/s
10:42:19 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:19 DEBUG opendrift:2059: ======================================================================
10:42:19 INFO opendrift:2060: 2025-04-22 21:42:09.960184 - step 45 of 96 - 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:2066: 0 elements scheduled.
10:42:19 DEBUG opendrift:2068: ======================================================================
10:42:19 DEBUG opendrift:2079: 59.94289887139466 <- latitude -> 60.466735965854056
10:42:19 DEBUG opendrift:2084: 4.356940876280605 <- longitude -> 4.681540273837252
10:42:19 DEBUG opendrift:2087: z = 0.0
10:42:19 DEBUG opendrift:2090: ---------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:19 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:19 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:19 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.991445 (min) 0.991445 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.608761 (min) 0.608761 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:19 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:19 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:19 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift:647: No elements hit coastline.
10:42:19 DEBUG opendrift:1699: No elements to deactivate
10:42:19 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:19 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:19 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:19 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:19 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.002747788368445282 and 0.7360139614071095 m/s
10:42:19 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:19 DEBUG opendrift:2059: ======================================================================
10:42:19 INFO opendrift:2060: 2025-04-22 21:57:09.960184 - step 46 of 96 - 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:2066: 0 elements scheduled.
10:42:19 DEBUG opendrift:2068: ======================================================================
10:42:19 DEBUG opendrift:2079: 59.94656178673707 <- latitude -> 60.47304995541367
10:42:19 DEBUG opendrift:2084: 4.375342357354462 <- longitude -> 4.69611821890698
10:42:19 DEBUG opendrift:2087: z = 0.0
10:42:19 DEBUG opendrift:2090: ---------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:19 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:19 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:19 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.995185 (min) 0.995185 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.634393 (min) 0.634393 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:19 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:19 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:19 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift:647: No elements hit coastline.
10:42:19 DEBUG opendrift:1699: No elements to deactivate
10:42:19 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:19 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:19 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:19 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:19 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0019102526596760404 and 0.7167953635925663 m/s
10:42:19 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:19 DEBUG opendrift:2059: ======================================================================
10:42:19 INFO opendrift:2060: 2025-04-22 22:12:09.960184 - step 47 of 96 - 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:2066: 0 elements scheduled.
10:42:19 DEBUG opendrift:2068: ======================================================================
10:42:19 DEBUG opendrift:2079: 59.95031655947 <- latitude -> 60.47908039109224
10:42:19 DEBUG opendrift:2084: 4.385385762714921 <- longitude -> 4.714458142418312
10:42:19 DEBUG opendrift:2087: z = 0.0
10:42:19 DEBUG opendrift:2090: ---------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:19 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:19 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:19 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.997859 (min) 0.997859 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.659346 (min) 0.659346 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:19 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:19 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:19 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift:647: No elements hit coastline.
10:42:19 DEBUG opendrift:1699: No elements to deactivate
10:42:19 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:19 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:19 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:19 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:19 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.00018069244752100862 and 0.6348784056743623 m/s
10:42:19 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:19 DEBUG opendrift:2059: ======================================================================
10:42:19 INFO opendrift:2060: 2025-04-22 22:27:09.960184 - step 48 of 96 - 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:2066: 0 elements scheduled.
10:42:19 DEBUG opendrift:2068: ======================================================================
10:42:19 DEBUG opendrift:2079: 59.9546724546952 <- latitude -> 60.48657383259644
10:42:19 DEBUG opendrift:2084: 4.401749585371878 <- longitude -> 4.735695050445241
10:42:19 DEBUG opendrift:2087: z = 0.0
10:42:19 DEBUG opendrift:2090: ---------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:19 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:19 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:19 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.999465 (min) 0.999465 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.683592 (min) 0.683592 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:19 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:19 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:19 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift:647: No elements hit coastline.
10:42:19 DEBUG opendrift:1699: No elements to deactivate
10:42:19 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:19 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:19 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:19 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:19 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.002027839943802982 and 0.7055052557587911 m/s
10:42:19 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:19 DEBUG opendrift:2059: ======================================================================
10:42:19 INFO opendrift:2060: 2025-04-22 22:42:09.960184 - step 49 of 96 - 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:2066: 0 elements scheduled.
10:42:19 DEBUG opendrift:2068: ======================================================================
10:42:19 DEBUG opendrift:2079: 59.957444482476035 <- latitude -> 60.49147261082813
10:42:19 DEBUG opendrift:2084: 4.419103132647005 <- longitude -> 4.74809166992153
10:42:19 DEBUG opendrift:2087: z = 0.0
10:42:19 DEBUG opendrift:2090: ---------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:19 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:19 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:19 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 1 (min) 1 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.707107 (min) 0.707107 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:19 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:19 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:19 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift:647: No elements hit coastline.
10:42:19 DEBUG opendrift:1699: No elements to deactivate
10:42:19 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:19 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:19 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:19 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:19 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0020421469399316654 and 0.6616856469321197 m/s
10:42:19 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:19 DEBUG opendrift:2059: ======================================================================
10:42:19 INFO opendrift:2060: 2025-04-22 22:57:09.960184 - step 50 of 96 - 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:2066: 0 elements scheduled.
10:42:19 DEBUG opendrift:2068: ======================================================================
10:42:19 DEBUG opendrift:2079: 59.9625967683876 <- latitude -> 60.49686032787412
10:42:19 DEBUG opendrift:2084: 4.434404968150013 <- longitude -> 4.765753990198844
10:42:19 DEBUG opendrift:2087: z = 0.0
10:42:19 DEBUG opendrift:2090: ---------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:19 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:19 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:19 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.999465 (min) 0.999465 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.729864 (min) 0.729864 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:19 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:19 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:19 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:19 DEBUG opendrift:647: No elements hit coastline.
10:42:19 DEBUG opendrift:1699: No elements to deactivate
10:42:19 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:19 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:19 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:19 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:19 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.002474977411255848 and 0.6549270565747503 m/s
10:42:19 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:19 DEBUG opendrift:2059: ======================================================================
10:42:19 INFO opendrift:2060: 2025-04-22 23:12:09.960184 - step 51 of 96 - 20000 active elements (0 deactivated)
10:42:19 DEBUG opendrift:2066: 0 elements scheduled.
10:42:19 DEBUG opendrift:2068: ======================================================================
10:42:19 DEBUG opendrift:2079: 59.97104440171965 <- latitude -> 60.50506750296829
10:42:19 DEBUG opendrift:2084: 4.44644591281985 <- longitude -> 4.778871472777101
10:42:19 DEBUG opendrift:2087: z = 0.0
10:42:19 DEBUG opendrift:2090: ---------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:19 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:19 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:19 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:19 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:19 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:19 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:19 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:19 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:19 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:19 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:19 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.997859 (min) 0.997859 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.75184 (min) 0.75184 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:19 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:20 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:20 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:20 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:20 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:20 DEBUG opendrift:647: No elements hit coastline.
10:42:20 DEBUG opendrift:1699: No elements to deactivate
10:42:20 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:20 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:20 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:20 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:20 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.001394557425952194 and 0.6034335668891109 m/s
10:42:20 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:20 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:20 DEBUG opendrift:2059: ======================================================================
10:42:20 INFO opendrift:2060: 2025-04-22 23:27:09.960184 - step 52 of 96 - 20000 active elements (0 deactivated)
10:42:20 DEBUG opendrift:2066: 0 elements scheduled.
10:42:20 DEBUG opendrift:2068: ======================================================================
10:42:20 DEBUG opendrift:2079: 59.97880140676549 <- latitude -> 60.51243905491284
10:42:20 DEBUG opendrift:2084: 4.459436718455201 <- longitude -> 4.794167977121973
10:42:20 DEBUG opendrift:2087: z = 0.0
10:42:20 DEBUG opendrift:2090: ---------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:20 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:20 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:20 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:20 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.995185 (min) 0.995185 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.77301 (min) 0.77301 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:20 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:20 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:20 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:20 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:20 DEBUG opendrift:647: No elements hit coastline.
10:42:20 DEBUG opendrift:1699: No elements to deactivate
10:42:20 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:20 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:20 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:20 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:20 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0019181642261345978 and 0.650211524998927 m/s
10:42:20 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:20 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:20 DEBUG opendrift:2059: ======================================================================
10:42:20 INFO opendrift:2060: 2025-04-22 23:42:09.960184 - step 53 of 96 - 20000 active elements (0 deactivated)
10:42:20 DEBUG opendrift:2066: 0 elements scheduled.
10:42:20 DEBUG opendrift:2068: ======================================================================
10:42:20 DEBUG opendrift:2079: 59.98353899777479 <- latitude -> 60.519504549507666
10:42:20 DEBUG opendrift:2084: 4.476952323150711 <- longitude -> 4.819208514217583
10:42:20 DEBUG opendrift:2087: z = 0.0
10:42:20 DEBUG opendrift:2090: ---------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:20 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:20 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:20 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:20 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.991445 (min) 0.991445 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.793353 (min) 0.793353 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:20 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:20 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:20 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:20 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:20 DEBUG opendrift:647: No elements hit coastline.
10:42:20 DEBUG opendrift:1699: No elements to deactivate
10:42:20 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:20 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:20 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:20 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:20 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0010539043123736992 and 0.6310421781391603 m/s
10:42:20 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:20 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:20 DEBUG opendrift:2059: ======================================================================
10:42:20 INFO opendrift:2060: 2025-04-22 23:57:09.960184 - step 54 of 96 - 20000 active elements (0 deactivated)
10:42:20 DEBUG opendrift:2066: 0 elements scheduled.
10:42:20 DEBUG opendrift:2068: ======================================================================
10:42:20 DEBUG opendrift:2079: 59.98910053749983 <- latitude -> 60.52828738674668
10:42:20 DEBUG opendrift:2084: 4.4923570404985975 <- longitude -> 4.8369686158007825
10:42:20 DEBUG opendrift:2087: z = 0.0
10:42:20 DEBUG opendrift:2090: ---------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:20 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:20 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:20 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:20 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.986643 (min) 0.986643 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.812847 (min) 0.812847 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:20 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:20 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:20 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:20 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:20 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:20 DEBUG opendrift:647: No elements hit coastline.
10:42:20 DEBUG opendrift:1699: No elements to deactivate
10:42:20 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:20 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:20 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:20 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:20 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.001660485658366536 and 0.6728553733600551 m/s
10:42:20 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:20 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:20 DEBUG opendrift:2059: ======================================================================
10:42:20 INFO opendrift:2060: 2025-04-23 00:12:09.960184 - step 55 of 96 - 20000 active elements (0 deactivated)
10:42:20 DEBUG opendrift:2066: 0 elements scheduled.
10:42:20 DEBUG opendrift:2068: ======================================================================
10:42:20 DEBUG opendrift:2079: 59.99657482706745 <- latitude -> 60.53604260442921
10:42:20 DEBUG opendrift:2084: 4.508657546666508 <- longitude -> 4.854395594046185
10:42:20 DEBUG opendrift:2087: z = 0.0
10:42:20 DEBUG opendrift:2090: ---------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:20 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:20 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:20 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:20 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:20 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:20 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:20 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:20 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:22 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:22 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:22 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:22 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:22 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:22 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:22 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:22 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:22 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.980785 (min) 0.980785 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.83147 (min) 0.83147 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:22 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:22 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:22 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:22 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:22 DEBUG opendrift:647: No elements hit coastline.
10:42:22 DEBUG opendrift:1699: No elements to deactivate
10:42:22 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:22 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:22 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:22 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:22 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0023961718747631286 and 0.7089049851505758 m/s
10:42:22 DEBUG opendrift:2148: 20000 active elements (0 deactivated)
10:42:22 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:22 DEBUG opendrift:2059: ======================================================================
10:42:22 INFO opendrift:2060: 2025-04-23 00:27:09.960184 - step 56 of 96 - 20000 active elements (0 deactivated)
10:42:22 DEBUG opendrift:2066: 0 elements scheduled.
10:42:22 DEBUG opendrift:2068: ======================================================================
10:42:22 DEBUG opendrift:2079: 60.002093295233976 <- latitude -> 60.54228849107937
10:42:22 DEBUG opendrift:2084: 4.525568561644831 <- longitude -> 4.873788184570398
10:42:22 DEBUG opendrift:2087: z = 0.0
10:42:22 DEBUG opendrift:2090: ---------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:22 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:22 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:22 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 20000 elements
10:42:22 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:22 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:22 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:22 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:22 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:22 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:22 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:22 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 20000 elements
10:42:22 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:22 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:22 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:22 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:22 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:22 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:22 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:614: Data needed for 20000 elements
10:42:22 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 20000 elements
10:42:22 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:22 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:22 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:22 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:22 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:22 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:22 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:22 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:22 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:22 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.973877 (min) 0.973877 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.849202 (min) 0.849202 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:22 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:22 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:22 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:22 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:22 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:22 DEBUG opendrift:650: 4 elements hit land, moving them to the coastline.
10:42:22 DEBUG opendrift:1672: Added status stranded
10:42:22 DEBUG opendrift:1683: 4 elements scheduled for deactivation (stranded)
10:42:22 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:24 DEBUG opendrift:1703: Removed 4 elements.
10:42:24 DEBUG opendrift:1706: Removed 4 values from environment.
10:42:24 DEBUG opendrift:1711: remove items from profile for z
10:42:24 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:24 DEBUG opendrift:1715: Removed 4 values from environment_profiles.
10:42:24 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:24 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:24 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:24 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:24 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0011827906588158666 and 0.6916539463575451 m/s
10:42:24 DEBUG opendrift:2148: 19996 active elements (4 deactivated)
10:42:24 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:24 DEBUG opendrift:2059: ======================================================================
10:42:24 INFO opendrift:2060: 2025-04-23 00:42:09.960184 - step 57 of 96 - 19996 active elements (4 deactivated)
10:42:24 DEBUG opendrift:2066: 0 elements scheduled.
10:42:24 DEBUG opendrift:2068: ======================================================================
10:42:24 DEBUG opendrift:2079: 60.008563836349374 <- latitude -> 60.550510011852985
10:42:24 DEBUG opendrift:2084: 4.542283262934571 <- longitude -> 4.876354891503838
10:42:24 DEBUG opendrift:2087: z = 0.0
10:42:24 DEBUG opendrift:2090: ---------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19996 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 19996 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19996 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 19996 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19996 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 19996 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:24 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:24 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:24 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:24 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.965926 (min) 0.965926 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.866025 (min) 0.866025 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:24 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:24 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:24 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:24 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:24 DEBUG opendrift:650: 27 elements hit land, moving them to the coastline.
10:42:24 DEBUG opendrift:1683: 27 elements scheduled for deactivation (stranded)
10:42:24 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:24 DEBUG opendrift:1703: Removed 27 elements.
10:42:24 DEBUG opendrift:1706: Removed 27 values from environment.
10:42:24 DEBUG opendrift:1711: remove items from profile for z
10:42:24 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:24 DEBUG opendrift:1715: Removed 27 values from environment_profiles.
10:42:24 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:24 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:24 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:24 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:24 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0023570944391652264 and 0.6772708540135095 m/s
10:42:24 DEBUG opendrift:2148: 19969 active elements (31 deactivated)
10:42:24 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:24 DEBUG opendrift:2059: ======================================================================
10:42:24 INFO opendrift:2060: 2025-04-23 00:57:09.960184 - step 58 of 96 - 19969 active elements (31 deactivated)
10:42:24 DEBUG opendrift:2066: 0 elements scheduled.
10:42:24 DEBUG opendrift:2068: ======================================================================
10:42:24 DEBUG opendrift:2079: 60.01516894035074 <- latitude -> 60.557361005304415
10:42:24 DEBUG opendrift:2084: 4.557595604627852 <- longitude -> 4.893479228003757
10:42:24 DEBUG opendrift:2087: z = 0.0
10:42:24 DEBUG opendrift:2090: ---------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19969 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 19969 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19969 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 19969 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19969 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 19969 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:24 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:24 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:24 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:24 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.95694 (min) 0.95694 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.881921 (min) 0.881921 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:24 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:24 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:24 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:24 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:24 DEBUG opendrift:650: 147 elements hit land, moving them to the coastline.
10:42:24 DEBUG opendrift:1683: 147 elements scheduled for deactivation (stranded)
10:42:24 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:24 DEBUG opendrift:1703: Removed 147 elements.
10:42:24 DEBUG opendrift:1706: Removed 147 values from environment.
10:42:24 DEBUG opendrift:1711: remove items from profile for z
10:42:24 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:24 DEBUG opendrift:1715: Removed 147 values from environment_profiles.
10:42:24 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:24 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:24 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:24 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:24 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0011598415890844125 and 0.663569127987229 m/s
10:42:24 DEBUG opendrift:2148: 19822 active elements (178 deactivated)
10:42:24 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:24 DEBUG opendrift:2059: ======================================================================
10:42:24 INFO opendrift:2060: 2025-04-23 01:12:09.960184 - step 59 of 96 - 19822 active elements (178 deactivated)
10:42:24 DEBUG opendrift:2066: 0 elements scheduled.
10:42:24 DEBUG opendrift:2068: ======================================================================
10:42:24 DEBUG opendrift:2079: 60.022602328144444 <- latitude -> 60.563830581795266
10:42:24 DEBUG opendrift:2084: 4.570928409641431 <- longitude -> 4.910648966590032
10:42:24 DEBUG opendrift:2087: z = 0.0
10:42:24 DEBUG opendrift:2090: ---------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19822 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 19822 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19822 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 19822 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19822 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 19822 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:24 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:24 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:24 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:24 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.94693 (min) 0.94693 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.896873 (min) 0.896873 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:24 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:24 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:24 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:24 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:24 DEBUG opendrift:650: 336 elements hit land, moving them to the coastline.
10:42:24 DEBUG opendrift:1683: 336 elements scheduled for deactivation (stranded)
10:42:24 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:24 DEBUG opendrift:1703: Removed 336 elements.
10:42:24 DEBUG opendrift:1706: Removed 336 values from environment.
10:42:24 DEBUG opendrift:1711: remove items from profile for z
10:42:24 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:24 DEBUG opendrift:1715: Removed 336 values from environment_profiles.
10:42:24 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:24 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:24 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:24 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:24 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.00164897258768246 and 0.6523343715279821 m/s
10:42:24 DEBUG opendrift:2148: 19486 active elements (514 deactivated)
10:42:24 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:24 DEBUG opendrift:2059: ======================================================================
10:42:24 INFO opendrift:2060: 2025-04-23 01:27:09.960184 - step 60 of 96 - 19486 active elements (514 deactivated)
10:42:24 DEBUG opendrift:2066: 0 elements scheduled.
10:42:24 DEBUG opendrift:2068: ======================================================================
10:42:24 DEBUG opendrift:2079: 60.02747637123177 <- latitude -> 60.5716854367717
10:42:24 DEBUG opendrift:2084: 4.5852134859948155 <- longitude -> 4.925514299116703
10:42:24 DEBUG opendrift:2087: z = 0.0
10:42:24 DEBUG opendrift:2090: ---------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19486 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 19486 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19486 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 19486 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:24 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:24 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:614: Data needed for 19486 elements
10:42:24 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 19486 elements
10:42:24 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:24 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:24 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:24 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:24 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:24 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:24 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:24 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:24 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:24 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.935906 (min) 0.935906 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.910864 (min) 0.910864 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:24 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:24 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:24 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:24 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:24 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:24 DEBUG opendrift:650: 749 elements hit land, moving them to the coastline.
10:42:24 DEBUG opendrift:1683: 749 elements scheduled for deactivation (stranded)
10:42:24 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:25 DEBUG opendrift:1703: Removed 749 elements.
10:42:25 DEBUG opendrift:1706: Removed 749 values from environment.
10:42:25 DEBUG opendrift:1711: remove items from profile for z
10:42:25 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:25 DEBUG opendrift:1715: Removed 749 values from environment_profiles.
10:42:25 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:25 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:25 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:25 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:25 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0013272287265555032 and 0.7594377401004461 m/s
10:42:25 DEBUG opendrift:2148: 18737 active elements (1263 deactivated)
10:42:25 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:25 DEBUG opendrift:2059: ======================================================================
10:42:25 INFO opendrift:2060: 2025-04-23 01:42:09.960184 - step 61 of 96 - 18737 active elements (1263 deactivated)
10:42:25 DEBUG opendrift:2066: 0 elements scheduled.
10:42:25 DEBUG opendrift:2068: ======================================================================
10:42:25 DEBUG opendrift:2079: 60.03479416438539 <- latitude -> 60.57813776209278
10:42:25 DEBUG opendrift:2084: 4.601259214723525 <- longitude -> 4.941896291331714
10:42:25 DEBUG opendrift:2087: z = 0.0
10:42:25 DEBUG opendrift:2090: ---------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:25 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:25 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:614: Data needed for 18737 elements
10:42:25 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 18737 elements
10:42:25 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:25 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:25 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:25 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:25 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:25 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:25 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:614: Data needed for 18737 elements
10:42:25 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 18737 elements
10:42:25 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:25 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:25 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:25 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:25 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:25 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:25 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:614: Data needed for 18737 elements
10:42:25 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 18737 elements
10:42:25 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:25 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:25 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:25 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:25 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:25 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:25 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:25 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:25 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:25 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.92388 (min) 0.92388 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.92388 (min) 0.92388 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:25 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:25 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:25 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:25 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:25 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:25 DEBUG opendrift:650: 2076 elements hit land, moving them to the coastline.
10:42:25 DEBUG opendrift:1683: 2076 elements scheduled for deactivation (stranded)
10:42:25 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:27 DEBUG opendrift:1703: Removed 2076 elements.
10:42:27 DEBUG opendrift:1706: Removed 2076 values from environment.
10:42:27 DEBUG opendrift:1711: remove items from profile for z
10:42:27 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:27 DEBUG opendrift:1715: Removed 2076 values from environment_profiles.
10:42:27 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:27 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:27 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:27 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:27 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0016511758340700016 and 0.684031226724656 m/s
10:42:27 DEBUG opendrift:2148: 16661 active elements (3339 deactivated)
10:42:27 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:27 DEBUG opendrift:2059: ======================================================================
10:42:27 INFO opendrift:2060: 2025-04-23 01:57:09.960184 - step 62 of 96 - 16661 active elements (3339 deactivated)
10:42:27 DEBUG opendrift:2066: 0 elements scheduled.
10:42:27 DEBUG opendrift:2068: ======================================================================
10:42:27 DEBUG opendrift:2079: 60.04046190548852 <- latitude -> 60.58627949303194
10:42:27 DEBUG opendrift:2084: 4.61450381284363 <- longitude -> 4.945477457432203
10:42:27 DEBUG opendrift:2087: z = 0.0
10:42:27 DEBUG opendrift:2090: ---------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:27 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:27 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:614: Data needed for 16661 elements
10:42:27 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 16661 elements
10:42:27 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:27 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:27 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:27 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:27 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:27 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:27 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:614: Data needed for 16661 elements
10:42:27 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 16661 elements
10:42:27 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:27 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:27 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:27 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:27 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:27 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:27 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:614: Data needed for 16661 elements
10:42:27 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 16661 elements
10:42:27 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:27 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:27 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:27 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:27 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:27 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:27 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:27 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:27 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:27 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.910864 (min) 0.910864 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.935906 (min) 0.935906 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:27 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:27 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:27 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:27 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:27 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:27 DEBUG opendrift:650: 2844 elements hit land, moving them to the coastline.
10:42:27 DEBUG opendrift:1683: 2844 elements scheduled for deactivation (stranded)
10:42:27 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:29 DEBUG opendrift:1703: Removed 2844 elements.
10:42:29 DEBUG opendrift:1706: Removed 2844 values from environment.
10:42:29 DEBUG opendrift:1711: remove items from profile for z
10:42:29 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:29 DEBUG opendrift:1715: Removed 2844 values from environment_profiles.
10:42:29 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:29 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:29 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:29 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:29 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0007569779142612818 and 0.6531890048392434 m/s
10:42:29 DEBUG opendrift:2148: 13817 active elements (6183 deactivated)
10:42:29 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:29 DEBUG opendrift:2059: ======================================================================
10:42:29 INFO opendrift:2060: 2025-04-23 02:12:09.960184 - step 63 of 96 - 13817 active elements (6183 deactivated)
10:42:29 DEBUG opendrift:2066: 0 elements scheduled.
10:42:29 DEBUG opendrift:2068: ======================================================================
10:42:29 DEBUG opendrift:2079: 60.04705390863023 <- latitude -> 60.59213806034236
10:42:29 DEBUG opendrift:2084: 4.6295586946787415 <- longitude -> 4.960712187667829
10:42:29 DEBUG opendrift:2087: z = 0.0
10:42:29 DEBUG opendrift:2090: ---------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:29 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:29 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:614: Data needed for 13817 elements
10:42:29 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 13817 elements
10:42:29 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:29 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:29 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:29 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:29 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:29 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:29 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:614: Data needed for 13817 elements
10:42:29 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 13817 elements
10:42:29 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:29 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:29 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:29 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:29 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:29 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:29 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:614: Data needed for 13817 elements
10:42:29 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 13817 elements
10:42:29 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:29 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:29 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:29 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:29 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:29 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:29 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:29 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:29 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:29 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.896873 (min) 0.896873 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.94693 (min) 0.94693 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:29 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:29 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:29 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:29 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:29 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:29 DEBUG opendrift:650: 1965 elements hit land, moving them to the coastline.
10:42:29 DEBUG opendrift:1683: 1965 elements scheduled for deactivation (stranded)
10:42:29 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:31 DEBUG opendrift:1703: Removed 1965 elements.
10:42:31 DEBUG opendrift:1706: Removed 1965 values from environment.
10:42:31 DEBUG opendrift:1711: remove items from profile for z
10:42:31 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:31 DEBUG opendrift:1715: Removed 1965 values from environment_profiles.
10:42:31 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:31 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:31 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:31 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:31 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0018089601521269901 and 0.6546975323774888 m/s
10:42:31 DEBUG opendrift:2148: 11852 active elements (8148 deactivated)
10:42:31 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:31 DEBUG opendrift:2059: ======================================================================
10:42:31 INFO opendrift:2060: 2025-04-23 02:27:09.960184 - step 64 of 96 - 11852 active elements (8148 deactivated)
10:42:31 DEBUG opendrift:2066: 0 elements scheduled.
10:42:31 DEBUG opendrift:2068: ======================================================================
10:42:31 DEBUG opendrift:2079: 60.057717034528224 <- latitude -> 60.5935609717592
10:42:31 DEBUG opendrift:2084: 4.645391004273472 <- longitude -> 4.979306387181828
10:42:31 DEBUG opendrift:2087: z = 0.0
10:42:31 DEBUG opendrift:2090: ---------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:31 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:31 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:614: Data needed for 11852 elements
10:42:31 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 11852 elements
10:42:31 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:31 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:31 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:31 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:31 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:31 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:31 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:614: Data needed for 11852 elements
10:42:31 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 11852 elements
10:42:31 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:31 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:31 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:31 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:31 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:31 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:31 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:614: Data needed for 11852 elements
10:42:31 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 11852 elements
10:42:31 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:31 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:31 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:31 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:31 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:31 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:31 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:31 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:31 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:31 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.881921 (min) 0.881921 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.95694 (min) 0.95694 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:31 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:31 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:31 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:31 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:31 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:31 DEBUG opendrift:650: 995 elements hit land, moving them to the coastline.
10:42:31 DEBUG opendrift:1683: 995 elements scheduled for deactivation (stranded)
10:42:31 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:32 DEBUG opendrift:1703: Removed 995 elements.
10:42:32 DEBUG opendrift:1706: Removed 995 values from environment.
10:42:32 DEBUG opendrift:1711: remove items from profile for z
10:42:32 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:32 DEBUG opendrift:1715: Removed 995 values from environment_profiles.
10:42:32 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:32 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:32 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:32 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:32 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.00098800643290302 and 0.663937184290865 m/s
10:42:32 DEBUG opendrift:2148: 10857 active elements (9143 deactivated)
10:42:32 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:32 DEBUG opendrift:2059: ======================================================================
10:42:32 INFO opendrift:2060: 2025-04-23 02:42:09.960184 - step 65 of 96 - 10857 active elements (9143 deactivated)
10:42:32 DEBUG opendrift:2066: 0 elements scheduled.
10:42:32 DEBUG opendrift:2068: ======================================================================
10:42:32 DEBUG opendrift:2079: 60.06386488273316 <- latitude -> 60.60060719965694
10:42:32 DEBUG opendrift:2084: 4.6603236966477315 <- longitude -> 4.996376434077546
10:42:32 DEBUG opendrift:2087: z = 0.0
10:42:32 DEBUG opendrift:2090: ---------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10857 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10857 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10857 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10857 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10857 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10857 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:32 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:32 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:32 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:32 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.866025 (min) 0.866025 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.965926 (min) 0.965926 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:32 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:32 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:32 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:32 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:32 DEBUG opendrift:650: 358 elements hit land, moving them to the coastline.
10:42:32 DEBUG opendrift:1683: 358 elements scheduled for deactivation (stranded)
10:42:32 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:32 DEBUG opendrift:1703: Removed 358 elements.
10:42:32 DEBUG opendrift:1706: Removed 358 values from environment.
10:42:32 DEBUG opendrift:1711: remove items from profile for z
10:42:32 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:32 DEBUG opendrift:1715: Removed 358 values from environment_profiles.
10:42:32 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:32 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:32 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:32 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:32 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0011333363261569228 and 0.6430834906825046 m/s
10:42:32 DEBUG opendrift:2148: 10499 active elements (9501 deactivated)
10:42:32 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:32 DEBUG opendrift:2059: ======================================================================
10:42:32 INFO opendrift:2060: 2025-04-23 02:57:09.960184 - step 66 of 96 - 10499 active elements (9501 deactivated)
10:42:32 DEBUG opendrift:2066: 0 elements scheduled.
10:42:32 DEBUG opendrift:2068: ======================================================================
10:42:32 DEBUG opendrift:2079: 60.071254566970914 <- latitude -> 60.6086219974744
10:42:32 DEBUG opendrift:2084: 4.676752676660037 <- longitude -> 5.011398156074551
10:42:32 DEBUG opendrift:2087: z = 0.0
10:42:32 DEBUG opendrift:2090: ---------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10499 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10499 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10499 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10499 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10499 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10499 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:32 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:32 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:32 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:32 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.849202 (min) 0.849202 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.973877 (min) 0.973877 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:32 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:32 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:32 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:32 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:32 DEBUG opendrift:650: 197 elements hit land, moving them to the coastline.
10:42:32 DEBUG opendrift:1683: 197 elements scheduled for deactivation (stranded)
10:42:32 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:32 DEBUG opendrift:1703: Removed 197 elements.
10:42:32 DEBUG opendrift:1706: Removed 197 values from environment.
10:42:32 DEBUG opendrift:1711: remove items from profile for z
10:42:32 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:32 DEBUG opendrift:1715: Removed 197 values from environment_profiles.
10:42:32 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:32 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:32 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:32 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:32 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0025688858155714198 and 0.697840524171302 m/s
10:42:32 DEBUG opendrift:2148: 10302 active elements (9698 deactivated)
10:42:32 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:32 DEBUG opendrift:2059: ======================================================================
10:42:32 INFO opendrift:2060: 2025-04-23 03:12:09.960184 - step 67 of 96 - 10302 active elements (9698 deactivated)
10:42:32 DEBUG opendrift:2066: 0 elements scheduled.
10:42:32 DEBUG opendrift:2068: ======================================================================
10:42:32 DEBUG opendrift:2079: 60.07878719635151 <- latitude -> 60.60399501096744
10:42:32 DEBUG opendrift:2084: 4.6926320381590125 <- longitude -> 5.007923860581727
10:42:32 DEBUG opendrift:2087: z = 0.0
10:42:32 DEBUG opendrift:2090: ---------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10302 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10302 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10302 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10302 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10302 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10302 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:32 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:32 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:32 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:32 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.83147 (min) 0.83147 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.980785 (min) 0.980785 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:32 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:32 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:32 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:32 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:32 DEBUG opendrift:650: 114 elements hit land, moving them to the coastline.
10:42:32 DEBUG opendrift:1683: 114 elements scheduled for deactivation (stranded)
10:42:32 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:32 DEBUG opendrift:1703: Removed 114 elements.
10:42:32 DEBUG opendrift:1706: Removed 114 values from environment.
10:42:32 DEBUG opendrift:1711: remove items from profile for z
10:42:32 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:32 DEBUG opendrift:1715: Removed 114 values from environment_profiles.
10:42:32 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:32 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:32 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:32 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:32 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0009320201089410899 and 0.6058736669927178 m/s
10:42:32 DEBUG opendrift:2148: 10188 active elements (9812 deactivated)
10:42:32 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:32 DEBUG opendrift:2059: ======================================================================
10:42:32 INFO opendrift:2060: 2025-04-23 03:27:09.960184 - step 68 of 96 - 10188 active elements (9812 deactivated)
10:42:32 DEBUG opendrift:2066: 0 elements scheduled.
10:42:32 DEBUG opendrift:2068: ======================================================================
10:42:32 DEBUG opendrift:2079: 60.08668300283813 <- latitude -> 60.61389420811264
10:42:32 DEBUG opendrift:2084: 4.705651872219372 <- longitude -> 5.009397222434061
10:42:32 DEBUG opendrift:2087: z = 0.0
10:42:32 DEBUG opendrift:2090: ---------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10188 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10188 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10188 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10188 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:32 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:32 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10188 elements
10:42:32 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10188 elements
10:42:32 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:32 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:32 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:32 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:32 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:32 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:32 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:32 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:32 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:32 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.812847 (min) 0.812847 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.986643 (min) 0.986643 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:32 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:32 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:32 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:32 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:32 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:32 DEBUG opendrift:650: 73 elements hit land, moving them to the coastline.
10:42:32 DEBUG opendrift:1683: 73 elements scheduled for deactivation (stranded)
10:42:32 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:32 DEBUG opendrift:1703: Removed 73 elements.
10:42:32 DEBUG opendrift:1706: Removed 73 values from environment.
10:42:32 DEBUG opendrift:1711: remove items from profile for z
10:42:32 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:32 DEBUG opendrift:1715: Removed 73 values from environment_profiles.
10:42:32 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.003703570430123482 and 0.6498524702802314 m/s
10:42:33 DEBUG opendrift:2148: 10115 active elements (9885 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 03:42:09.960184 - step 69 of 96 - 10115 active elements (9885 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.09418769332147 <- latitude -> 60.62133421673065
10:42:33 DEBUG opendrift:2084: 4.71467844241332 <- longitude -> 5.012518836307601
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10115 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10115 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10115 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10115 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10115 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10115 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.793353 (min) 0.793353 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.991445 (min) 0.991445 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:650: 36 elements hit land, moving them to the coastline.
10:42:33 DEBUG opendrift:1683: 36 elements scheduled for deactivation (stranded)
10:42:33 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:33 DEBUG opendrift:1703: Removed 36 elements.
10:42:33 DEBUG opendrift:1706: Removed 36 values from environment.
10:42:33 DEBUG opendrift:1711: remove items from profile for z
10:42:33 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:33 DEBUG opendrift:1715: Removed 36 values from environment_profiles.
10:42:33 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.003969870087277251 and 0.6243343314043794 m/s
10:42:33 DEBUG opendrift:2148: 10079 active elements (9921 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 03:57:09.960184 - step 70 of 96 - 10079 active elements (9921 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.09966605283209 <- latitude -> 60.630346947269175
10:42:33 DEBUG opendrift:2084: 4.728968996339783 <- longitude -> 5.008661530385615
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10079 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10079 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10079 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10079 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10079 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10079 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.77301 (min) 0.77301 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.995185 (min) 0.995185 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:650: 38 elements hit land, moving them to the coastline.
10:42:33 DEBUG opendrift:1683: 38 elements scheduled for deactivation (stranded)
10:42:33 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:33 DEBUG opendrift:1703: Removed 38 elements.
10:42:33 DEBUG opendrift:1706: Removed 38 values from environment.
10:42:33 DEBUG opendrift:1711: remove items from profile for z
10:42:33 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:33 DEBUG opendrift:1715: Removed 38 values from environment_profiles.
10:42:33 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.001138025570186333 and 0.6622485975234808 m/s
10:42:33 DEBUG opendrift:2148: 10041 active elements (9959 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 04:12:09.960184 - step 71 of 96 - 10041 active elements (9959 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.10715889043233 <- latitude -> 60.63891100088852
10:42:33 DEBUG opendrift:2084: 4.738962333126446 <- longitude -> 5.022162721155669
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10041 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10041 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10041 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10041 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10041 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10041 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.75184 (min) 0.75184 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.997859 (min) 0.997859 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:650: 7 elements hit land, moving them to the coastline.
10:42:33 DEBUG opendrift:1683: 7 elements scheduled for deactivation (stranded)
10:42:33 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:33 DEBUG opendrift:1703: Removed 7 elements.
10:42:33 DEBUG opendrift:1706: Removed 7 values from environment.
10:42:33 DEBUG opendrift:1711: remove items from profile for z
10:42:33 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:33 DEBUG opendrift:1715: Removed 7 values from environment_profiles.
10:42:33 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.00016322267094997023 and 0.6089492139668994 m/s
10:42:33 DEBUG opendrift:2148: 10034 active elements (9966 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 04:27:09.960184 - step 72 of 96 - 10034 active elements (9966 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.11512901884572 <- latitude -> 60.649053449791296
10:42:33 DEBUG opendrift:2084: 4.753019053492801 <- longitude -> 5.001020316989343
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10034 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10034 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10034 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10034 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10034 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10034 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.729864 (min) 0.729864 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.999465 (min) 0.999465 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:650: 5 elements hit land, moving them to the coastline.
10:42:33 DEBUG opendrift:1683: 5 elements scheduled for deactivation (stranded)
10:42:33 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:33 DEBUG opendrift:1703: Removed 5 elements.
10:42:33 DEBUG opendrift:1706: Removed 5 values from environment.
10:42:33 DEBUG opendrift:1711: remove items from profile for z
10:42:33 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:33 DEBUG opendrift:1715: Removed 5 values from environment_profiles.
10:42:33 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0022564047625173718 and 0.6825196278601715 m/s
10:42:33 DEBUG opendrift:2148: 10029 active elements (9971 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 04:42:09.960184 - step 73 of 96 - 10029 active elements (9971 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.120877383452935 <- latitude -> 60.652143533534115
10:42:33 DEBUG opendrift:2084: 4.761647673802502 <- longitude -> 5.0057120840131795
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10029 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10029 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10029 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10029 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10029 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10029 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.707107 (min) 0.707107 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 1 (min) 1 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:650: 13 elements hit land, moving them to the coastline.
10:42:33 DEBUG opendrift:1683: 13 elements scheduled for deactivation (stranded)
10:42:33 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:33 DEBUG opendrift:1703: Removed 13 elements.
10:42:33 DEBUG opendrift:1706: Removed 13 values from environment.
10:42:33 DEBUG opendrift:1711: remove items from profile for z
10:42:33 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:33 DEBUG opendrift:1715: Removed 13 values from environment_profiles.
10:42:33 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0010065387997015127 and 0.6298916356404459 m/s
10:42:33 DEBUG opendrift:2148: 10016 active elements (9984 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 04:57:09.960184 - step 74 of 96 - 10016 active elements (9984 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.12972462713627 <- latitude -> 60.65443193199735
10:42:33 DEBUG opendrift:2084: 4.773651821142356 <- longitude -> 4.963947427390399
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10016 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10016 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10016 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10016 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10016 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10016 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.683592 (min) 0.683592 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.999465 (min) 0.999465 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:650: 11 elements hit land, moving them to the coastline.
10:42:33 DEBUG opendrift:1683: 11 elements scheduled for deactivation (stranded)
10:42:33 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:33 DEBUG opendrift:1703: Removed 11 elements.
10:42:33 DEBUG opendrift:1706: Removed 11 values from environment.
10:42:33 DEBUG opendrift:1711: remove items from profile for z
10:42:33 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:33 DEBUG opendrift:1715: Removed 11 values from environment_profiles.
10:42:33 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0028180305614185566 and 0.7584247039609127 m/s
10:42:33 DEBUG opendrift:2148: 10005 active elements (9995 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 05:12:09.960184 - step 75 of 96 - 10005 active elements (9995 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.138652130260795 <- latitude -> 60.66312332219496
10:42:33 DEBUG opendrift:2084: 4.781434544665948 <- longitude -> 4.962932378987772
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10005 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10005 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10005 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10005 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10005 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10005 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.659346 (min) 0.659346 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.997859 (min) 0.997859 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:650: 4 elements hit land, moving them to the coastline.
10:42:33 DEBUG opendrift:1683: 4 elements scheduled for deactivation (stranded)
10:42:33 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:33 DEBUG opendrift:1703: Removed 4 elements.
10:42:33 DEBUG opendrift:1706: Removed 4 values from environment.
10:42:33 DEBUG opendrift:1711: remove items from profile for z
10:42:33 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:33 DEBUG opendrift:1715: Removed 4 values from environment_profiles.
10:42:33 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0017819557790387075 and 0.5742552817162931 m/s
10:42:33 DEBUG opendrift:2148: 10001 active elements (9999 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 05:27:09.960184 - step 76 of 96 - 10001 active elements (9999 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.146212283561084 <- latitude -> 60.67080721872613
10:42:33 DEBUG opendrift:2084: 4.791899772047257 <- longitude -> 4.96901204832761
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10001 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10001 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10001 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10001 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10001 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10001 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.634393 (min) 0.634393 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.995185 (min) 0.995185 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:650: 1 elements hit land, moving them to the coastline.
10:42:33 DEBUG opendrift:1683: 1 elements scheduled for deactivation (stranded)
10:42:33 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:33 DEBUG opendrift:1703: Removed 1 elements.
10:42:33 DEBUG opendrift:1706: Removed 1 values from environment.
10:42:33 DEBUG opendrift:1711: remove items from profile for z
10:42:33 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:33 DEBUG opendrift:1715: Removed 1 values from environment_profiles.
10:42:33 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0017411288922463033 and 0.6754836561544258 m/s
10:42:33 DEBUG opendrift:2148: 10000 active elements (10000 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 05:42:09.960184 - step 77 of 96 - 10000 active elements (10000 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.15461074559136 <- latitude -> 60.24090836781569
10:42:33 DEBUG opendrift:2084: 4.802380445279475 <- longitude -> 4.955051183496578
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.608761 (min) 0.608761 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.991445 (min) 0.991445 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:647: No elements hit coastline.
10:42:33 DEBUG opendrift:1699: No elements to deactivate
10:42:33 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0016316951805623089 and 0.6161712620439994 m/s
10:42:33 DEBUG opendrift:2148: 10000 active elements (10000 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 05:57:09.960184 - step 78 of 96 - 10000 active elements (10000 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.16104115623105 <- latitude -> 60.24873334529896
10:42:33 DEBUG opendrift:2084: 4.813599800414411 <- longitude -> 4.965662344112891
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.582478 (min) 0.582478 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.986643 (min) 0.986643 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:647: No elements hit coastline.
10:42:33 DEBUG opendrift:1699: No elements to deactivate
10:42:33 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:33 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:33 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:33 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:33 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0011315609477084564 and 0.6453528598856837 m/s
10:42:33 DEBUG opendrift:2148: 10000 active elements (10000 deactivated)
10:42:33 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:33 DEBUG opendrift:2059: ======================================================================
10:42:33 INFO opendrift:2060: 2025-04-23 06:12:09.960184 - step 79 of 96 - 10000 active elements (10000 deactivated)
10:42:33 DEBUG opendrift:2066: 0 elements scheduled.
10:42:33 DEBUG opendrift:2068: ======================================================================
10:42:33 DEBUG opendrift:2079: 60.16776132204738 <- latitude -> 60.25517245143335
10:42:33 DEBUG opendrift:2084: 4.823437205867434 <- longitude -> 4.975472791246068
10:42:33 DEBUG opendrift:2087: z = 0.0
10:42:33 DEBUG opendrift:2090: ---------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:33 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:33 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10000 elements
10:42:33 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:33 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:33 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:33 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:33 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:33 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:33 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:33 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:33 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.55557 (min) 0.55557 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.980785 (min) 0.980785 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 0 (max)
10:42:33 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:33 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:33 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:33 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:33 DEBUG opendrift:647: No elements hit coastline.
10:42:34 DEBUG opendrift:1699: No elements to deactivate
10:42:34 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:34 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:34 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:34 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:34 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0019162957521953827 and 0.66099199464259 m/s
10:42:34 DEBUG opendrift:2148: 10000 active elements (10000 deactivated)
10:42:34 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:34 DEBUG opendrift:2059: ======================================================================
10:42:34 INFO opendrift:2060: 2025-04-23 06:27:09.960184 - step 80 of 96 - 10000 active elements (10000 deactivated)
10:42:34 DEBUG opendrift:2066: 0 elements scheduled.
10:42:34 DEBUG opendrift:2068: ======================================================================
10:42:34 DEBUG opendrift:2079: 60.17476003046143 <- latitude -> 60.26493738687165
10:42:34 DEBUG opendrift:2084: 4.8322443296260715 <- longitude -> 4.983533311708414
10:42:34 DEBUG opendrift:2087: z = 0.0
10:42:34 DEBUG opendrift:2090: ---------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 10000 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 10000 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 10000 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 10000 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:34 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:34 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:34 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:34 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.528068 (min) 0.528068 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.973877 (min) 0.973877 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:34 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:34 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:34 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:34 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:34 DEBUG opendrift:650: 7 elements hit land, moving them to the coastline.
10:42:34 DEBUG opendrift:1683: 7 elements scheduled for deactivation (stranded)
10:42:34 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:34 DEBUG opendrift:1703: Removed 7 elements.
10:42:34 DEBUG opendrift:1706: Removed 7 values from environment.
10:42:34 DEBUG opendrift:1711: remove items from profile for z
10:42:34 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:34 DEBUG opendrift:1715: Removed 7 values from environment_profiles.
10:42:34 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:34 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:34 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:34 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:34 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0020865111364467112 and 0.6735607366679655 m/s
10:42:34 DEBUG opendrift:2148: 9993 active elements (10007 deactivated)
10:42:34 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:34 DEBUG opendrift:2059: ======================================================================
10:42:34 INFO opendrift:2060: 2025-04-23 06:42:09.960184 - step 81 of 96 - 9993 active elements (10007 deactivated)
10:42:34 DEBUG opendrift:2066: 0 elements scheduled.
10:42:34 DEBUG opendrift:2068: ======================================================================
10:42:34 DEBUG opendrift:2079: 60.18173410839745 <- latitude -> 60.27402683401924
10:42:34 DEBUG opendrift:2084: 4.837186793422471 <- longitude -> 4.992553348208787
10:42:34 DEBUG opendrift:2087: z = 0.0
10:42:34 DEBUG opendrift:2090: ---------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9993 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 9993 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9993 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 9993 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9993 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 9993 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:34 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:34 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:34 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:34 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.5 (min) 0.5 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.965926 (min) 0.965926 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:34 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:34 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:34 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:34 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:34 DEBUG opendrift:650: 39 elements hit land, moving them to the coastline.
10:42:34 DEBUG opendrift:1683: 39 elements scheduled for deactivation (stranded)
10:42:34 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:34 DEBUG opendrift:1703: Removed 39 elements.
10:42:34 DEBUG opendrift:1706: Removed 39 values from environment.
10:42:34 DEBUG opendrift:1711: remove items from profile for z
10:42:34 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:34 DEBUG opendrift:1715: Removed 39 values from environment_profiles.
10:42:34 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:34 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:34 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:34 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:34 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.002538706838830736 and 0.7378004987242909 m/s
10:42:34 DEBUG opendrift:2148: 9954 active elements (10046 deactivated)
10:42:34 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:34 DEBUG opendrift:2059: ======================================================================
10:42:34 INFO opendrift:2060: 2025-04-23 06:57:09.960184 - step 82 of 96 - 9954 active elements (10046 deactivated)
10:42:34 DEBUG opendrift:2066: 0 elements scheduled.
10:42:34 DEBUG opendrift:2068: ======================================================================
10:42:34 DEBUG opendrift:2079: 60.18954190011119 <- latitude -> 60.28226487986754
10:42:34 DEBUG opendrift:2084: 4.845141520085409 <- longitude -> 5.0001418102766735
10:42:34 DEBUG opendrift:2087: z = 0.0
10:42:34 DEBUG opendrift:2090: ---------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9954 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 9954 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9954 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 9954 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9954 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 9954 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:34 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:34 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:34 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:34 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.471397 (min) 0.471397 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.95694 (min) 0.95694 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:34 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:34 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:34 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:34 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:34 DEBUG opendrift:650: 225 elements hit land, moving them to the coastline.
10:42:34 DEBUG opendrift:1683: 225 elements scheduled for deactivation (stranded)
10:42:34 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:34 DEBUG opendrift:1703: Removed 225 elements.
10:42:34 DEBUG opendrift:1706: Removed 225 values from environment.
10:42:34 DEBUG opendrift:1711: remove items from profile for z
10:42:34 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:34 DEBUG opendrift:1715: Removed 225 values from environment_profiles.
10:42:34 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:34 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:34 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:34 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:34 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.002150883722605878 and 0.636511853267026 m/s
10:42:34 DEBUG opendrift:2148: 9729 active elements (10271 deactivated)
10:42:34 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:34 DEBUG opendrift:2059: ======================================================================
10:42:34 INFO opendrift:2060: 2025-04-23 07:12:09.960184 - step 83 of 96 - 9729 active elements (10271 deactivated)
10:42:34 DEBUG opendrift:2066: 0 elements scheduled.
10:42:34 DEBUG opendrift:2068: ======================================================================
10:42:34 DEBUG opendrift:2079: 60.19727227851139 <- latitude -> 60.2901610060884
10:42:34 DEBUG opendrift:2084: 4.85125796396026 <- longitude -> 4.995951739738227
10:42:34 DEBUG opendrift:2087: z = 0.0
10:42:34 DEBUG opendrift:2090: ---------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9729 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 9729 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9729 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 9729 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9729 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 9729 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:34 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:34 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:34 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:34 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.442289 (min) 0.442289 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.94693 (min) 0.94693 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:34 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:34 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:34 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:34 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:34 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:34 DEBUG opendrift:650: 688 elements hit land, moving them to the coastline.
10:42:34 DEBUG opendrift:1683: 688 elements scheduled for deactivation (stranded)
10:42:34 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:34 DEBUG opendrift:1703: Removed 688 elements.
10:42:34 DEBUG opendrift:1706: Removed 688 values from environment.
10:42:34 DEBUG opendrift:1711: remove items from profile for z
10:42:34 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:34 DEBUG opendrift:1715: Removed 688 values from environment_profiles.
10:42:34 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:34 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:34 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:34 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:34 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.003719262309967598 and 0.626402984948736 m/s
10:42:34 DEBUG opendrift:2148: 9041 active elements (10959 deactivated)
10:42:34 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:34 DEBUG opendrift:2059: ======================================================================
10:42:34 INFO opendrift:2060: 2025-04-23 07:27:09.960184 - step 84 of 96 - 9041 active elements (10959 deactivated)
10:42:34 DEBUG opendrift:2066: 0 elements scheduled.
10:42:34 DEBUG opendrift:2068: ======================================================================
10:42:34 DEBUG opendrift:2079: 60.20586302483338 <- latitude -> 60.30018944094358
10:42:34 DEBUG opendrift:2084: 4.859973601644823 <- longitude -> 4.9969418910766565
10:42:34 DEBUG opendrift:2087: z = 0.0
10:42:34 DEBUG opendrift:2090: ---------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9041 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 9041 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9041 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 9041 elements
10:42:34 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:34 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:34 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:34 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:34 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:34 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:34 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:34 DEBUG opendrift.models.basemodel.environment:614: Data needed for 9041 elements
10:42:34 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 9041 elements
10:42:35 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:35 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:35 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:35 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:35 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:35 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:35 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:35 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:35 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.412707 (min) 0.412707 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.935906 (min) 0.935906 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:35 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:35 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:35 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:35 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:35 DEBUG opendrift:650: 1273 elements hit land, moving them to the coastline.
10:42:35 DEBUG opendrift:1683: 1273 elements scheduled for deactivation (stranded)
10:42:35 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:35 DEBUG opendrift:1703: Removed 1273 elements.
10:42:35 DEBUG opendrift:1706: Removed 1273 values from environment.
10:42:35 DEBUG opendrift:1711: remove items from profile for z
10:42:35 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:35 DEBUG opendrift:1715: Removed 1273 values from environment_profiles.
10:42:35 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:35 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:35 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:35 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:35 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.001250974418126693 and 0.5912709351509505 m/s
10:42:35 DEBUG opendrift:2148: 7768 active elements (12232 deactivated)
10:42:35 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:35 DEBUG opendrift:2059: ======================================================================
10:42:35 INFO opendrift:2060: 2025-04-23 07:42:09.960184 - step 85 of 96 - 7768 active elements (12232 deactivated)
10:42:35 DEBUG opendrift:2066: 0 elements scheduled.
10:42:35 DEBUG opendrift:2068: ======================================================================
10:42:35 DEBUG opendrift:2079: 60.21304711084919 <- latitude -> 60.30780380699134
10:42:35 DEBUG opendrift:2084: 4.865611941445675 <- longitude -> 4.99478257292858
10:42:35 DEBUG opendrift:2087: z = 0.0
10:42:35 DEBUG opendrift:2090: ---------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:35 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:35 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:614: Data needed for 7768 elements
10:42:35 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 7768 elements
10:42:35 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:35 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:35 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:35 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:35 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:35 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:35 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:614: Data needed for 7768 elements
10:42:35 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 7768 elements
10:42:35 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:35 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:35 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:35 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:35 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:35 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:35 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:614: Data needed for 7768 elements
10:42:35 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 7768 elements
10:42:35 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:35 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:35 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:35 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:35 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:35 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:35 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:35 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:35 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:35 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.382683 (min) 0.382683 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.92388 (min) 0.92388 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:35 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:35 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:35 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:35 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:35 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:35 DEBUG opendrift:650: 1801 elements hit land, moving them to the coastline.
10:42:35 DEBUG opendrift:1683: 1801 elements scheduled for deactivation (stranded)
10:42:35 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:36 DEBUG opendrift:1703: Removed 1801 elements.
10:42:36 DEBUG opendrift:1706: Removed 1801 values from environment.
10:42:36 DEBUG opendrift:1711: remove items from profile for z
10:42:36 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:36 DEBUG opendrift:1715: Removed 1801 values from environment_profiles.
10:42:36 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:36 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:36 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:36 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:36 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0016718127211672027 and 0.6530367841284331 m/s
10:42:36 DEBUG opendrift:2148: 5967 active elements (14033 deactivated)
10:42:36 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:36 DEBUG opendrift:2059: ======================================================================
10:42:36 INFO opendrift:2060: 2025-04-23 07:57:09.960184 - step 86 of 96 - 5967 active elements (14033 deactivated)
10:42:36 DEBUG opendrift:2066: 0 elements scheduled.
10:42:36 DEBUG opendrift:2068: ======================================================================
10:42:36 DEBUG opendrift:2079: 60.220428143093585 <- latitude -> 60.316488986870624
10:42:36 DEBUG opendrift:2084: 4.872623407924597 <- longitude -> 4.9977623729717005
10:42:36 DEBUG opendrift:2087: z = 0.0
10:42:36 DEBUG opendrift:2090: ---------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:36 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:36 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:614: Data needed for 5967 elements
10:42:36 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 5967 elements
10:42:36 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:36 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:36 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:36 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:36 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:36 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:36 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:614: Data needed for 5967 elements
10:42:36 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 5967 elements
10:42:36 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:36 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:36 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:36 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:36 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:36 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:36 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:614: Data needed for 5967 elements
10:42:36 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 5967 elements
10:42:36 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:36 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:36 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:36 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:36 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:36 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:36 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:36 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:36 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:36 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.35225 (min) 0.35225 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.910864 (min) 0.910864 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:36 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:36 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:36 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:36 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:36 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:36 DEBUG opendrift:650: 1697 elements hit land, moving them to the coastline.
10:42:36 DEBUG opendrift:1683: 1697 elements scheduled for deactivation (stranded)
10:42:36 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:37 DEBUG opendrift:1703: Removed 1697 elements.
10:42:37 DEBUG opendrift:1706: Removed 1697 values from environment.
10:42:37 DEBUG opendrift:1711: remove items from profile for z
10:42:37 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:37 DEBUG opendrift:1715: Removed 1697 values from environment_profiles.
10:42:37 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:37 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:37 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:37 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:37 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.003827724985333203 and 0.5849336035140908 m/s
10:42:37 DEBUG opendrift:2148: 4270 active elements (15730 deactivated)
10:42:37 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:37 DEBUG opendrift:2059: ======================================================================
10:42:37 INFO opendrift:2060: 2025-04-23 08:12:09.960184 - step 87 of 96 - 4270 active elements (15730 deactivated)
10:42:37 DEBUG opendrift:2066: 0 elements scheduled.
10:42:37 DEBUG opendrift:2068: ======================================================================
10:42:37 DEBUG opendrift:2079: 60.227767652325156 <- latitude -> 60.32279209880877
10:42:37 DEBUG opendrift:2084: 4.875909444183212 <- longitude -> 5.0020595347338705
10:42:37 DEBUG opendrift:2087: z = 0.0
10:42:37 DEBUG opendrift:2090: ---------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:37 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:37 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:614: Data needed for 4270 elements
10:42:37 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 4270 elements
10:42:37 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:37 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:37 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:37 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:37 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:37 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:37 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:614: Data needed for 4270 elements
10:42:37 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 4270 elements
10:42:37 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:37 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:37 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:37 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:37 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:37 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:37 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:614: Data needed for 4270 elements
10:42:37 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 4270 elements
10:42:37 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:37 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:37 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:37 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:37 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:37 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:37 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:37 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:37 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:37 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.321439 (min) 0.321439 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.896873 (min) 0.896873 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:37 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:37 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:37 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:37 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:37 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:37 DEBUG opendrift:650: 1320 elements hit land, moving them to the coastline.
10:42:37 DEBUG opendrift:1683: 1320 elements scheduled for deactivation (stranded)
10:42:37 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:38 DEBUG opendrift:1703: Removed 1320 elements.
10:42:38 DEBUG opendrift:1706: Removed 1320 values from environment.
10:42:38 DEBUG opendrift:1711: remove items from profile for z
10:42:38 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:38 DEBUG opendrift:1715: Removed 1320 values from environment_profiles.
10:42:38 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:38 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:38 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:38 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:38 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0020590302394972258 and 0.6015461753780741 m/s
10:42:38 DEBUG opendrift:2148: 2950 active elements (17050 deactivated)
10:42:38 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:38 DEBUG opendrift:2059: ======================================================================
10:42:38 INFO opendrift:2060: 2025-04-23 08:27:09.960184 - step 88 of 96 - 2950 active elements (17050 deactivated)
10:42:38 DEBUG opendrift:2066: 0 elements scheduled.
10:42:38 DEBUG opendrift:2068: ======================================================================
10:42:38 DEBUG opendrift:2079: 60.234522417785 <- latitude -> 60.329679513947795
10:42:38 DEBUG opendrift:2084: 4.883100547348306 <- longitude -> 4.997097591530617
10:42:38 DEBUG opendrift:2087: z = 0.0
10:42:38 DEBUG opendrift:2090: ---------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:38 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:38 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:614: Data needed for 2950 elements
10:42:38 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 2950 elements
10:42:38 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:38 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:38 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:38 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:38 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:38 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:38 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:614: Data needed for 2950 elements
10:42:38 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 2950 elements
10:42:38 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:38 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:38 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:38 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:38 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:38 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:38 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:614: Data needed for 2950 elements
10:42:38 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 2950 elements
10:42:38 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:38 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:38 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:38 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:38 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:38 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:38 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:38 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:38 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:38 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.290285 (min) 0.290285 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.881921 (min) 0.881921 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:38 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:38 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:38 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:38 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:38 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:38 DEBUG opendrift:650: 888 elements hit land, moving them to the coastline.
10:42:38 DEBUG opendrift:1683: 888 elements scheduled for deactivation (stranded)
10:42:38 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:39 DEBUG opendrift:1703: Removed 888 elements.
10:42:39 DEBUG opendrift:1706: Removed 888 values from environment.
10:42:39 DEBUG opendrift:1711: remove items from profile for z
10:42:39 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:39 DEBUG opendrift:1715: Removed 888 values from environment_profiles.
10:42:39 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:39 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:39 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:39 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:39 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.006086767919096393 and 0.5464493884756085 m/s
10:42:39 DEBUG opendrift:2148: 2062 active elements (17938 deactivated)
10:42:39 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:39 DEBUG opendrift:2059: ======================================================================
10:42:39 INFO opendrift:2060: 2025-04-23 08:42:09.960184 - step 89 of 96 - 2062 active elements (17938 deactivated)
10:42:39 DEBUG opendrift:2066: 0 elements scheduled.
10:42:39 DEBUG opendrift:2068: ======================================================================
10:42:39 DEBUG opendrift:2079: 60.24073851133436 <- latitude -> 60.33692210547657
10:42:39 DEBUG opendrift:2084: 4.887757890029408 <- longitude -> 4.996561696532053
10:42:39 DEBUG opendrift:2087: z = 0.0
10:42:39 DEBUG opendrift:2090: ---------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 2062 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 2062 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 2062 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 2062 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 2062 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 2062 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:39 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:39 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:39 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:39 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.258819 (min) 0.258819 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.866025 (min) 0.866025 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:39 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:39 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:39 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:39 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:39 DEBUG opendrift:650: 626 elements hit land, moving them to the coastline.
10:42:39 DEBUG opendrift:1683: 626 elements scheduled for deactivation (stranded)
10:42:39 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:39 DEBUG opendrift:1703: Removed 626 elements.
10:42:39 DEBUG opendrift:1706: Removed 626 values from environment.
10:42:39 DEBUG opendrift:1711: remove items from profile for z
10:42:39 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:39 DEBUG opendrift:1715: Removed 626 values from environment_profiles.
10:42:39 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:39 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:39 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:39 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:39 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.00735776119099111 and 0.555084375359102 m/s
10:42:39 DEBUG opendrift:2148: 1436 active elements (18564 deactivated)
10:42:39 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:39 DEBUG opendrift:2059: ======================================================================
10:42:39 INFO opendrift:2060: 2025-04-23 08:57:09.960184 - step 90 of 96 - 1436 active elements (18564 deactivated)
10:42:39 DEBUG opendrift:2066: 0 elements scheduled.
10:42:39 DEBUG opendrift:2068: ======================================================================
10:42:39 DEBUG opendrift:2079: 60.24758385341789 <- latitude -> 60.33006664671505
10:42:39 DEBUG opendrift:2084: 4.8893436358555284 <- longitude -> 4.992725823397952
10:42:39 DEBUG opendrift:2087: z = 0.0
10:42:39 DEBUG opendrift:2090: ---------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 1436 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 1436 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 1436 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 1436 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 1436 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 1436 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:39 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:39 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:39 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:39 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.227076 (min) 0.227076 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.849202 (min) 0.849202 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:39 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:39 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:39 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:39 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:39 DEBUG opendrift:650: 474 elements hit land, moving them to the coastline.
10:42:39 DEBUG opendrift:1683: 474 elements scheduled for deactivation (stranded)
10:42:39 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:39 DEBUG opendrift:1703: Removed 474 elements.
10:42:39 DEBUG opendrift:1706: Removed 474 values from environment.
10:42:39 DEBUG opendrift:1711: remove items from profile for z
10:42:39 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:39 DEBUG opendrift:1715: Removed 474 values from environment_profiles.
10:42:39 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:39 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:39 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:39 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:39 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.005026491836975483 and 0.5968454080119526 m/s
10:42:39 DEBUG opendrift:2148: 962 active elements (19038 deactivated)
10:42:39 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:39 DEBUG opendrift:2059: ======================================================================
10:42:39 INFO opendrift:2060: 2025-04-23 09:12:09.960184 - step 91 of 96 - 962 active elements (19038 deactivated)
10:42:39 DEBUG opendrift:2066: 0 elements scheduled.
10:42:39 DEBUG opendrift:2068: ======================================================================
10:42:39 DEBUG opendrift:2079: 60.25246791173795 <- latitude -> 60.33735367206825
10:42:39 DEBUG opendrift:2084: 4.891895878372278 <- longitude -> 4.983970017375231
10:42:39 DEBUG opendrift:2087: z = 0.0
10:42:39 DEBUG opendrift:2090: ---------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 962 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 962 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 962 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 962 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 962 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 962 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:39 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:39 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:39 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:39 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.19509 (min) 0.19509 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.83147 (min) 0.83147 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:39 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:39 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:39 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:39 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:39 DEBUG opendrift:650: 333 elements hit land, moving them to the coastline.
10:42:39 DEBUG opendrift:1683: 333 elements scheduled for deactivation (stranded)
10:42:39 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:39 DEBUG opendrift:1703: Removed 333 elements.
10:42:39 DEBUG opendrift:1706: Removed 333 values from environment.
10:42:39 DEBUG opendrift:1711: remove items from profile for z
10:42:39 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:39 DEBUG opendrift:1715: Removed 333 values from environment_profiles.
10:42:39 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:39 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:39 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:39 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:39 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.003164621732593731 and 0.5191505235689248 m/s
10:42:39 DEBUG opendrift:2148: 629 active elements (19371 deactivated)
10:42:39 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:39 DEBUG opendrift:2059: ======================================================================
10:42:39 INFO opendrift:2060: 2025-04-23 09:27:09.960184 - step 92 of 96 - 629 active elements (19371 deactivated)
10:42:39 DEBUG opendrift:2066: 0 elements scheduled.
10:42:39 DEBUG opendrift:2068: ======================================================================
10:42:39 DEBUG opendrift:2079: 60.26948700635367 <- latitude -> 60.34235540567788
10:42:39 DEBUG opendrift:2084: 4.894769593183222 <- longitude -> 4.988017607350393
10:42:39 DEBUG opendrift:2087: z = 0.0
10:42:39 DEBUG opendrift:2090: ---------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 629 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 629 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 629 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 629 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 629 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 629 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:39 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:39 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:39 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:39 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.162895 (min) 0.162895 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.812847 (min) 0.812847 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:39 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:39 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:39 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:39 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:39 DEBUG opendrift:650: 246 elements hit land, moving them to the coastline.
10:42:39 DEBUG opendrift:1683: 246 elements scheduled for deactivation (stranded)
10:42:39 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:39 DEBUG opendrift:1703: Removed 246 elements.
10:42:39 DEBUG opendrift:1706: Removed 246 values from environment.
10:42:39 DEBUG opendrift:1711: remove items from profile for z
10:42:39 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:39 DEBUG opendrift:1715: Removed 246 values from environment_profiles.
10:42:39 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:39 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:39 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:39 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:39 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.011138388642781258 and 0.6007170551308516 m/s
10:42:39 DEBUG opendrift:2148: 383 active elements (19617 deactivated)
10:42:39 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:39 DEBUG opendrift:2059: ======================================================================
10:42:39 INFO opendrift:2060: 2025-04-23 09:42:09.960184 - step 93 of 96 - 383 active elements (19617 deactivated)
10:42:39 DEBUG opendrift:2066: 0 elements scheduled.
10:42:39 DEBUG opendrift:2068: ======================================================================
10:42:39 DEBUG opendrift:2079: 60.27517375286365 <- latitude -> 60.34952108320694
10:42:39 DEBUG opendrift:2084: 4.89490062204282 <- longitude -> 4.993111908318113
10:42:39 DEBUG opendrift:2087: z = 0.0
10:42:39 DEBUG opendrift:2090: ---------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 383 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 383 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 383 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 383 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:39 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:39 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:614: Data needed for 383 elements
10:42:39 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 383 elements
10:42:39 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:39 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:39 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:39 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:39 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:39 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:39 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:39 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:39 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:39 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.130526 (min) 0.130526 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.793353 (min) 0.793353 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:39 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:39 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:39 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:39 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:39 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:39 DEBUG opendrift:650: 158 elements hit land, moving them to the coastline.
10:42:39 DEBUG opendrift:1683: 158 elements scheduled for deactivation (stranded)
10:42:39 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:40 DEBUG opendrift:1703: Removed 158 elements.
10:42:40 DEBUG opendrift:1706: Removed 158 values from environment.
10:42:40 DEBUG opendrift:1711: remove items from profile for z
10:42:40 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:40 DEBUG opendrift:1715: Removed 158 values from environment_profiles.
10:42:40 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:40 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:40 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:40 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:40 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.008625528964109612 and 0.7093539729858529 m/s
10:42:40 DEBUG opendrift:2148: 225 active elements (19775 deactivated)
10:42:40 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:40 DEBUG opendrift:2059: ======================================================================
10:42:40 INFO opendrift:2060: 2025-04-23 09:57:09.960184 - step 94 of 96 - 225 active elements (19775 deactivated)
10:42:40 DEBUG opendrift:2066: 0 elements scheduled.
10:42:40 DEBUG opendrift:2068: ======================================================================
10:42:40 DEBUG opendrift:2079: 60.28271742087752 <- latitude -> 60.351081225246375
10:42:40 DEBUG opendrift:2084: 4.8947560976055335 <- longitude -> 4.9763797848302875
10:42:40 DEBUG opendrift:2087: z = 0.0
10:42:40 DEBUG opendrift:2090: ---------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:40 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:40 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:614: Data needed for 225 elements
10:42:40 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 225 elements
10:42:40 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:40 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:40 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:40 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:40 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:40 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:40 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:614: Data needed for 225 elements
10:42:40 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 225 elements
10:42:40 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:40 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:40 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:40 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:40 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:40 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:40 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:614: Data needed for 225 elements
10:42:40 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 225 elements
10:42:40 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:40 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:40 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:40 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:40 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:40 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:40 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:40 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:40 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.0980171 (min) 0.0980171 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.77301 (min) 0.77301 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:40 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:40 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:40 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:40 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:40 DEBUG opendrift:650: 70 elements hit land, moving them to the coastline.
10:42:40 DEBUG opendrift:1683: 70 elements scheduled for deactivation (stranded)
10:42:40 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:40 DEBUG opendrift:1703: Removed 70 elements.
10:42:40 DEBUG opendrift:1706: Removed 70 values from environment.
10:42:40 DEBUG opendrift:1711: remove items from profile for z
10:42:40 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:40 DEBUG opendrift:1715: Removed 70 values from environment_profiles.
10:42:40 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:40 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:40 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:40 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:40 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.01960645690467423 and 0.4708328812908272 m/s
10:42:40 DEBUG opendrift:2148: 155 active elements (19845 deactivated)
10:42:40 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:40 DEBUG opendrift:2059: ======================================================================
10:42:40 INFO opendrift:2060: 2025-04-23 10:12:09.960184 - step 95 of 96 - 155 active elements (19845 deactivated)
10:42:40 DEBUG opendrift:2066: 0 elements scheduled.
10:42:40 DEBUG opendrift:2068: ======================================================================
10:42:40 DEBUG opendrift:2079: 60.289663826940654 <- latitude -> 60.3510319080441
10:42:40 DEBUG opendrift:2084: 4.897515906023748 <- longitude -> 4.979461404251444
10:42:40 DEBUG opendrift:2087: z = 0.0
10:42:40 DEBUG opendrift:2090: ---------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:40 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:40 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:614: Data needed for 155 elements
10:42:40 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 155 elements
10:42:40 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:40 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:40 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:40 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:40 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:40 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:40 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:614: Data needed for 155 elements
10:42:40 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 155 elements
10:42:40 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:40 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:40 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:40 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:40 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:40 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:40 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:614: Data needed for 155 elements
10:42:40 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 155 elements
10:42:40 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:40 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:40 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:40 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:40 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:40 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:40 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:40 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:40 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.0654031 (min) 0.0654031 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.75184 (min) 0.75184 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:40 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:40 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:40 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:40 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:40 DEBUG opendrift:650: 56 elements hit land, moving them to the coastline.
10:42:40 DEBUG opendrift:1683: 56 elements scheduled for deactivation (stranded)
10:42:40 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:40 DEBUG opendrift:1703: Removed 56 elements.
10:42:40 DEBUG opendrift:1706: Removed 56 values from environment.
10:42:40 DEBUG opendrift:1711: remove items from profile for z
10:42:40 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:40 DEBUG opendrift:1715: Removed 56 values from environment_profiles.
10:42:40 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:40 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:40 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:40 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:40 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.007399925388815132 and 0.46640679562131393 m/s
10:42:40 DEBUG opendrift:2148: 99 active elements (19901 deactivated)
10:42:40 DEBUG opendrift:878: to be seeded: 0, already seeded 20000
10:42:40 DEBUG opendrift:2059: ======================================================================
10:42:40 INFO opendrift:2060: 2025-04-23 10:27:09.960184 - step 96 of 96 - 99 active elements (19901 deactivated)
10:42:40 DEBUG opendrift:2066: 0 elements scheduled.
10:42:40 DEBUG opendrift:2068: ======================================================================
10:42:40 DEBUG opendrift:2079: 60.295997247199935 <- latitude -> 60.357034559065326
10:42:40 DEBUG opendrift:2084: 4.906495640167699 <- longitude -> 4.976021110240157
10:42:40 DEBUG opendrift:2087: z = 0.0
10:42:40 DEBUG opendrift:2090: ---------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:592: Variable group ['x_sea_water_velocity']
10:42:40 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader
10:42:40 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:614: Data needed for 99 elements
10:42:40 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader covering 99 elements
10:42:40 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:40 DEBUG opendrift.readers.basereader.variables:637: Checking x_sea_water_velocity for invalid values
10:42:40 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:40 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:40 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:592: Variable group ['y_sea_water_velocity']
10:42:40 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:597: Calling reader oscillating_reader_0
10:42:40 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:614: Data needed for 99 elements
10:42:40 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from oscillating_reader_0 covering 99 elements
10:42:40 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:40 DEBUG opendrift.readers.basereader.variables:637: Checking y_sea_water_velocity for invalid values
10:42:40 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:40 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:40 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:40 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:40 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:614: Data needed for 99 elements
10:42:40 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 99 elements
10:42:40 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:40 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:40 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:40 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:40 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:40 DEBUG opendrift.models.basemodel.environment:782: Creating empty dictionary for profiles not profided by any reader: ['ocean_vertical_diffusivity']
10:42:40 DEBUG opendrift.models.basemodel.environment:787: Using fallback value 0 for ocean_vertical_diffusivity for all profiles
10:42:40 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:40 DEBUG opendrift.models.basemodel.environment:889: x_sea_water_velocity: 0.0327191 (min) 0.0327191 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: y_sea_water_velocity: 0.729864 (min) 0.729864 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: x_wind: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: y_wind: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: upward_sea_water_velocity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: ocean_vertical_diffusivity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_significant_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_x_velocity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_stokes_drift_y_velocity: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_period_at_variance_spectral_density_maximum: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_to_direction: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_swell_wave_significant_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_to_direction: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_mean_period: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_surface_wind_wave_significant_height: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: surface_downward_x_stress: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: surface_downward_y_stress: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: turbulent_kinetic_energy: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: turbulent_generic_length_scale: 0 (min) 0 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: ocean_mixed_layer_thickness: 50 (min) 50 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: sea_floor_depth_below_sea_level: 10000 (min) 10000 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:40 DEBUG opendrift.models.physics_methods:849: Calculating Hs from wind, min: 0.000000, mean: 0.000000, max: 0.000000
10:42:40 DEBUG opendrift.models.physics_methods:907: Calculating wave period Tm02 from wind
10:42:40 DEBUG opendrift.models.physics_methods:917: min: 1.256637, mean: 1.256637, max: 1.256637
10:42:40 DEBUG opendrift.models.physics_methods:857: Calculating wave period from wind, min: 1.256637, mean: 1.256637, max: 1.256637
10:42:40 DEBUG opendrift:650: 39 elements hit land, moving them to the coastline.
10:42:40 DEBUG opendrift:1683: 39 elements scheduled for deactivation (stranded)
10:42:40 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:40 DEBUG opendrift:1703: Removed 39 elements.
10:42:40 DEBUG opendrift:1706: Removed 39 values from environment.
10:42:40 DEBUG opendrift:1711: remove items from profile for z
10:42:40 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:40 DEBUG opendrift:1715: Removed 39 values from environment_profiles.
10:42:40 DEBUG opendrift:2133: Calling OceanDrift.update()
10:42:40 DEBUG opendrift.models.physics_methods:761: No wind for wind-sheared ocean drift
10:42:40 DEBUG opendrift.models.physics_methods:789: No Stokes drift velocity available
10:42:40 DEBUG opendrift.models.oceandrift:308: No vertical advection for elements at surface
10:42:40 DEBUG opendrift:1661: Moving elements according to horizontal diffusivity of 10.0, with speeds between 0.0036460707565725728 and 0.351805971324279 m/s
10:42:40 DEBUG opendrift:2148: 60 active elements (19940 deactivated)
10:42:40 DEBUG opendrift:2177: Cleaning up
10:42:40 DEBUG opendrift.models.basemodel.environment:591: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:592: Variable group ['land_binary_mask']
10:42:40 DEBUG opendrift.models.basemodel.environment:593: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:597: Calling reader global_landmask
10:42:40 DEBUG opendrift.models.basemodel.environment:598: ----------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:614: Data needed for 60 elements
10:42:40 DEBUG opendrift.readers.basereader.variables:759: Fetching variables from global_landmask covering 60 elements
10:42:40 DEBUG opendrift.readers.basereader.continuous:37: Fetched env-before
10:42:40 DEBUG opendrift.readers.basereader.variables:637: Checking land_binary_mask for invalid values
10:42:40 DEBUG opendrift.readers.basereader.variables:795: Reader projection is latlon - rotation of vectors is not needed.
10:42:40 DEBUG opendrift.models.basemodel.environment:748: Obtained data for all elements.
10:42:40 DEBUG opendrift.models.basemodel.environment:761: ---------------------------------------
10:42:40 DEBUG opendrift.models.basemodel.environment:762: Finished processing all variable groups
10:42:40 DEBUG opendrift.models.basemodel.environment:887: ------------ SUMMARY -------------
10:42:40 DEBUG opendrift.models.basemodel.environment:889: land_binary_mask: 0 (min) 1 (max)
10:42:40 DEBUG opendrift.models.basemodel.environment:891: ---------------------------------
10:42:40 DEBUG opendrift:650: 21 elements hit land, moving them to the coastline.
10:42:40 DEBUG opendrift:1683: 21 elements scheduled for deactivation (stranded)
10:42:40 DEBUG opendrift:1685: (z: 0.000000 to 0.000000)
10:42:40 DEBUG opendrift:2263: Updating minval and maxval
10:42:40 DEBUG opendrift:2343: Writing to file
10:42:40 DEBUG opendrift.export.io_netcdf:33: Initialising output netCDF file simulation.nc with 49 timesteps
10:42:41 DEBUG opendrift:2188: Finalising and closing output file: simulation.nc
10:42:41 DEBUG opendrift.export.io_netcdf:66: Closing netCDF-file
10:42:41 DEBUG opendrift.export.io_netcdf:75: Closed netCDF-file
10:42:41 DEBUG opendrift.export.io_netcdf:88: Making netCDF file CDM compliant with fixed dimensions, and compressing with {'zlib': True, 'complevel': 6}
10:42:43 DEBUG opendrift:1703: Removed 21 elements.
10:42:43 DEBUG opendrift:1706: Removed 21 values from environment.
10:42:43 DEBUG opendrift:1711: remove items from profile for z
10:42:43 DEBUG opendrift:1711: remove items from profile for ocean_vertical_diffusivity
10:42:43 DEBUG opendrift:1715: Removed 21 values from environment_profiles.
10:42:43 DEBUG opendrift:100: Changed mode from Mode.Run to Mode.Result
Opening the output file lazily with Xarray. This will work even if the file is too large to fit in memory, as it will read and process data chuck-by-chunk directly from file using Dask. (See also example_river_runoff.py) See also TrajAn: https://opendrift.github.io/trajan/
oa = opendrift.open(outfile)
10:42:43 DEBUG opendrift.models.oceandrift:116: No machine learning correction available.
10:42:43 DEBUG opendrift.config:168: Adding 50 config items from environment
10:42:43 DEBUG opendrift.config:168: Adding 5 config items from environment
10:42:43 DEBUG opendrift.config:168: Adding 18 config items from __init__
10:42:43 DEBUG opendrift.config:178: Overwriting config item readers:max_number_of_fails
10:42:43 DEBUG opendrift.config:168: Adding 5 config items from __init__
10:42:43 INFO opendrift:509: OpenDriftSimulation initialised (version 1.13.1 / v1.13.1-25-g5021161)
10:42:43 DEBUG opendrift.config:168: Adding 15 config items from oceandrift
10:42:43 DEBUG opendrift.config:178: Overwriting config item seed:z
10:42:43 DEBUG opendrift.export.io_netcdf:103: Importing from simulation.nc
10:42:43 DEBUG opendrift:1703: Removed 19961 elements.
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:x_sea_water_velocity -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:x_sea_water_velocity -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:y_sea_water_velocity -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:y_sea_water_velocity -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_height -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_height -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:x_wind -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:x_wind -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:y_wind -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:y_wind -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:upward_sea_water_velocity -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:upward_sea_water_velocity -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:ocean_vertical_diffusivity -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:ocean_vertical_diffusivity -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_wave_significant_height -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_wave_significant_height -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_wave_stokes_drift_x_velocity -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_wave_stokes_drift_x_velocity -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_wave_stokes_drift_y_velocity -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_wave_stokes_drift_y_velocity -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_wave_period_at_variance_spectral_density_maximum -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_wave_period_at_variance_spectral_density_maximum -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_swell_wave_to_direction -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_swell_wave_to_direction -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_swell_wave_peak_period_from_variance_spectral_density -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_swell_wave_peak_period_from_variance_spectral_density -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_swell_wave_significant_height -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_swell_wave_significant_height -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_wind_wave_to_direction -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_wind_wave_to_direction -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_wind_wave_mean_period -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_wind_wave_mean_period -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_surface_wind_wave_significant_height -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_surface_wind_wave_significant_height -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:surface_downward_x_stress -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:surface_downward_x_stress -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:surface_downward_y_stress -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:surface_downward_y_stress -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:turbulent_kinetic_energy -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:turbulent_kinetic_energy -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:turbulent_generic_length_scale -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:turbulent_generic_length_scale -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:ocean_mixed_layer_thickness -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:ocean_mixed_layer_thickness -> 50
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:sea_floor_depth_below_sea_level -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:sea_floor_depth_below_sea_level -> 10000
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:constant:land_binary_mask -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: environment:fallback:land_binary_mask -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: general:use_auto_landmask -> True
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:current_uncertainty -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:current_uncertainty_uniform -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:max_speed -> 2.0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: readers:max_number_of_fails -> 1
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: general:simulation_name ->
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: general:coastline_action -> stranding
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: general:coastline_approximation_precision -> 0.001
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: general:time_step_minutes -> 60
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: general:time_step_output_minutes -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: seed:ocean_only -> True
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: seed:number -> 1
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:max_age_seconds -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:advection_scheme -> euler
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:horizontal_diffusivity -> 10.0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:profiles_depth -> 50
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:wind_uncertainty -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:relative_wind -> False
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:deactivate_north_of -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:deactivate_south_of -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:deactivate_east_of -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:deactivate_west_of -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: seed:origin_marker -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: seed:z -> 0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: seed:wind_drift_factor -> 0.02
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: seed:current_drift_factor -> 1
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: seed:terminal_velocity -> 0.0
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:vertical_advection -> True
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:vertical_mixing -> False
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: vertical_mixing:timestep -> 60
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: vertical_mixing:diffusivitymodel -> environment
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: vertical_mixing:background_diffusivity -> 1.2e-05
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: vertical_mixing:TSprofiles -> False
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:wind_drift_depth -> 0.1
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:stokes_drift -> True
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:stokes_drift_profile -> Phillips
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:use_tabularised_stokes_drift -> False
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:tabularised_stokes_drift_fetch -> 25000
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: general:seafloor_action -> lift_to_seafloor
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: drift:truncate_ocean_model_below_m -> None
10:42:43 DEBUG opendrift.export.io_netcdf:140: Setting imported config: seed:seafloor -> False
10:42:43 INFO opendrift:78: Returning <class 'opendrift.models.oceandrift.OceanDrift'> object
Calculating histogram The histogram may be stored/cached to a netCDF file for later re-use, as the calculation may be time consuming for huge output files.
h = oa.get_histogram(pixelsize_m=500)
10:42:43 INFO opendrift:3894: calculating for origin_marker 0...
10:42:44 INFO opendrift:3894: calculating for origin_marker 1...
Plot the cumulative coverage of first seeding (origin_marker=0)
b=h.isel(origin_marker=0).sum(dim='time')
oa.plot(background=b.where(b>0), fast=True, show_elements=False, vmin=0, vmax=1000, clabel='First seeding')

10:42:44 DEBUG opendrift:2405: Setting up map: corners=None, fast=True, lscale=None
10:42:44 WARNING opendrift:2436: Plotting fast. This will make your plots less accurate.
(<GeoAxes: title={'center': 'OpenDrift - OceanDrift\n2025-04-22 10:42 to 2025-04-23 10:42 UTC (49 steps)'}>, <Figure size 858.237x1100 with 2 Axes>)
Making two animations, for each of the two seedings / origin_markers. The calculated density fields may be stored/cached to a netCDF file for later re-use, as their calculation may be time consuming for huge output files. Note that other analysis/plotting methods are not yet adapted to datasets opened lazily with open_xarray
for om in [0, 1]:
background=h.isel(origin_marker=om)
oa.animation(background=background.where(background>0), bgalpha=1,
corners=[4.0, 6, 59.5, 61], fast=False, show_elements=False, vmin=0, vmax=200)
# Cleaning up
os.remove(outfile)
10:43:43 DEBUG opendrift:2405: Setting up map: corners=[4.0, 6, 59.5, 61], fast=False, lscale=None
10:43:44 DEBUG opendrift.readers.reader_global_landmask:84: Loading shapes ('h' level 1) with Cartopy shapereader...
10:43:58 DEBUG opendrift.readers.reader_global_landmask:84: Loading shapes ('h' level 5) with Cartopy shapereader...
10:43:58 DEBUG opendrift.readers.reader_global_landmask:84: Loading shapes ('h' level 6) with Cartopy shapereader...
10:43:58 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
/opt/conda/envs/opendrift/lib/python3.11/site-packages/cartopy/mpl/geoaxes.py:1692: UserWarning: No data for colormapping provided via 'c'. Parameters 'vmin', 'vmax' will be ignored
result = super().scatter(*args, **kwargs)
10:43:58 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:43:58 DEBUG opendrift:3050: Saving animation..
10:43:59 INFO opendrift:4607: Saving animation to /root/project/docs/source/gallery/animations/example_huge_output_0.gif...
10:43:59 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:43:59 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:43:59 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:00 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:00 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:00 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:01 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:01 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:01 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:01 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:02 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:02 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:03 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:03 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:03 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:03 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:04 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:04 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:04 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:05 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:05 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:05 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:06 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:06 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:06 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:06 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:07 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:07 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:07 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:08 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:08 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:08 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:09 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:09 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:09 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:09 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:10 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:10 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:10 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:11 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:11 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:11 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:12 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:12 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:12 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:12 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:13 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:13 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:13 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:14 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:14 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:14 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:15 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:15 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:15 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:15 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:16 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:16 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:16 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:17 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:17 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:17 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:18 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:18 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:18 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:19 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:19 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:19 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:20 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:20 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:21 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:21 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:22 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:22 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:22 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:22 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:23 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:23 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:24 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:24 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:24 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:24 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:25 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:25 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:25 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:25 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:26 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:26 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:27 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:27 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:27 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:27 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:28 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:28 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:28 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:29 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:29 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:29 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:30 DEBUG opendrift:4645: MPLBACKEND = agg
10:44:30 DEBUG opendrift:4646: DISPLAY = None
10:44:30 DEBUG opendrift:4647: Time to save animation: 0:00:31.889823
10:44:30 INFO opendrift:3043: Time to make animation: 0:00:47.104014
10:44:30 DEBUG opendrift:2405: Setting up map: corners=[4.0, 6, 59.5, 61], fast=False, lscale=None
10:44:31 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
/opt/conda/envs/opendrift/lib/python3.11/site-packages/cartopy/mpl/geoaxes.py:1692: UserWarning: No data for colormapping provided via 'c'. Parameters 'vmin', 'vmax' will be ignored
result = super().scatter(*args, **kwargs)
10:44:31 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:31 DEBUG opendrift:3050: Saving animation..
10:44:32 INFO opendrift:4607: Saving animation to /root/project/docs/source/gallery/animations/example_huge_output_1.gif...
10:44:32 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:32 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:33 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:33 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:34 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:34 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:34 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:35 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:35 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:35 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:36 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:36 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:37 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:37 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:37 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:37 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:38 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:38 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:39 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:39 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:39 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:39 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:40 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:40 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:40 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:41 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:41 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:41 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:42 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:42 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:43 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:43 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:43 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:43 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:44 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:44 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:45 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:45 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:45 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:45 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:46 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:46 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:46 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:47 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:47 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:47 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:48 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:48 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:48 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:48 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:49 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:49 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:49 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:50 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:50 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:50 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:51 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:51 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:51 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:51 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:52 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:52 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:52 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:53 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:53 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:53 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:54 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:54 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:54 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:54 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:55 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:55 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:56 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:56 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:56 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:56 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:57 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:57 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:57 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:58 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:58 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:58 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:59 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:59 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:59 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:44:59 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:00 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:00 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:00 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:00 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:01 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:01 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:02 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:02 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:02 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:02 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:03 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:03 DEBUG opendrift.readers.reader_global_landmask:123: Adding GSHHG shapes from cartopy, scale: h, extent: (3.999999999999999, 6.0, 59.5, 60.99999999999999)..
10:45:04 DEBUG opendrift:4645: MPLBACKEND = agg
10:45:04 DEBUG opendrift:4646: DISPLAY = None
10:45:04 DEBUG opendrift:4647: Time to save animation: 0:00:32.367668
10:45:04 INFO opendrift:3043: Time to make animation: 0:00:33.729591
First seeding

Second seeding

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