ChemicalDrift - Transport and fate of organic compounds

from opendrift.readers import reader_netCDF_CF_generic
from opendrift.models.chemicaldrift import ChemicalDrift
from opendrift.readers.reader_constant import Reader as ConstantReader
from datetime import timedelta, datetime
import matplotlib.pyplot as plt
import numpy as np


o = ChemicalDrift(loglevel=0, seed=0)

# Norkyst
reader_norkyst = reader_netCDF_CF_generic.Reader('https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be')
mixed_layer = ConstantReader({'ocean_mixed_layer_thickness': 40})
o.add_reader([reader_norkyst,mixed_layer])

o.set_config('drift:vertical_mixing', True)
o.set_config('vertical_mixing:diffusivitymodel', 'windspeed_Large1994')
o.set_config('chemical:particle_diameter',30.e-6)  # m
o.set_config('chemical:particle_diameter_uncertainty',5.e-6) # m
o.set_config('chemical:sediment:resuspension_critvel',0.15) # m/s
o.set_config('chemical:transformations:volatilization', True)
o.set_config('chemical:transformations:degradation', True)
o.set_config('chemical:transformations:degradation_mode', 'OverallRateConstants')
o.set_config('seed:LMM_fraction',.9)
o.set_config('seed:particle_fraction',.1)
o.set_config('general:coastline_action', 'previous')

o.init_chemical_compound("Phenanthrene")

# Modify half-life times with unrealistic values for this demo
o.set_config('chemical:transformations:t12_W_tot', 6.) # hours
o.set_config('chemical:transformations:t12_S_tot', 12.) # hours

o.list_configspec()
17:20:52 DEBUG   opendrift.config:168: Adding 18 config items from __init__
17:20:52 DEBUG   opendrift.config:178:   Overwriting config item readers:max_number_of_fails
17:20:52 DEBUG   opendrift.config:168: Adding 13 config items from __init__
17:20:52 INFO    opendrift.models.basemodel:512: OpenDriftSimulation initialised (version 1.12.0 / v1.12.0-55-g4faa301)
17:20:52 DEBUG   opendrift.config:168: Adding 15 config items from oceandrift
17:20:52 DEBUG   opendrift.config:178:   Overwriting config item seed:z
17:20:52 DEBUG   opendrift.config:168: Adding 71 config items from chemicaldrift
17:20:52 INFO    opendrift.readers:58: Opening file with xr.open_dataset
17:20:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:128: Finding coordinate variables.
17:20:58 DEBUG   opendrift.readers.reader_netCDF_CF_generic:143: Parsing CF grid mapping dictionary: {'grid_mapping_name': 'polar_stereographic', 'straight_vertical_longitude_from_pole': 70.0, 'latitude_of_projection_origin': 90.0, 'standard_parallel': 60.0, 'false_easting': 3192800.0, 'false_northing': 1784000.0, 'semi_major_axis': 6378137.0, 'semi_minor_axis': 6356752.3142, 'proj4': '+proj=stere +lat_0=90 +lat_ts=60 +lon_0=70 +x_0=3192800 +y_0=1784000 +a=6378137 +b=6356752.3142 +units=m +no_defs +type=crs'}
17:20:59 INFO    opendrift.readers.reader_netCDF_CF_generic:338: Detected dimensions: {'x': 'X', 'y': 'Y', 'z': 'depth', 'time': 'time'}
17:20:59 DEBUG   opendrift.readers.reader_netCDF_CF_generic:374: Skipped variables without standard_name: ['angle', 'tke', 'ubar', 'vbar']
17:20:59 DEBUG   opendrift.readers.basereader.variables:608: Setting buffer size 25 for reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be, assuming a maximum average speed of 5 m/s and time span of 1:00:00
17:20:59 DEBUG   opendrift.readers.basereader:186: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
17:20:59 DEBUG   opendrift.readers.basereader.variables:563: Adding variable mapping: ['x_wind', 'y_wind'] -> wind_speed
17:20:59 DEBUG   opendrift.readers.basereader.variables:563: Adding variable mapping: ['x_sea_water_velocity', 'y_sea_water_velocity'] -> sea_water_speed
17:20:59 DEBUG   opendrift.readers.basereader:186: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
17:20:59 DEBUG   opendrift.models.basemodel.environment:328: Added reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:20:59 DEBUG   opendrift.models.basemodel.environment:328: Added reader constant_reader
environment:constant:x_sea_water_velocity [None] float min: -15, max: 15 [m/s] Component of ocean c...
environment:fallback:x_sea_water_velocity [None] float min: -15, max: 15 [m/s] Component of ocean c...
environment:constant:y_sea_water_velocity [None] float min: -15, max: 15 [m/s] Component of ocean c...
environment:fallback:y_sea_water_velocity [None] float min: -15, max: 15 [m/s] Component of ocean c...
environment:constant:sea_surface_height [None] float min: None, max: None [None] Use constant value f...
environment:fallback:sea_surface_height [0] float min: None, max: None [None] Fallback value for s...
environment:constant:x_wind         [None] float min: -50, max: 50 [m/s] Component of wind al...
environment:fallback:x_wind         [0] float min: -50, max: 50 [m/s] Component of wind al...
environment:constant:y_wind         [None] float min: -50, max: 50 [m/s] Component of wind al...
environment:fallback:y_wind         [0] float min: -50, max: 50 [m/s] Component of wind al...
environment:constant:land_binary_mask [None] float min: 0, max: 1 [None] 1 is land, 0 is sea...
environment:fallback:land_binary_mask [None] float min: 0, max: 1 [None] 1 is land, 0 is sea...
environment:constant:sea_floor_depth_below_sea_level [None] float min: -20, max: 12000 [None] Depth of seafloor...
environment:fallback:sea_floor_depth_below_sea_level [10000] float min: -20, max: 12000 [None] Depth of seafloor...
environment:constant:ocean_vertical_diffusivity [None] float min: 0, max: 1 [None] Use constant value f...
environment:fallback:ocean_vertical_diffusivity [0.0001] float min: 0, max: 1 [None] Fallback value for o...
environment:constant:sea_water_temperature [None] float min: None, max: None [None] Use constant value f...
environment:fallback:sea_water_temperature [10] float min: None, max: None [None] Fallback value for s...
environment:constant:sea_water_salinity [None] float min: None, max: None [None] Use constant value f...
environment:fallback:sea_water_salinity [34] float min: None, max: None [None] Fallback value for s...
environment:constant:upward_sea_water_velocity [None] float min: None, max: None [None] Use constant value f...
environment:fallback:upward_sea_water_velocity [0] float min: None, max: None [None] Fallback value for u...
environment:constant:spm            [None] float min: None, max: None [None] Use constant value f...
environment:fallback:spm            [1] float min: None, max: None [None] Fallback value for s...
environment:constant:ocean_mixed_layer_thickness [None] float min: None, max: None [None] Use constant value f...
environment:fallback:ocean_mixed_layer_thickness [50] float min: None, max: None [None] Fallback value for o...
environment:constant:active_sediment_layer_thickness [None] float min: None, max: None [None] Use constant value f...
environment:fallback:active_sediment_layer_thickness [0.03] float min: None, max: None [None] Fallback value for a...
environment:constant:doc            [None] float min: None, max: None [None] Use constant value f...
environment:fallback:doc            [0.0] float min: None, max: None [None] Fallback value for d...
environment:constant:sea_water_ph_reported_on_total_scale [None] float min: None, max: None [None] Use constant value f...
environment:fallback:sea_water_ph_reported_on_total_scale [8.1] float min: None, max: None [None] Fallback value for s...
environment:constant:pH_sediment    [None] float min: None, max: None [None] Use constant value f...
environment:fallback:pH_sediment    [6.9] float min: None, max: None [None] Fallback value for p...
general:use_auto_landmask           [True] bool   A built-in GSHHG glo...
drift:current_uncertainty           [0] float min: 0, max: 5 [m/s] Add gaussian perturb...
drift:current_uncertainty_uniform   [0] float min: 0, max: 5 [m/s] Add gaussian perturb...
drift:max_speed                     [2.0] float min: 0, max: inf [seconds] Typical maximum spee...
readers:max_number_of_fails         [1] int   min: 0, max: 1000000.0 [number] Readers are discarde...
general:simulation_name             [] str   min length 0, max length 64 Name of simulation...
general:coastline_action            [previous] enum  ['none', 'stranding', 'previous'] None means that obje...
general:coastline_approximation_precision [0.001] float min: 0.0001, max: 0.005 [degrees] The precision of the...
general:time_step_minutes           [60] float min: 0.01, max: 1440 [minutes] Calculation time ste...
general:time_step_output_minutes    [None] float min: 1, max: 1440 [minutes] Output time step, i....
seed:ocean_only                     [True] bool   If True, elements se...
seed:number                         [1] int   min: 1, max: 100000000 [1] The number of elemen...
drift:max_age_seconds               [None] float min: 0, max: inf [seconds] Elements will be dea...
drift:advection_scheme              [euler] enum  ['euler', 'runge-kutta', 'runge-kutta4'] Numerical advection ...
drift:horizontal_diffusivity        [0] float min: 0, max: 100000 [m2/s] Add horizontal diffu...
drift:profiles_depth                [50] float min: 0, max: None [meters] Environment profiles...
drift:wind_uncertainty              [0] float min: 0, max: 5 [m/s] Add gaussian perturb...
drift:relative_wind                 [False] bool   If True, wind drift ...
drift:deactivate_north_of           [None] float min: -90, max: 90 [degrees] Elements are deactiv...
drift:deactivate_south_of           [None] float min: -90, max: 90 [degrees] Elements are deactiv...
drift:deactivate_east_of            [None] float min: -360, max: 360 [degrees] Elements are deactiv...
drift:deactivate_west_of            [None] float min: -360, max: 360 [degrees] Elements are deactiv...
seed:origin_marker                  [0] float min: None, max: None [None] An integer kept cons...
seed:z                              [0] float min: -10000, max: 0 [m] Depth below sea leve...
seed:wind_drift_factor              [0.02] float min: None, max: None [1] Elements at surface ...
seed:current_drift_factor           [1] float min: None, max: None [1] Elements are moved w...
seed:terminal_velocity              [0.0] float min: None, max: None [m/s] Terminal rise/sinkin...
seed:diameter                       [0.0] float min: None, max: None [m] Seeding value of dia...
seed:density                        [2650.0] float min: None, max: None [kg/m^3] Seeding value of den...
seed:specie                         [0] float min: None, max: None [] Seeding value of spe...
seed:mass                           [1000.0] float min: None, max: None [ug] Seeding value of mas...
seed:mass_degraded                  [0] float min: None, max: None [ug] Seeding value of mas...
seed:mass_degraded_water            [0] float min: None, max: None [ug] Seeding value of mas...
seed:mass_degraded_sediment         [0] float min: None, max: None [ug] Seeding value of mas...
seed:mass_volatilized               [0] float min: None, max: None [ug] Seeding value of mas...
drift:vertical_advection            [True] bool   Advect elements with...
drift:vertical_mixing               [True] bool   Activate vertical mi...
vertical_mixing:timestep            [60] float min: 0.1, max: 3600 [seconds] Time step used for i...
vertical_mixing:diffusivitymodel    [windspeed_Large1994] enum  ['environment', 'stepfunction', 'windspeed_Sundby1983', 'windspeed_Large1994', 'gls_tke', 'constant'] Algorithm/source use...
vertical_mixing:background_diffusivity [1.2e-05] float min: 0, max: 1 [m2s-1] Background diffusivi...
vertical_mixing:TSprofiles          [False] bool   Update T and S profi...
drift:wind_drift_depth              [0.1] float min: 0, max: 10 [meters] The direct wind drif...
drift:stokes_drift                  [True] bool   Advection elements w...
drift:stokes_drift_profile          [Phillips] enum  ['monochromatic', 'exponential', 'Phillips', 'windsea_swell'] Algorithm to calcula...
drift:use_tabularised_stokes_drift  [False] bool   If True, Stokes drif...
drift:tabularised_stokes_drift_fetch [25000] enum  ['5000', '25000', '50000'] The fetch length whe...
general:seafloor_action             [lift_to_seafloor] enum  ['none', 'lift_to_seafloor', 'deactivate', 'previous'] "deactivate": elemen...
drift:truncate_ocean_model_below_m  [None] float min: 0, max: 10000 [m] Ocean model data are...
seed:seafloor                       [False] bool   Elements are seeded ...
chemical:transfer_setup             [organics] enum  ['Sandnesfj_Al', 'metals', '137Cs_rev', 'custom', 'organics'] ...
chemical:dynamic_partitioning       [True] bool   Toggle dynamic parti...
chemical:slowly_fraction            [False] bool   ...
chemical:irreversible_fraction      [False] bool   ...
chemical:dissolved_diameter         [0] float min: 0, max: 0.0001 [m] ...
chemical:particle_diameter          [3e-05] float min: 0, max: 0.0001 [m] ...
chemical:particle_concentration_half_depth [20] float min: 0, max: 100 [m] ...
chemical:doc_concentration_half_depth [1000] float min: 0, max: 1000 [m] ...
chemical:particle_diameter_uncertainty [5e-06] float min: 0, max: 0.0001 [m] ...
seed:LMM_fraction                   [0.9] float min: 0, max: 1 [] ...
seed:particle_fraction              [0.1] float min: 0, max: 1 [] ...
chemical:species:LMM                [True] bool   Toggle LMM species...
chemical:species:LMMcation          [False] bool   ...
chemical:species:LMManion           [False] bool   ...
chemical:species:Colloid            [False] bool   ...
chemical:species:Humic_colloid      [False] bool   ...
chemical:species:Polymer            [False] bool   ...
chemical:species:Particle_reversible [True] bool   ...
chemical:species:Particle_slowly_reversible [False] bool   ...
chemical:species:Particle_irreversible [False] bool   ...
chemical:species:Sediment_reversible [True] bool   ...
chemical:species:Sediment_slowly_reversible [False] bool   ...
chemical:species:Sediment_irreversible [False] bool   ...
chemical:transformations:Kd         [2.0] float min: 0, max: 1000000000.0 [m3/kg] ...
chemical:transformations:S0         [0.0] float min: 0, max: 100 [PSU] parameter controllin...
chemical:transformations:Dc         [1.16e-05] float min: 0, max: 1000000.0 [] ...
chemical:transformations:slow_coeff [0] float min: 0, max: 1000000.0 [] ...
chemical:transformations:volatilization [True] bool   Chemical is evaporat...
chemical:transformations:degradation [True] bool   Chemical mass is deg...
chemical:transformations:degradation_mode [OverallRateConstants] enum  ['OverallRateConstants'] ...
chemical:transformations:dissociation [nondiss] enum  ['nondiss', 'acid', 'base', 'amphoter'] ...
chemical:transformations:LogKOW     [4.505] float min: -3, max: 10 [Log L/Kg] ...
chemical:transformations:TrefKOW    [25.0] float min: -3, max: 30 [C] ...
chemical:transformations:DeltaH_KOC_Sed [-24900.0] float min: -100000.0, max: 100000.0 [J/mol] ...
chemical:transformations:DeltaH_KOC_DOM [-25900.0] float min: -100000.0, max: 100000.0 [J/mol] ...
chemical:transformations:Setchenow  [0.3026] float min: 0, max: 1 [L/mol] ...
chemical:transformations:pKa_acid   [-1] float min: -1, max: 14 [] ...
chemical:transformations:pKa_base   [-1] float min: -1, max: 14 [] ...
chemical:transformations:KOC_DOM    [-1] float min: -1, max: 10000000000 [L/KgOC] ...
chemical:transformations:KOC_sed    [-1] float min: -1, max: 10000000000 [L/KgOC] ...
chemical:transformations:fOC_SPM    [0.05] float min: 0.01, max: 0.1 [gOC/g] ...
chemical:transformations:fOC_sed    [0.05] float min: 0.01, max: 0.1 [gOC/g] ...
chemical:transformations:aggregation_rate [0] float min: 0, max: 1 [s-1] ...
chemical:transformations:t12_W_tot  [6.0] float min: 1, max: None [hours] half life in water, ...
chemical:transformations:Tref_kWt   [25.0] float min: -3, max: 30 [C] ...
chemical:transformations:DeltaH_kWt [50000.0] float min: -100000.0, max: 100000.0 [J/mol] ...
chemical:transformations:t12_S_tot  [12.0] float min: 1, max: None [hours] half life in sedimen...
chemical:transformations:Tref_kSt   [25.0] float min: -3, max: 30 [C] ...
chemical:transformations:DeltaH_kSt [50000.0] float min: -100000.0, max: 100000.0 [J/mol] ...
chemical:transformations:MolWt      [178.226] float min: 50, max: 1000 [amu] molecular weight...
chemical:transformations:Henry      [4.294e-05] float min: None, max: None [atm m3 mol-1] Henry constant...
chemical:transformations:Vpress     [0.0222] float min: None, max: None [Pa] Vapour pressure...
chemical:transformations:Tref_Vpress [25.0] float min: None, max: None [C] Vapour pressure ref ...
chemical:transformations:DeltaH_Vpress [71733.0] float min: -100000.0, max: 115000.0 [J/mol] Enthalpy of volatili...
chemical:transformations:Solub      [1.09] float min: None, max: None [g/m3] Solubility...
chemical:transformations:Tref_Solub [25.0] float min: None, max: None [C] Solubility ref temp...
chemical:transformations:DeltaH_Solub [34800.0] float min: -100000.0, max: 100000.0 [J/mol] Enthalpy of solubili...
chemical:sediment:mixing_depth      [0.03] float min: 0, max: 100 [m] ...
chemical:sediment:density           [2600] float min: 0, max: 10000 [kg/m3] ...
chemical:sediment:effective_fraction [0.9] float min: 0, max: 1 [] ...
chemical:sediment:corr_factor       [0.1] float min: 0, max: 10 [] ...
chemical:sediment:porosity          [0.6] float min: 0, max: 1 [] ...
chemical:sediment:layer_thickness   [1] float min: 0, max: 100 [m] ...
chemical:sediment:desorption_depth  [1] float min: 0, max: 100 [m] ...
chemical:sediment:desorption_depth_uncert [0.5] float min: 0, max: 100 [m] ...
chemical:sediment:resuspension_depth [1] float min: 0, max: 100 [m] ...
chemical:sediment:resuspension_depth_uncert [0.5] float min: 0, max: 100 [m] ...
chemical:sediment:resuspension_critvel [0.15] float min: 0, max: 1 [m/s] ...
chemical:sediment:burial_rate       [3e-05] float min: 0, max: 10 [m/year] ...
chemical:sediment:buried_leaking_rate [0] float min: 0, max: 10 [s-1] ...
chemical:compound                   [Phenanthrene] enum  ['Naphthalene', 'Phenanthrene', 'Fluoranthene', 'Benzo-a-anthracene', 'Benzo-a-pyrene', 'Dibenzo-ah-anthracene', 'C1-Naphthalene', 'Acenaphthene', 'Acenaphthylene', 'Fluorene', 'Dibenzothiophene', 'C2-Naphthalene', 'Anthracene', 'C3-Naphthalene', 'C1-Dibenzothiophene', 'Pyrene', 'C1-Phenanthrene', 'C2-Dibenzothiophene', 'C2-Phenanthrene', 'Benzo-b-fluoranthene', 'Chrysene', 'C3-Dibenzothiophene', 'C3-Phenanthrene', 'Benzo-k-fluoranthene', 'Benzo-ghi-perylene', 'Indeno-123cd-pyrene', 'Copper', 'Cadmium', 'Chromium', 'Lead', 'Vanadium', 'Zinc', 'Nickel', None] ...

Seeding 500 lagrangian elements each representign 2mg og target chemical

td=datetime.today()
time = td - timedelta(days=10)

latseed= 57.6;   lonseed= 10.6 # Skagen

ntraj=500
iniz=np.random.rand(ntraj) * -10. # seeding the chemicals in the upper 10m

o.seed_elements(lonseed, latseed, z=iniz, radius=2000,number=ntraj,time=time, mass=2e3)
17:20:59 DEBUG   opendrift.models.chemicaldrift:870: Partitioning coefficients (Tref,freshwater)
17:20:59 DEBUG   opendrift.models.chemicaldrift:871: KOC_sed: 12953.922406542462 L/KgOC
17:20:59 DEBUG   opendrift.models.chemicaldrift:872: KOC_SPM: 12953.922406542462 L/KgOC
17:20:59 DEBUG   opendrift.models.chemicaldrift:873: KOC_DOM: 3004.29439651874 L/KgOC
17:20:59 DEBUG   opendrift.models.chemicaldrift:885: Kd_sed: 647.6961203271231 L/Kg
17:20:59 DEBUG   opendrift.models.chemicaldrift:886: Kd_SPM: 647.6961203271231 L/Kg
17:20:59 DEBUG   opendrift.models.chemicaldrift:887: Kd_DOM: 1580.2588525688573 L/Kg
17:20:59 DEBUG   opendrift.models.chemicaldrift:1104: nspecies: 5
17:20:59 DEBUG   opendrift.models.chemicaldrift:1105: Transfer rates:
 [[0.00000000e+00 1.75855513e-08 4.62500000e-07 2.88600000e-02
  0.00000000e+00]
 [4.06297347e-06 0.00000000e+00 0.00000000e+00 0.00000000e+00
  0.00000000e+00]
 [9.91290450e-06 0.00000000e+00 0.00000000e+00 0.00000000e+00
  0.00000000e+00]
 [9.91290450e-07 0.00000000e+00 0.00000000e+00 0.00000000e+00
  3.16887646e-11]
 [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
  0.00000000e+00]]
17:20:59 DEBUG   opendrift.models.chemicaldrift:509: Initial partitioning:
17:20:59 DEBUG   opendrift.models.chemicaldrift:511:       449   0 LMM
17:20:59 DEBUG   opendrift.models.chemicaldrift:511:         0   1 Humic colloid
17:20:59 DEBUG   opendrift.models.chemicaldrift:511:        51   2 Particle reversible
17:20:59 DEBUG   opendrift.models.chemicaldrift:511:         0   3 Sediment reversible
17:20:59 DEBUG   opendrift.models.chemicaldrift:511:         0   4 Sediment slowly reversible
17:20:59 INFO    opendrift.models.basemodel.environment:218: Adding a dynamical landmask with max. priority based on assumed maximum speed of 2.0 m/s. Adding a customised landmask may be faster...
17:20:59 DEBUG   opendrift.readers.basereader:186: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
17:21:02 DEBUG   opendrift.models.basemodel.environment:328: Added reader global_landmask
17:21:02 INFO    opendrift.models.basemodel.environment:245: Fallback values will be used for the following variables which have no readers:
17:21:02 INFO    opendrift.models.basemodel.environment:248:    ocean_vertical_diffusivity: 0.000100
17:21:02 INFO    opendrift.models.basemodel.environment:248:    spm: 1.000000
17:21:02 INFO    opendrift.models.basemodel.environment:248:    active_sediment_layer_thickness: 0.030000
17:21:02 INFO    opendrift.models.basemodel.environment:248:    doc: 0.000000
17:21:02 INFO    opendrift.models.basemodel.environment:248:    sea_water_ph_reported_on_total_scale: 8.100000
17:21:02 INFO    opendrift.models.basemodel.environment:248:    pH_sediment: 6.900000
17:21:02 DEBUG   opendrift.models.basemodel:96: Changed mode from Mode.Config to Mode.Ready

Running model

o.run(steps=48*2, time_step=1800, time_step_output=1800)
17:21:02 DEBUG   opendrift.models.basemodel:96: Changed mode from Mode.Ready to Mode.Run
17:21:02 DEBUG   numcodecs:71: Registering codec 'zlib'
17:21:02 DEBUG   numcodecs:71: Registering codec 'gzip'
17:21:02 DEBUG   numcodecs:71: Registering codec 'bz2'
17:21:02 DEBUG   numcodecs:71: Registering codec 'lzma'
17:21:02 DEBUG   numcodecs:71: Registering codec 'blosc'
17:21:02 DEBUG   numcodecs:71: Registering codec 'zstd'
17:21:02 DEBUG   numcodecs:71: Registering codec 'lz4'
17:21:02 DEBUG   numcodecs:71: Registering codec 'astype'
17:21:02 DEBUG   numcodecs:71: Registering codec 'delta'
17:21:02 DEBUG   numcodecs:71: Registering codec 'quantize'
17:21:02 DEBUG   numcodecs:71: Registering codec 'fixedscaleoffset'
17:21:02 DEBUG   numcodecs:71: Registering codec 'packbits'
17:21:02 DEBUG   numcodecs:71: Registering codec 'categorize'
17:21:02 DEBUG   numcodecs:71: Registering codec 'pickle'
17:21:02 DEBUG   numcodecs:71: Registering codec 'base64'
17:21:02 DEBUG   numcodecs:71: Registering codec 'shuffle'
17:21:02 DEBUG   numcodecs:71: Registering codec 'bitround'
17:21:02 DEBUG   numcodecs:71: Registering codec 'msgpack2'
17:21:02 DEBUG   numcodecs:71: Registering codec 'crc32'
17:21:02 DEBUG   numcodecs:71: Registering codec 'adler32'
17:21:02 DEBUG   numcodecs:71: Registering codec 'jenkins_lookup3'
17:21:02 DEBUG   numcodecs:71: Registering codec 'json2'
17:21:02 DEBUG   numcodecs:71: Registering codec 'vlen-utf8'
17:21:02 DEBUG   numcodecs:71: Registering codec 'vlen-bytes'
17:21:02 DEBUG   numcodecs:71: Registering codec 'vlen-array'
17:21:02 DEBUG   numcodecs:71: Registering codec 'fletcher32'
17:21:02 DEBUG   numcodecs:71: Registering codec 'pcodec'
17:21:02 DEBUG   numcodecs:71: Registering codec 'n5_wrapper'
17:21:02 DEBUG   opendrift.models.basemodel:1774:
------------------------------------------------------
Software and hardware:
  OpenDrift version 1.12.0
  Platform: Linux, 5.15.0-1057-aws
  68.56773376464844 GB memory
  36 processors (x86_64)
  NumPy version 1.26.4
  SciPy version 1.14.1
  Matplotlib version 3.9.1
  NetCDF4 version 1.6.1
  Xarray version 2024.11.0
  ADIOS (adios_db) version 1.2.5
  Copernicusmarine version 1.3.5
  Python version 3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:40:35) [GCC 12.3.0]
------------------------------------------------------

17:21:02 DEBUG   opendrift.models.basemodel:1788: No output file is specified, neglecting export_buffer_length
17:21:02 DEBUG   opendrift.models.basemodel:1906: Finalizing environment and preparing readers for simulation coverage ([4.69639997080836, 54.43270917325407, 16.516793922624256, 60.761642023034995]) and time (2025-01-04 17:20:59.108291 to 2025-01-06 17:20:59.108291)
17:21:02 DEBUG   opendrift.models.basemodel.environment:180:    Preparing https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be for extent [4.69639997080836, 54.43270917325407, 16.516793922624256, 60.761642023034995]
17:21:02 DEBUG   opendrift.readers.basereader.structured:153: Clearing cache for reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be before starting new simulation
17:21:02 DEBUG   opendrift.readers.basereader.variables:608: Setting buffer size 11 for reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be, assuming a maximum average speed of 2 m/s and time span of 1:00:00
17:21:02 DEBUG   opendrift.readers.basereader.variables:549: Nothing more to prepare for https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:02 DEBUG   opendrift.models.basemodel.environment:180:    Preparing constant_reader for extent [4.69639997080836, 54.43270917325407, 16.516793922624256, 60.761642023034995]
17:21:02 DEBUG   opendrift.readers.basereader.variables:549: Nothing more to prepare for constant_reader
17:21:02 DEBUG   opendrift.models.basemodel.environment:180:    Preparing global_landmask for extent [4.69639997080836, 54.43270917325407, 16.516793922624256, 60.761642023034995]
17:21:02 DEBUG   opendrift.readers.basereader.variables:549: Nothing more to prepare for global_landmask
17:21:02 INFO    opendrift.models.basemodel:932: Using existing reader for land_binary_mask
17:21:02 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:02 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:02 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:02 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:02 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:02 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:02 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:02 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:02 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:02 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:02 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:02 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:02 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:02 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:02 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:02 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:02 INFO    opendrift.models.basemodel:943: All points are in ocean
17:21:02 INFO    opendrift.models.chemicaldrift:352: Number of species: 5
17:21:02 INFO    opendrift.models.chemicaldrift:354:   0 LMM
17:21:02 INFO    opendrift.models.chemicaldrift:354:   1 Humic colloid
17:21:02 INFO    opendrift.models.chemicaldrift:354:   2 Particle reversible
17:21:02 INFO    opendrift.models.chemicaldrift:354:   3 Sediment reversible
17:21:02 INFO    opendrift.models.chemicaldrift:354:   4 Sediment slowly reversible
17:21:02 INFO    opendrift.models.chemicaldrift:357: transfer setup: organics
17:21:02 INFO    opendrift.models.chemicaldrift:359: nspecies: 5
17:21:02 INFO    opendrift.models.chemicaldrift:360: Transfer rates:
 [[0.00000000e+00 1.75855513e-08 4.62500000e-07 2.88600000e-02
  0.00000000e+00]
 [4.06297347e-06 0.00000000e+00 0.00000000e+00 0.00000000e+00
  0.00000000e+00]
 [9.91290450e-06 0.00000000e+00 0.00000000e+00 0.00000000e+00
  0.00000000e+00]
 [9.91290450e-07 0.00000000e+00 0.00000000e+00 0.00000000e+00
  3.16887646e-11]
 [0.00000000e+00 0.00000000e+00 0.00000000e+00 0.00000000e+00
  0.00000000e+00]]
17:21:02 DEBUG   opendrift.models.basemodel:887: to be seeded: 500, already seeded 0
17:21:02 DEBUG   opendrift.models.basemodel:905: Released 500 new elements.
17:21:02 WARNING opendrift.models.basemodel:726: Seafloor check not being run because environment is missing. This will happen the first time the function is run but if it happens subsequently there is probably a problem.
17:21:02 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:02 INFO    opendrift.models.basemodel:2032: 2025-01-04 17:20:59.108291 - step 1 of 96 - 500 active elements (0 deactivated)
17:21:02 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:02 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:02 DEBUG   opendrift.models.basemodel:2051:               57.546223 <- latitude  -> 57.64813
17:21:02 DEBUG   opendrift.models.basemodel:2056:               10.507113 <- longitude -> 10.70608
17:21:02 DEBUG   opendrift.models.basemodel:2061:               -9.98847   <- z ->   -0.046954762
17:21:02 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:02 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:02 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:02 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:02 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:02 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:02 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:02 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:02 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 17:00:00 (before)
                2025-01-04 18:00:00 (after)
17:21:04 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:04 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:04 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:04 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:04 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:04 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:04 DEBUG   opendrift.readers.basereader.structured:292: Fetched env-block (size 37x35x7) for time before (2025-01-04 17:00:00)
17:21:06 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:06 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:06 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:06 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:06 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:06 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:06 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 37x35x7) for time after (2025-01-04 18:00:00)
17:21:06 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 17:00:00) in space  (linearNDFast)
17:21:06 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:06 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 18:00:00) in space  (linearNDFast)
17:21:06 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:06 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 17:00:00, weight 0.65) and
                      after (2025-01-04 18:00:00, weight 0.35) in time
17:21:06 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:06 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4929004930107 and -59.29392585710053 degrees.
17:21:06 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4929004930107 and -59.29392585710053 degrees.
17:21:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:06 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:06 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:06 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:06 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:06 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.111743 (min) 0.145323 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0482092 (min) 0.115972 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.0628285 (min) -0.0448986 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 6.46581 (min) 7.73443 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 4.07251 (min) 5.01094 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.53077 (min) 23.882 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.69545 (min) 6.8667 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.138 (min) 32.3095 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -4.62419e-05 (min) 0.000124943 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:06 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:06 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:21:06 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:06 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:06 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
/opt/conda/envs/opendrift/lib/python3.11/site-packages/numpy/core/fromnumeric.py:3504: RuntimeWarning: Mean of empty slice.
  return _methods._mean(a, axis=axis, dtype=dtype,
/opt/conda/envs/opendrift/lib/python3.11/site-packages/numpy/core/_methods.py:129: RuntimeWarning: invalid value encountered in divide
  ret = ret.dtype.type(ret / rcount)
17:21:06 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:06 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
17:21:06 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
17:21:06 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
17:21:06 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[0. 0. 0. 0. 0.]
 [0. 0. 0. 0. 0.]
 [1. 0. 0. 0. 0.]
 [0. 0. 0. 0. 0.]
 [0. 0. 0. 0. 0.]]
17:21:06 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:06 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:06 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:06 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:06 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.060570984272460396
17:21:06 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:06 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:06 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:06 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 49 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 44 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 51 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 42 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:21:06 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:06 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:06 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:06 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:06 INFO    opendrift.models.chemicaldrift:1861: partitioning: [450, 0, 47, 3, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:06 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:06 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:06 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:21:06 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:06 INFO    opendrift.models.basemodel:2032: 2025-01-04 17:50:59.108291 - step 2 of 96 - 500 active elements (0 deactivated)
17:21:06 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:06 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:06 DEBUG   opendrift.models.basemodel:2051:               57.547045695233216 <- latitude  -> 57.647369318249886
17:21:06 DEBUG   opendrift.models.basemodel:2056:               10.508486498192504 <- longitude -> 10.709112316062333
17:21:06 DEBUG   opendrift.models.basemodel:2061:               -20.846219359780473   <- z ->   -0.05026731323359912
17:21:06 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 17:00:00 (before)
                2025-01-04 18:00:00 (after)
17:21:06 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 17:00:00) in space  (linearNDFast)
17:21:06 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:06 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 18:00:00) in space  (linearNDFast)
17:21:06 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:06 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 17:00:00, weight 0.15) and
                      after (2025-01-04 18:00:00, weight 0.85) in time
17:21:06 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:06 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.491524597361284 and -59.29089875534888 degrees.
17:21:06 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.491524597361284 and -59.29089875534888 degrees.
17:21:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:06 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:06 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:06 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:06 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:06 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:06 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:06 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:06 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.138937 (min) 0.136643 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0511016 (min) 0.134405 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.0395422 (min) -0.0252353 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 6.34218 (min) 8.10653 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 3.6321 (min) 5.09603 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.60636 (min) 24.025 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73372 (min) 7.04895 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.1618 (min) 32.683 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -5.98751e-05 (min) 0.000149875 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:06 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:06 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:21:06 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:06 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:06 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:06 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:06 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 23
17:21:06 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
17:21:06 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3]
17:21:06 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 23.  0.]
 [ 0.  0.  0.  0.  0.]
 [ 1.  0.  0.  3.  0.]
 [ 0.  0.  0.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
17:21:06 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:06 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:06 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:06 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:06 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.06375142530675418
17:21:06 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:06 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:06 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:06 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:06 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:06 DEBUG   opendrift.models.oceandrift:627: 30 elements reached seafloor, interacting with bottom
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 30 elements to seafloor.
17:21:06 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 2
17:21:06 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:06 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 2 elements
17:21:06 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:06 INFO    opendrift.models.chemicaldrift:1861: partitioning: [427, 0, 45, 28, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:06 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:06 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:06 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:06 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:06 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:06 INFO    opendrift.models.basemodel:2032: 2025-01-04 18:20:59.108291 - step 3 of 96 - 500 active elements (0 deactivated)
17:21:06 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:06 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:06 DEBUG   opendrift.models.basemodel:2051:               57.54850889265115 <- latitude  -> 57.648313244016165
17:21:06 DEBUG   opendrift.models.basemodel:2056:               10.510165298351424 <- longitude -> 10.710480320591694
17:21:06 DEBUG   opendrift.models.basemodel:2061:               -22.113672256469727   <- z ->   -0.01061407113721935
17:21:06 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:06 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:06 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:06 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:06 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 18:00:00 (before)
                2025-01-04 19:00:00 (after)
17:21:08 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:08 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:08 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:08 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:08 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:08 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:08 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 37x35x7) for time after (2025-01-04 19:00:00)
17:21:08 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 18:00:00) in space  (linearNDFast)
17:21:08 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:08 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 19:00:00) in space  (linearNDFast)
17:21:08 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:08 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 18:00:00, weight 0.65) and
                      after (2025-01-04 19:00:00, weight 0.35) in time
17:21:08 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:08 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48984579314335 and -59.2895307469768 degrees.
17:21:08 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48984579314335 and -59.2895307469768 degrees.
17:21:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:08 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:08 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:08 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:08 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:08 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:08 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:08 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.130079 (min) 0.132354 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0664465 (min) 0.138016 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.0318867 (min) -0.0208157 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 6.00128 (min) 7.62906 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 3.55582 (min) 4.6607 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.70568 (min) 24.0925 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72775 (min) 7.06399 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.1743 (min) 32.6848 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -7.49283e-05 (min) 0.000171842 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:08 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:08 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:08 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:08 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:08 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:08 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 25
17:21:08 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
17:21:08 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3]
17:21:08 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 47.  0.]
 [ 0.  0.  0.  0.  0.]
 [ 2.  0.  0.  7.  0.]
 [ 0.  0.  2.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
17:21:08 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:08 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:08 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:08 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:08 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.055657190906225
17:21:08 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:08 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:08 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:08 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 52 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 52 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 52 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 52 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 42 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 54 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:08 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:08 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:08 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:08 INFO    opendrift.models.chemicaldrift:1861: partitioning: [404, 0, 42, 54, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:08 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:08 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:08 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:08 INFO    opendrift.models.basemodel:2032: 2025-01-04 18:50:59.108291 - step 4 of 96 - 500 active elements (0 deactivated)
17:21:08 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:08 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:08 DEBUG   opendrift.models.basemodel:2051:               57.549866348297726 <- latitude  -> 57.65029265363515
17:21:08 DEBUG   opendrift.models.basemodel:2056:               10.511889479508325 <- longitude -> 10.712167904864145
17:21:08 DEBUG   opendrift.models.basemodel:2061:               -22.113672256469727   <- z ->   0.0
17:21:08 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:08 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 18:00:00 (before)
                2025-01-04 19:00:00 (after)
17:21:08 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 18:00:00) in space  (linearNDFast)
17:21:08 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:08 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 19:00:00) in space  (linearNDFast)
17:21:08 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:08 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 18:00:00, weight 0.15) and
                      after (2025-01-04 19:00:00, weight 0.85) in time
17:21:08 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:08 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.488121611498855 and -59.2878431489112 degrees.
17:21:08 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.488121611498855 and -59.2878431489112 degrees.
17:21:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:08 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:08 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:08 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:08 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:08 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:08 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:08 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:08 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:08 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:08 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:08 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:08 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:08 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:08 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.115787 (min) 0.124649 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0765259 (min) 0.139631 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.0312126 (min) -0.0231022 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 5.47834 (min) 7.07329 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 3.40562 (min) 4.09253 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.81443 (min) 24.2096 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73328 (min) 7.06755 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.1845 (min) 32.6846 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -5.91632e-05 (min) 0.000155445 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:08 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:08 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 54 elements to seafloor.
17:21:08 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:08 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:08 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:08 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:08 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 18
17:21:08 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
17:21:08 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3]
17:21:08 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 65.  0.]
 [ 0.  0.  0.  0.  0.]
 [ 2.  0.  0.  9.  0.]
 [ 0.  0.  2.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
17:21:08 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:08 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:08 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:08 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:08 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.04595669358890344
17:21:08 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:08 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:08 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:08 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:08 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:08 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:08 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:09 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 1
17:21:09 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:09 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 1 elements
17:21:09 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:09 INFO    opendrift.models.chemicaldrift:1861: partitioning: [386, 0, 42, 72, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:09 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:09 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:09 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:09 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:09 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:09 INFO    opendrift.models.basemodel:2032: 2025-01-04 19:20:59.108291 - step 5 of 96 - 500 active elements (0 deactivated)
17:21:09 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:09 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:09 DEBUG   opendrift.models.basemodel:2051:               57.549866348297726 <- latitude  -> 57.64978989985912
17:21:09 DEBUG   opendrift.models.basemodel:2056:               10.513810442033696 <- longitude -> 10.711904679803341
17:21:09 DEBUG   opendrift.models.basemodel:2061:               -22.416555544390018   <- z ->   0.0
17:21:09 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:09 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:09 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:09 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:09 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:09 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:09 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:09 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:09 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 19:00:00 (before)
                2025-01-04 20:00:00 (after)
17:21:10 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:10 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:10 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:10 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:10 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:10 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:10 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 37x35x7) for time after (2025-01-04 20:00:00)
17:21:10 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 19:00:00) in space  (linearNDFast)
17:21:10 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:10 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 20:00:00) in space  (linearNDFast)
17:21:10 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:10 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 19:00:00, weight 0.65) and
                      after (2025-01-04 20:00:00, weight 0.35) in time
17:21:10 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:10 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48620064701113 and -59.28810637744331 degrees.
17:21:10 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48620064701113 and -59.28810637744331 degrees.
17:21:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:10 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:10 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:10 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:10 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:10 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:10 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:10 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:10 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:10 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:10 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:10 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.107461 (min) 0.118318 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0840558 (min) 0.14703 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.0434392 (min) -0.0367752 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.91817 (min) 6.84762 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 3.29022 (min) 4.03868 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.94067 (min) 24.1772 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.76804 (min) 7.06652 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2313 (min) 32.6838 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -6.32626e-05 (min) 0.000137949 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:10 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:10 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:10 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:10 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:10 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:10 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:10 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 26
17:21:10 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
17:21:10 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 0 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3]
17:21:10 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 90.  0.]
 [ 0.  0.  0.  0.  0.]
 [ 3.  0.  0. 10.  0.]
 [ 0.  0.  3.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
17:21:10 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:10 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:10 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:10 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:10 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.04304801306409706
17:21:10 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:10 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:10 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:10 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:10 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:10 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:10 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:10 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:10 INFO    opendrift.models.chemicaldrift:1861: partitioning: [362, 0, 39, 99, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:10 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:10 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:10 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:10 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:10 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:10 INFO    opendrift.models.basemodel:2032: 2025-01-04 19:50:59.108291 - step 6 of 96 - 500 active elements (0 deactivated)
17:21:10 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:10 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:10 DEBUG   opendrift.models.basemodel:2051:               57.549866348297726 <- latitude  -> 57.65026304055789
17:21:10 DEBUG   opendrift.models.basemodel:2056:               10.515210700645858 <- longitude -> 10.711550586429544
17:21:10 DEBUG   opendrift.models.basemodel:2061:               -22.113672256469727   <- z ->   -0.10008505839817383
17:21:10 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:10 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 19:00:00 (before)
                2025-01-04 20:00:00 (after)
17:21:10 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 19:00:00) in space  (linearNDFast)
17:21:10 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:10 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 20:00:00) in space  (linearNDFast)
17:21:10 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:10 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 19:00:00, weight 0.15) and
                      after (2025-01-04 20:00:00, weight 0.85) in time
17:21:10 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:11 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48480038972567 and -59.28846047535261 degrees.
17:21:11 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48480038972567 and -59.28846047535261 degrees.
17:21:11 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:11 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:11 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:11 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:11 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:11 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:11 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:11 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:11 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:11 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:11 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:11 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:11 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:11 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:11 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:11 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:11 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:11 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:11 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:11 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:11 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:11 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0982286 (min) 0.108006 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0887528 (min) 0.154334 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.0613016 (min) -0.0553231 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.53143 (min) 6.75355 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 3.38221 (min) 4.20152 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.0308 (min) 24.2242 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73421 (min) 7.07152 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2063 (min) 32.6858 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -5.44177e-05 (min) 0.000117781 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:11 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:11 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:21:11 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:11 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:11 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:11 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:11 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 21
17:21:11 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
17:21:11 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3]
17:21:11 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 110.   0.]
 [  0.   0.   0.   0.   0.]
 [  4.   0.   0.  12.   0.]
 [  0.   0.   3.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:11 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:11 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:11 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:11 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:11 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.04247939049109951
17:21:11 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:11 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:11 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:11 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:11 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:11 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 14
17:21:11 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:11 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 14 elements
17:21:11 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:11 INFO    opendrift.models.chemicaldrift:1861: partitioning: [343, 0, 51, 106, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:11 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:11 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:11 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:11 DEBUG   opendrift.models.basemodel:751: Lifting 107 elements to seafloor.
17:21:11 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:11 INFO    opendrift.models.basemodel:2032: 2025-01-04 20:20:59.108291 - step 7 of 96 - 500 active elements (0 deactivated)
17:21:11 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:11 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:11 DEBUG   opendrift.models.basemodel:2051:               57.54986634829772 <- latitude  -> 57.65097584796678
17:21:11 DEBUG   opendrift.models.basemodel:2056:               10.517085604431005 <- longitude -> 10.713511754893135
17:21:11 DEBUG   opendrift.models.basemodel:2061:               -22.709366306571045   <- z ->   -0.07989045534418682
17:21:11 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:11 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:11 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:11 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:11 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:11 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 20:00:00 (before)
                2025-01-04 21:00:00 (after)
17:21:12 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:12 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:12 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:12 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:12 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:12 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:12 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 37x36x7) for time after (2025-01-04 21:00:00)
17:21:12 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 20:00:00) in space  (linearNDFast)
17:21:12 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:12 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 21:00:00) in space  (linearNDFast)
17:21:12 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:12 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 20:00:00, weight 0.65) and
                      after (2025-01-04 21:00:00, weight 0.35) in time
17:21:12 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:12 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48292547343775 and -59.28649930595604 degrees.
17:21:13 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48292547343775 and -59.28649930595604 degrees.
17:21:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:13 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:13 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:13 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:13 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:13 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0875871 (min) 0.104093 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.083918 (min) 0.161182 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.0839323 (min) -0.0788363 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.38135 (min) 6.72873 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 3.27629 (min) 4.00414 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.1568 (min) 24.4231 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.69033 (min) 7.07516 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2016 (min) 32.6827 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -5.01733e-05 (min) 0.000102624 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:13 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 108 elements to seafloor.
17:21:13 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:13 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:13 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:13 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:13 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 20
17:21:13 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
17:21:13 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3]
17:21:13 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 130.   0.]
 [  0.   0.   0.   0.   0.]
 [  4.   0.   0.  13.   0.]
 [  0.   0.  17.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:13 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:13 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:13 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:13 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:13 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.0411702226480234
17:21:13 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:13 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:13 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:13 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:13 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 20
17:21:13 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:13 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 20 elements
17:21:13 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:13 INFO    opendrift.models.chemicaldrift:1861: partitioning: [323, 0, 69, 108, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:13 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:13 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:13 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 110 elements to seafloor.
17:21:13 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:13 INFO    opendrift.models.basemodel:2032: 2025-01-04 20:50:59.108291 - step 8 of 96 - 500 active elements (0 deactivated)
17:21:13 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:13 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:13 DEBUG   opendrift.models.basemodel:2051:               57.54986634829772 <- latitude  -> 57.652222003592854
17:21:13 DEBUG   opendrift.models.basemodel:2056:               10.518298834252123 <- longitude -> 10.714701129590054
17:21:13 DEBUG   opendrift.models.basemodel:2061:               -23.49629020690918   <- z ->   -0.2071657448260975
17:21:13 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 20:00:00 (before)
                2025-01-04 21:00:00 (after)
17:21:13 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 20:00:00) in space  (linearNDFast)
17:21:13 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:13 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 21:00:00) in space  (linearNDFast)
17:21:13 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:13 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 20:00:00, weight 0.15) and
                      after (2025-01-04 21:00:00, weight 0.85) in time
17:21:13 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:13 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48171225267686 and -59.28530993020155 degrees.
17:21:13 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48171225267686 and -59.28530993020155 degrees.
17:21:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:13 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:13 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:13 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:13 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:13 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0763403 (min) 0.0961055 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0795198 (min) 0.166886 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.108966 (min) -0.103638 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.33293 (min) 6.72042 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 2.95249 (min) 3.73381 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2283 (min) 24.5516 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.67202 (min) 7.07568 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2061 (min) 32.6837 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -4.27164e-05 (min) 7.63925e-05 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:13 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:13 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 110 elements to seafloor.
17:21:13 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:13 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:13 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:13 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:13 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 12
17:21:13 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 0 0 0]
17:21:13 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 3 3 3]
17:21:13 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 142.   0.]
 [  0.   0.   0.   0.   0.]
 [  4.   0.   0.  15.   0.]
 [  0.   0.  37.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:13 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:13 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:13 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:13 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:13 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.039560785849787075
17:21:13 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:13 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:13 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:13 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 122 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 122 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 122 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 122 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 122 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 122 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 122 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 122 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:21:13 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:13 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:21:13 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 25
17:21:13 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:13 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 25 elements
17:21:13 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:13 INFO    opendrift.models.chemicaldrift:1861: partitioning: [311, 0, 90, 99, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:13 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:13 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:13 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:13 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:13 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:13 INFO    opendrift.models.basemodel:2032: 2025-01-04 21:20:59.108291 - step 9 of 96 - 500 active elements (0 deactivated)
17:21:13 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:13 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:13 DEBUG   opendrift.models.basemodel:2051:               57.54986634829772 <- latitude  -> 57.65348581119148
17:21:13 DEBUG   opendrift.models.basemodel:2056:               10.520844499870627 <- longitude -> 10.713778896624909
17:21:13 DEBUG   opendrift.models.basemodel:2061:               -23.49629020690918   <- z ->   -0.03976159601038609
17:21:13 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:13 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 21:00:00 (before)
                2025-01-04 22:00:00 (after)
17:21:15 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:15 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:15 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:15 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:15 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:15 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:15 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 37x36x7) for time after (2025-01-04 22:00:00)
17:21:15 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 21:00:00) in space  (linearNDFast)
17:21:15 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:15 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 22:00:00) in space  (linearNDFast)
17:21:15 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:15 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 21:00:00, weight 0.65) and
                      after (2025-01-04 22:00:00, weight 0.35) in time
17:21:15 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:15 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.479166590022686 and -59.28623216019976 degrees.
17:21:15 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.479166590022686 and -59.28623216019976 degrees.
17:21:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:15 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:15 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:15 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:15 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:15 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0653361 (min) 0.0974314 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0663797 (min) 0.174514 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.142282 (min) -0.135345 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.4716 (min) 6.66229 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.11588 (min) 3.09392 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5171 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.68271 (min) 7.07947 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.1953 (min) 32.6797 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -4.47312e-05 (min) 5.19057e-05 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:15 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:21:15 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:15 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:15 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:15 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:15 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 12
17:21:15 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 0 0 0]
17:21:15 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 3 3 3]
17:21:15 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 154.   0.]
 [  0.   0.   0.   0.   0.]
 [  4.   0.   0.  19.   0.]
 [  0.   0.  62.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:15 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:15 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:15 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:15 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:15 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.036366477177771576
17:21:15 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:15 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:15 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:15 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 112 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 112 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 112 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 112 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 112 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 112 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 113 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 113 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 113 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 113 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 113 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 113 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 114 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 114 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 114 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 114 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 116 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 116 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 116 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 116 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 116 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 116 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:21:15 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 37
17:21:15 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:15 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 37 elements
17:21:15 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:15 INFO    opendrift.models.chemicaldrift:1861: partitioning: [299, 0, 120, 81, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:15 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:15 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:15 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 83 elements to seafloor.
17:21:15 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:15 INFO    opendrift.models.basemodel:2032: 2025-01-04 21:50:59.108291 - step 10 of 96 - 500 active elements (0 deactivated)
17:21:15 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:15 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:15 DEBUG   opendrift.models.basemodel:2051:               57.54986634829772 <- latitude  -> 57.6539896805861
17:21:15 DEBUG   opendrift.models.basemodel:2056:               10.522380463038143 <- longitude -> 10.713008576792667
17:21:15 DEBUG   opendrift.models.basemodel:2061:               -23.49629020690918   <- z ->   -0.1368749128713862
17:21:15 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 21:00:00 (before)
                2025-01-04 22:00:00 (after)
17:21:15 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 21:00:00) in space  (linearNDFast)
17:21:15 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:15 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 22:00:00) in space  (linearNDFast)
17:21:15 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:15 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 21:00:00, weight 0.15) and
                      after (2025-01-04 22:00:00, weight 0.85) in time
17:21:15 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:15 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.477630630662084 and -59.28700247753389 degrees.
17:21:15 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.477630630662084 and -59.28700247753389 degrees.
17:21:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:15 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:15 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:15 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:15 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:15 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0544361 (min) 0.106972 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0687667 (min) 0.1798 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.178581 (min) -0.169945 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.19466 (min) 6.73703 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.33615 (min) 2.52624 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.7055 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.65482 (min) 7.08421 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.214 (min) 32.6773 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -5.70976e-05 (min) 4.76165e-05 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:15 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:15 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 85 elements to seafloor.
17:21:15 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:15 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:15 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:15 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:15 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 16
17:21:15 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
17:21:15 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3]
17:21:15 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 170.   0.]
 [  0.   0.   0.   0.   0.]
 [  4.   0.   0.  26.   0.]
 [  0.   0.  99.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:15 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:15 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:15 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:15 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:15 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.034092053964477086
17:21:15 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:15 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:15 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:15 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 98 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 98 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 98 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 98 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 98 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 98 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 98 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 98 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 98 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 98 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 100 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 100 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 100 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 102 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 102 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 102 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 102 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 102 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 102 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 102 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 102 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:15 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:15 DEBUG   opendrift.models.oceandrift:627: 105 elements reached seafloor, interacting with bottom
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 105 elements to seafloor.
17:21:15 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 27
17:21:15 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:15 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 27 elements
17:21:15 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:15 INFO    opendrift.models.chemicaldrift:1861: partitioning: [283, 0, 139, 78, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:15 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:15 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:15 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:15 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:21:15 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:15 INFO    opendrift.models.basemodel:2032: 2025-01-04 22:20:59.108291 - step 11 of 96 - 500 active elements (0 deactivated)
17:21:15 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:15 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:15 DEBUG   opendrift.models.basemodel:2051:               57.54986634829772 <- latitude  -> 57.654000379594734
17:21:15 DEBUG   opendrift.models.basemodel:2056:               10.52196248293122 <- longitude -> 10.712507140270104
17:21:15 DEBUG   opendrift.models.basemodel:2061:               -23.929706573486328   <- z ->   -0.06571629095993503
17:21:15 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:15 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 22:00:00 (before)
                2025-01-04 23:00:00 (after)
17:21:17 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:17 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:17 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:17 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:17 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:17 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:17 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 38x36x7) for time after (2025-01-04 23:00:00)
17:21:17 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 22:00:00) in space  (linearNDFast)
17:21:17 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:17 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 23:00:00) in space  (linearNDFast)
17:21:17 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:17 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 22:00:00, weight 0.65) and
                      after (2025-01-04 23:00:00, weight 0.35) in time
17:21:17 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:17 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47804860415273 and -59.287503925867945 degrees.
17:21:17 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47804860415273 and -59.287503925867945 degrees.
17:21:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:17 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:17 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:17 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:17 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:17 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0448436 (min) 0.113329 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0507314 (min) 0.184539 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.220382 (min) -0.21019 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.22704 (min) 7.35441 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.52287 (min) 2.43527 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.8556 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.64946 (min) 7.08822 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2242 (min) 32.6766 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -6.56748e-05 (min) 5.47003e-05 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:17 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 83 elements to seafloor.
17:21:17 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:17 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:17 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:17 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:17 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 16
17:21:17 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2]
17:21:17 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 0]
17:21:17 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 185.   0.]
 [  0.   0.   0.   0.   0.]
 [  5.   0.   0.  34.   0.]
 [  0.   0. 126.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:17 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:17 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:17 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:17 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:17 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.04246605242202806
17:21:17 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:17 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:17 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:17 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 97 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 98 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 98 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 98 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 98 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 98 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 98 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 100 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 102 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 102 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 102 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 102 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 107 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 107 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 108 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 108 elements to seafloor.
17:21:17 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 35
17:21:17 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:17 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 35 elements
17:21:17 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:17 INFO    opendrift.models.chemicaldrift:1861: partitioning: [269, 0, 158, 73, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:17 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:17 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:17 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:17 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:17 INFO    opendrift.models.basemodel:2032: 2025-01-04 22:50:59.108291 - step 12 of 96 - 500 active elements (0 deactivated)
17:21:17 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:17 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:17 DEBUG   opendrift.models.basemodel:2051:               57.54986634829772 <- latitude  -> 57.65532699345299
17:21:17 DEBUG   opendrift.models.basemodel:2056:               10.522665371458245 <- longitude -> 10.712421595448792
17:21:17 DEBUG   opendrift.models.basemodel:2061:               -23.929706573486328   <- z ->   -0.09429754181153083
17:21:17 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 22:00:00 (before)
                2025-01-04 23:00:00 (after)
17:21:17 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 22:00:00) in space  (linearNDFast)
17:21:17 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:17 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-04 23:00:00) in space  (linearNDFast)
17:21:17 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:17 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 22:00:00, weight 0.15) and
                      after (2025-01-04 23:00:00, weight 0.85) in time
17:21:17 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:17 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.477345716929634 and -59.287589459803364 degrees.
17:21:17 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.477345716929634 and -59.287589459803364 degrees.
17:21:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:17 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:17 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:17 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:17 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:17 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0358128 (min) 0.118003 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.048179 (min) 0.188768 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.264625 (min) -0.25313 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 3.98959 (min) 7.83933 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.31304 (min) 2.49423 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.7506 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.65808 (min) 7.09191 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2079 (min) 32.6754 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -7.62376e-05 (min) 6.7545e-05 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:17 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:17 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:17 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:17 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:17 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:17 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:17 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 10
17:21:17 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 2 0 0 0]
17:21:17 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 0 3 3 3]
17:21:17 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 194.   0.]
 [  0.   0.   0.   0.   0.]
 [  6.   0.   0.  49.   0.]
 [  0.   0. 161.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:17 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:17 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:17 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:17 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:17 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.052344311813414264
17:21:17 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:17 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:17 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:17 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 85 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 85 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 85 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 85 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 86 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 86 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 86 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 86 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 88 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 88 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 88 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 88 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 89 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 89 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 90 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 90 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 91 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 91 elements to seafloor.
17:21:17 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:17 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:21:17 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 31
17:21:17 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:17 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 31 elements
17:21:17 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:17 INFO    opendrift.models.chemicaldrift:1861: partitioning: [261, 0, 178, 61, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:17 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:17 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:17 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:17 DEBUG   opendrift.models.basemodel:751: Lifting 64 elements to seafloor.
17:21:17 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:17 INFO    opendrift.models.basemodel:2032: 2025-01-04 23:20:59.108291 - step 13 of 96 - 500 active elements (0 deactivated)
17:21:17 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:17 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:17 DEBUG   opendrift.models.basemodel:2051:               57.55224900371363 <- latitude  -> 57.657095192551516
17:21:17 DEBUG   opendrift.models.basemodel:2056:               10.523515960669673 <- longitude -> 10.712421595448792
17:21:17 DEBUG   opendrift.models.basemodel:2061:               -24.104589462280273   <- z ->   -0.0861248114814106
17:21:17 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:17 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 23:00:00 (before)
                2025-01-05 00:00:00 (after)
17:21:19 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:19 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:19 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:19 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:19 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:19 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:19 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 38x36x7) for time after (2025-01-05 00:00:00)
17:21:19 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 23:00:00) in space  (linearNDFast)
17:21:19 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:19 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 00:00:00) in space  (linearNDFast)
17:21:19 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:19 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 23:00:00, weight 0.65) and
                      after (2025-01-05 00:00:00, weight 0.35) in time
17:21:19 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:19 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47649512788993 and -59.287589459803364 degrees.
17:21:19 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47649512788993 and -59.287589459803364 degrees.
17:21:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:19 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:19 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:19 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:19 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:19 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0382838 (min) 0.121028 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0363422 (min) 0.194911 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.309876 (min) -0.297843 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 4.16906 (min) 7.2468 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.6832 (min) 1.65859 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.7322 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.64283 (min) 7.08938 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2413 (min) 32.6767 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -8.31843e-05 (min) 7.49928e-05 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:19 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 64 elements to seafloor.
17:21:19 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:19 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:19 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:19 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:19 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 10
17:21:19 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2 0 2 0 2 0 0 0 0]
17:21:19 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 3 0 3 0 3 3 3 3]
17:21:19 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 201.   0.]
 [  0.   0.   0.   0.   0.]
 [  9.   0.   0.  59.   0.]
 [  0.   0. 192.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:19 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:19 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:19 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:19 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:19 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.046655427648814425
17:21:19 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:19 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:19 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:19 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 77 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 77 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 77 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 77 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:21:19 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 21
17:21:19 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:19 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 21 elements
17:21:19 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:19 INFO    opendrift.models.chemicaldrift:1861: partitioning: [257, 0, 185, 58, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:19 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:19 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:19 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 62 elements to seafloor.
17:21:19 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:19 INFO    opendrift.models.basemodel:2032: 2025-01-04 23:50:59.108291 - step 14 of 96 - 500 active elements (0 deactivated)
17:21:19 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:19 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:19 DEBUG   opendrift.models.basemodel:2051:               57.55465490551794 <- latitude  -> 57.658403106855495
17:21:19 DEBUG   opendrift.models.basemodel:2056:               10.525071459488801 <- longitude -> 10.712553883410434
17:21:19 DEBUG   opendrift.models.basemodel:2061:               -24.104589462280273   <- z ->   -0.08272645953006019
17:21:19 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-04 23:00:00 (before)
                2025-01-05 00:00:00 (after)
17:21:19 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-04 23:00:00) in space  (linearNDFast)
17:21:19 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:19 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 00:00:00) in space  (linearNDFast)
17:21:19 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:19 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-04 23:00:00, weight 0.15) and
                      after (2025-01-05 00:00:00, weight 0.85) in time
17:21:19 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:19 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.474939616176826 and -59.28745717190585 degrees.
17:21:19 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.474939616176826 and -59.28745717190585 degrees.
17:21:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:19 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:19 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:19 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:19 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:19 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0513947 (min) 0.1203 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0256109 (min) 0.194788 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.355876 (min) -0.343327 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 3.99013 (min) 6.11905 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.64558 (min) 1.00834 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.6426 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.68403 (min) 7.08733 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2752 (min) 32.671 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -9.00937e-05 (min) 8.05899e-05 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:19 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:19 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 62 elements to seafloor.
17:21:19 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:19 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:19 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:19 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:19 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
17:21:19 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 2 0 0 0 0]
17:21:19 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 0 3 3 3 3]
17:21:19 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 209.   0.]
 [  0.   0.   0.   0.   0.]
 [ 10.   0.   0.  70.   0.]
 [  0.   0. 213.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:19 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:19 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:19 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:19 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:19 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.036423744731611675
17:21:19 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:19 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:19 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:19 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 66 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 66 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 69 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 69 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:19 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:19 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 23
17:21:19 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:19 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 23 elements
17:21:19 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:19 INFO    opendrift.models.chemicaldrift:1861: partitioning: [250, 0, 198, 52, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:19 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:19 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:19 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:19 DEBUG   opendrift.models.basemodel:751: Lifting 55 elements to seafloor.
17:21:19 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:19 INFO    opendrift.models.basemodel:2032: 2025-01-05 00:20:59.108291 - step 15 of 96 - 500 active elements (0 deactivated)
17:21:19 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:19 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:19 DEBUG   opendrift.models.basemodel:2051:               57.55702620716788 <- latitude  -> 57.65981362523244
17:21:19 DEBUG   opendrift.models.basemodel:2056:               10.526018455095544 <- longitude -> 10.714589294305622
17:21:19 DEBUG   opendrift.models.basemodel:2061:               -24.104589462280273   <- z ->   -0.13667736123102792
17:21:19 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:19 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 00:00:00 (before)
                2025-01-05 01:00:00 (after)
17:21:21 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:21 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:21 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:21 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:21 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:21 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:21 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 39x36x7) for time after (2025-01-05 01:00:00)
17:21:21 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 00:00:00) in space  (linearNDFast)
17:21:21 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:21 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 01:00:00) in space  (linearNDFast)
17:21:21 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:21 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 00:00:00, weight 0.65) and
                      after (2025-01-05 01:00:00, weight 0.35) in time
17:21:21 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:21 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4739926316662 and -59.285421766245136 degrees.
17:21:21 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4739926316662 and -59.285421766245136 degrees.
17:21:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:21 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:21 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:21 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:21 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:21 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:21 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:21 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:21 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:21 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:21 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:21 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0585004 (min) 0.118303 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.00856039 (min) 0.188767 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.391718 (min) -0.379205 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 3.55283 (min) 5.76225 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.70252 (min) 1.0924 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.7201 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.63626 (min) 7.05985 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2375 (min) 32.668 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -8.95479e-05 (min) 7.50546e-05 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:21 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 56 elements to seafloor.
17:21:21 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:21 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:21 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:21 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:21 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 14
17:21:21 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 2 0 0 0 0]
17:21:21 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 0 3 3 3 3]
17:21:21 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 222.   0.]
 [  0.   0.   0.   0.   0.]
 [ 11.   0.   0.  79.   0.]
 [  0.   0. 236.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:21 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:21 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:21 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:21 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:21 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.033290103444171
17:21:21 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:21 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:21 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:21 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 66 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 66 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 69 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 69 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:21 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 20
17:21:21 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:21 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 20 elements
17:21:21 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:21 INFO    opendrift.models.chemicaldrift:1861: partitioning: [238, 0, 206, 56, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:21 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:21 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:21 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 59 elements to seafloor.
17:21:21 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:21 INFO    opendrift.models.basemodel:2032: 2025-01-05 00:50:59.108291 - step 16 of 96 - 500 active elements (0 deactivated)
17:21:21 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:21 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:21 DEBUG   opendrift.models.basemodel:2051:               57.55952373650706 <- latitude  -> 57.661677284750645
17:21:21 DEBUG   opendrift.models.basemodel:2056:               10.526591343349992 <- longitude -> 10.716845238331752
17:21:21 DEBUG   opendrift.models.basemodel:2061:               -24.104589462280273   <- z ->   -0.13786882785263455
17:21:21 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:21 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 00:00:00 (before)
                2025-01-05 01:00:00 (after)
17:21:21 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 00:00:00) in space  (linearNDFast)
17:21:21 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:21 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 01:00:00) in space  (linearNDFast)
17:21:21 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:21 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 00:00:00, weight 0.15) and
                      after (2025-01-05 01:00:00, weight 0.85) in time
17:21:21 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:21 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47341974149376 and -59.2831658115612 degrees.
17:21:21 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47341974149376 and -59.2831658115612 degrees.
17:21:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:21 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:21 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:21 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:21 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:21 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:21 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:21 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:21 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:21 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:21 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:21 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0523919 (min) 0.109328 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0308377 (min) 0.183252 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.426302 (min) -0.410301 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 3.05723 (min) 5.14062 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.32665 (min) 1.7754 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.6918 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.63794 (min) 7.06148 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2443 (min) 32.6647 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -8.60818e-05 (min) 6.47371e-05 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:21 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:21 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 59 elements to seafloor.
17:21:21 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:21 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:21 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:21 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:21 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 15
17:21:21 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 2 0 0 2 0 0 0 0 0 0 0 2]
17:21:21 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 0 3 3 0 3 3 3 3 3 3 3 0]
17:21:21 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 234.   0.]
 [  0.   0.   0.   0.   0.]
 [ 14.   0.   0.  90.   0.]
 [  0.   0. 256.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:21 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:21 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:21 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:21 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:21 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.026477924737052985
17:21:21 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:21 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:21 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:21 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 69 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 69 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 69 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 69 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:21 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:21 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:21 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:22 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:22 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:22 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:22 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:22 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:22 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:22 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:22 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:22 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:22 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:22 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:22 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:22 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:22 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:22 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:22 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:21:22 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:22 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:21:22 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:22 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:21:22 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 15
17:21:22 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:22 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 15 elements
17:21:22 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:22 INFO    opendrift.models.chemicaldrift:1861: partitioning: [229, 0, 207, 64, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:22 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:22 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:22 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:22 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:22 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:22 INFO    opendrift.models.basemodel:2032: 2025-01-05 01:20:59.108291 - step 17 of 96 - 500 active elements (0 deactivated)
17:21:22 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:22 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:22 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.66278147367475
17:21:22 DEBUG   opendrift.models.basemodel:2056:               10.526510464797408 <- longitude -> 10.715458960848775
17:21:22 DEBUG   opendrift.models.basemodel:2061:               -24.104589462280273   <- z ->   -0.2056627623319134
17:21:22 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:22 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 01:00:00 (before)
                2025-01-05 02:00:00 (after)
17:21:24 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:24 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:24 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:24 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:24 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:24 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:24 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 39x36x7) for time after (2025-01-05 02:00:00)
17:21:24 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 01:00:00) in space  (linearNDFast)
17:21:24 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:24 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 02:00:00) in space  (linearNDFast)
17:21:24 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:24 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 01:00:00, weight 0.65) and
                      after (2025-01-05 02:00:00, weight 0.35) in time
17:21:24 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:24 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.473500624094456 and -59.284552094474684 degrees.
17:21:24 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.473500624094456 and -59.284552094474684 degrees.
17:21:24 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:24 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:24 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:24 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:24 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:24 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:24 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:24 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:24 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:24 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:24 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:24 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:24 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:24 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:24 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:24 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:24 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:24 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0385312 (min) 0.114563 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.00525183 (min) 0.174322 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.440159 (min) -0.423644 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 2.91482 (min) 4.5365 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -3.00316 (min) 1.95878 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.7245 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.62751 (min) 7.08047 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2552 (min) 32.6684 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -8.92647e-05 (min) 5.3905e-05 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:24 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:24 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:24 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:24 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:24 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:24 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 8
17:21:24 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2 0 0 0 0 0]
17:21:24 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0 3 3 3 3 3]
17:21:24 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 241.   0.]
 [  0.   0.   0.   0.   0.]
 [ 15.   0.   0. 101.   0.]
 [  0.   0. 271.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:24 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:24 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:24 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:24 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:24 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.020812867631257583
17:21:24 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:24 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:24 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:24 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 75 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 80 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 80 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 81 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 81 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 81 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 81 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 81 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 83 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 83 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 85 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 85 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 89 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 89 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 89 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 89 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 91 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 91 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:21:24 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 16
17:21:24 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:24 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 16 elements
17:21:24 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:24 INFO    opendrift.models.chemicaldrift:1861: partitioning: [223, 0, 201, 76, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:24 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:24 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:24 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:21:24 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:24 INFO    opendrift.models.basemodel:2032: 2025-01-05 01:50:59.108291 - step 18 of 96 - 500 active elements (0 deactivated)
17:21:24 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:24 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:24 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.66356868252387
17:21:24 DEBUG   opendrift.models.basemodel:2056:               10.526836845479451 <- longitude -> 10.718101235833823
17:21:24 DEBUG   opendrift.models.basemodel:2061:               -24.104589462280273   <- z ->   -0.37524248170475083
17:21:24 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:24 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:24 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 01:00:00 (before)
                2025-01-05 02:00:00 (after)
17:21:24 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 01:00:00) in space  (linearNDFast)
17:21:24 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:24 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 02:00:00) in space  (linearNDFast)
17:21:24 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:24 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 01:00:00, weight 0.15) and
                      after (2025-01-05 02:00:00, weight 0.85) in time
17:21:24 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:24 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4731742293276 and -59.28190982567852 degrees.
17:21:24 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4731742293276 and -59.28190982567852 degrees.
17:21:24 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:24 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:24 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:24 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:24 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:24 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:24 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:24 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:24 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:24 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:24 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:24 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:24 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:24 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:24 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:24 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:24 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:24 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0434071 (min) 0.113985 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0232941 (min) 0.166027 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.445856 (min) -0.428797 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 2.76194 (min) 4.0224 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.78325 (min) 1.77485 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.6514 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.5836 (min) 7.08212 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2456 (min) 32.669 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000100029 (min) 4.53126e-05 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:24 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:24 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:21:24 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:24 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:24 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:24 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:24 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
17:21:24 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 0 0 0 0 0 0 0]
17:21:24 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3 3 3 3 3 3 3]
17:21:24 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 249.   0.]
 [  0.   0.   0.   0.   0.]
 [ 16.   0.   0. 122.   0.]
 [  0.   0. 287.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:24 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:24 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:24 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:24 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:24 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.017016691831609483
17:21:24 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:24 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:24 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:24 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 84 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 84 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 85 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 85 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 86 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 86 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 88 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 88 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 90 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 90 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 91 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 91 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 93 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 93 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 93 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 93 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 93 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 93 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 94 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 94 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 94 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 94 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 94 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 94 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:21:24 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:24 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:21:24 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 14
17:21:24 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:24 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 14 elements
17:21:24 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:24 INFO    opendrift.models.chemicaldrift:1861: partitioning: [216, 0, 202, 82, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:24 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:24 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:24 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:24 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:24 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:24 INFO    opendrift.models.basemodel:2032: 2025-01-05 02:20:59.108291 - step 19 of 96 - 500 active elements (0 deactivated)
17:21:24 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:24 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:24 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.66537401477334
17:21:24 DEBUG   opendrift.models.basemodel:2056:               10.527490062501911 <- longitude -> 10.717104949466584
17:21:24 DEBUG   opendrift.models.basemodel:2061:               -23.226646618860503   <- z ->   -0.26362728725880413
17:21:24 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:24 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:24 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:24 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:24 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 02:00:00 (before)
                2025-01-05 03:00:00 (after)
17:21:26 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:26 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:26 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:26 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:26 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:26 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:26 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 40x36x7) for time after (2025-01-05 03:00:00)
17:21:26 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 02:00:00) in space  (linearNDFast)
17:21:26 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:26 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 03:00:00) in space  (linearNDFast)
17:21:26 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:26 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 02:00:00, weight 0.65) and
                      after (2025-01-05 03:00:00, weight 0.35) in time
17:21:26 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:26 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.472521015080765 and -59.28290610764346 degrees.
17:21:26 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.472521015080765 and -59.28290610764346 degrees.
17:21:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:26 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:26 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:26 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:26 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:26 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0551473 (min) 0.110358 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0179628 (min) 0.156789 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.422981 (min) -0.408714 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.765 (min) 3.11277 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.51769 (min) 1.19528 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5987 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.61831 (min) 7.08496 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2552 (min) 32.6607 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -9.78138e-05 (min) 3.99096e-05 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:26 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:21:26 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:26 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:26 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:26 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:26 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 12
17:21:26 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2 2 0 0 0 0 0 2 0 0]
17:21:26 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0 0 3 3 3 3 3 0 3 3]
17:21:26 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 258.   0.]
 [  0.   0.   0.   0.   0.]
 [ 19.   0.   0. 134.   0.]
 [  0.   0. 301.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:26 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:26 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:26 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:26 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:26 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.011361220800998368
17:21:26 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:26 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:26 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:26 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 93 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 93 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 94 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 94 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 102 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 102 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 105 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 105 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 107 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 107 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 107 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 107 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 107 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 107 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 107 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 107 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 108 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 108 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 108 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 108 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 108 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 108 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 108 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 108 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 108 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 108 elements to seafloor.
17:21:26 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 7
17:21:26 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:26 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 7 elements
17:21:26 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:26 INFO    opendrift.models.chemicaldrift:1861: partitioning: [210, 0, 189, 101, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:26 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:26 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:26 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 105 elements to seafloor.
17:21:26 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:26 INFO    opendrift.models.basemodel:2032: 2025-01-05 02:50:59.108291 - step 20 of 96 - 500 active elements (0 deactivated)
17:21:26 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:26 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:26 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.666586944000024
17:21:26 DEBUG   opendrift.models.basemodel:2056:               10.527754559243265 <- longitude -> 10.716656383746555
17:21:26 DEBUG   opendrift.models.basemodel:2061:               -24.051928208874667   <- z ->   -0.05615730566965127
17:21:26 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 02:00:00 (before)
                2025-01-05 03:00:00 (after)
17:21:26 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 02:00:00) in space  (linearNDFast)
17:21:26 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:26 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 03:00:00) in space  (linearNDFast)
17:21:26 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:26 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 02:00:00, weight 0.15) and
                      after (2025-01-05 03:00:00, weight 0.85) in time
17:21:26 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:26 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.28335468020573 degrees.
17:21:26 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.28335468020573 degrees.
17:21:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:26 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:26 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:26 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:26 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:26 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0452311 (min) 0.106049 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0203883 (min) 0.148039 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.388857 (min) -0.375813 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.483775 (min) 2.01781 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -2.19465 (min) 0.445752 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.61311 (min) 7.08831 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2597 (min) 32.6492 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -8.64474e-05 (min) 4.32167e-05 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:26 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:26 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 105 elements to seafloor.
17:21:26 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:26 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:26 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:26 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:26 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:21:26 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0]
17:21:26 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3]
17:21:26 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 263.   0.]
 [  0.   0.   0.   0.   0.]
 [ 19.   0.   0. 151.   0.]
 [  0.   0. 308.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:26 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:26 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:26 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:26 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:26 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.006303981850542974
17:21:26 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:26 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:26 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:26 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 107 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 107 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 109 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 109 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 110 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 110 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 112 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 112 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 112 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 112 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 113 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 113 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 113 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 113 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 113 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 113 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 114 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 114 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 114 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 114 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 114 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 114 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 116 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 116 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 116 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 116 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:26 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:26 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:26 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 3
17:21:26 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:26 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 3 elements
17:21:26 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:26 INFO    opendrift.models.chemicaldrift:1861: partitioning: [205, 0, 178, 117, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:26 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:26 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:26 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:26 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:26 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:26 INFO    opendrift.models.basemodel:2032: 2025-01-05 03:20:59.108291 - step 21 of 96 - 500 active elements (0 deactivated)
17:21:26 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:26 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:26 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.667391801904095
17:21:26 DEBUG   opendrift.models.basemodel:2056:               10.527754559243265 <- longitude -> 10.719086260196578
17:21:26 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.2636541030523718
17:21:26 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 03:00:00 (before)
                2025-01-05 04:00:00 (after)
17:21:28 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:28 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:28 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:28 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:28 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:28 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:28 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 40x36x7) for time after (2025-01-05 04:00:00)
17:21:28 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 03:00:00) in space  (linearNDFast)
17:21:28 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:28 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 04:00:00) in space  (linearNDFast)
17:21:28 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:28 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 03:00:00, weight 0.65) and
                      after (2025-01-05 04:00:00, weight 0.35) in time
17:21:28 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:28 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.28092480112403 degrees.
17:21:28 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.28092480112403 degrees.
17:21:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:28 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:28 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:28 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:28 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:28 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0549501 (min) 0.10446 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.018814 (min) 0.141887 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.342431 (min) -0.331622 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.416451 (min) 0.812992 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -1.4333 (min) 1.1449 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.61032 (min) 7.08932 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2638 (min) 32.6486 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -9.13283e-05 (min) 5.07087e-05 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:28 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:28 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:28 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:28 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:28 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:28 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 12
17:21:28 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 2 2 0 2 2 0 2 0 0 0]
17:21:28 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 0 0 3 0 0 3 0 3 3 3]
17:21:28 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 269.   0.]
 [  0.   0.   0.   0.   0.]
 [ 25.   0.   0. 165.   0.]
 [  0.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:28 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:28 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:28 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.0017408930060854068
17:21:28 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:28 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:28 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:28 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 125 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 125 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 134 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 134 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 135 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 135 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 136 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 136 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 137 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 137 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 137 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 137 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 137 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 137 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 138 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 138 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 139 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 139 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 139 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 139 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:627: 139 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 139 elements to seafloor.
17:21:28 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:28 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:28 INFO    opendrift.models.chemicaldrift:1861: partitioning: [205, 0, 156, 139, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:28 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:28 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:28 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 139 elements to seafloor.
17:21:28 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:28 INFO    opendrift.models.basemodel:2032: 2025-01-05 03:50:59.108291 - step 22 of 96 - 500 active elements (0 deactivated)
17:21:28 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:28 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:28 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.66840625479435
17:21:28 DEBUG   opendrift.models.basemodel:2056:               10.527754559243265 <- longitude -> 10.720734439615827
17:21:28 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.3506108584649522
17:21:28 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 03:00:00 (before)
                2025-01-05 04:00:00 (after)
17:21:28 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 03:00:00) in space  (linearNDFast)
17:21:28 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:28 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 04:00:00) in space  (linearNDFast)
17:21:28 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:28 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 03:00:00, weight 0.15) and
                      after (2025-01-05 04:00:00, weight 0.85) in time
17:21:28 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:28 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.279276626701524 degrees.
17:21:28 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.279276626701524 degrees.
17:21:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:28 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:28 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:28 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:28 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:28 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0408678 (min) 0.105352 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0164352 (min) 0.138758 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.29096 (min) -0.282697 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.33782 (min) 0.318384 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -0.560572 (min) 2.46638 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.60794 (min) 7.08932 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2805 (min) 32.6422 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -9.08708e-05 (min) 2.89849e-05 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:28 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:28 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 139 elements to seafloor.
17:21:28 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:28 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:28 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:28 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:28 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
17:21:28 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 0 0 2 2 0 2]
17:21:28 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 3 3 0 0 3 0]
17:21:28 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 272.   0.]
 [  0.   0.   0.   0.   0.]
 [ 31.   0.   0. 181.   0.]
 [  0.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:28 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:28 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:28 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.004472860554388694
17:21:28 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:28 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:28 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 142 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 142 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 142 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 142 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 142 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 142 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 142 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 142 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 143 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 143 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 143 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 143 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 143 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 143 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 143 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 143 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 144 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 144 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 144 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 144 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 144 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 144 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 144 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 144 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 144 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 144 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 144 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 144 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 144 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 144 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 145 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 145 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 146 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 146 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 146 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 146 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 146 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 146 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 146 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 146 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 147 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 147 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:627: 147 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 147 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 147 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 147 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 147 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 147 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 147 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 147 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 147 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 147 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 147 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 147 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 147 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 147 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 147 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 147 elements to seafloor.
17:21:28 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:28 DEBUG   opendrift.models.oceandrift:627: 149 elements reached seafloor, interacting with bottom
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 149 elements to seafloor.
17:21:28 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:28 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:28 INFO    opendrift.models.chemicaldrift:1861: partitioning: [208, 0, 143, 149, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:28 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:28 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:28 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:28 DEBUG   opendrift.models.basemodel:751: Lifting 152 elements to seafloor.
17:21:28 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:28 INFO    opendrift.models.basemodel:2032: 2025-01-05 04:20:59.108291 - step 23 of 96 - 500 active elements (0 deactivated)
17:21:28 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:28 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:28 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.669903202752394
17:21:28 DEBUG   opendrift.models.basemodel:2056:               10.527754559243267 <- longitude -> 10.723537723329008
17:21:28 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.3095524580436346
17:21:28 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:28 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 04:00:00 (before)
                2025-01-05 05:00:00 (after)
17:21:30 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:30 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:30 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:30 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:30 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:30 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:30 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 41x36x7) for time after (2025-01-05 05:00:00)
17:21:30 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 04:00:00) in space  (linearNDFast)
17:21:30 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:30 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 05:00:00) in space  (linearNDFast)
17:21:30 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:30 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 04:00:00, weight 0.65) and
                      after (2025-01-05 05:00:00, weight 0.35) in time
17:21:30 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:30 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.27647333137712 degrees.
17:21:30 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.27647333137712 degrees.
17:21:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:30 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:30 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:30 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:30 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:30 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0391036 (min) 0.102831 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0144666 (min) 0.121981 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.242284 (min) -0.236028 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.87518 (min) -0.598108 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.518398 (min) 2.67758 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.60534 (min) 7.08932 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2842 (min) 32.6359 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -9.28157e-05 (min) 3.20036e-05 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:30 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 152 elements to seafloor.
17:21:30 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:30 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:30 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:30 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:30 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:21:30 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 2 0 0]
17:21:30 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 0 3 3]
17:21:30 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 275.   0.]
 [  0.   0.   0.   0.   0.]
 [ 33.   0.   0. 188.   0.]
 [  0.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:30 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:30 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:30 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:30 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:30 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.0054431971358064124
17:21:30 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:30 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:30 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:30 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 152 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 152 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 152 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 152 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 152 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 152 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 152 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 152 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 153 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 153 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 153 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 153 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 153 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 153 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 154 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 154 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 154 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 154 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 154 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 154 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 155 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 155 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 155 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 155 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 156 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 156 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 156 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 156 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 157 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 157 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 157 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 157 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 158 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 158 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 159 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 159 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 159 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 159 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 159 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 159 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 159 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 159 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 159 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 159 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 159 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 159 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 159 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 159 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 159 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 159 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 159 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 159 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 160 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 160 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 160 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 160 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 161 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 161 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 161 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 161 elements to seafloor.
17:21:30 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:30 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:30 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:30 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:30 INFO    opendrift.models.chemicaldrift:1861: partitioning: [207, 0, 132, 161, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:30 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:30 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:30 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 162 elements to seafloor.
17:21:30 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:30 INFO    opendrift.models.basemodel:2032: 2025-01-05 04:50:59.108291 - step 24 of 96 - 500 active elements (0 deactivated)
17:21:30 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:30 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:30 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.67102036163797
17:21:30 DEBUG   opendrift.models.basemodel:2056:               10.527754559243267 <- longitude -> 10.726175557290041
17:21:30 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.1810112119468209
17:21:30 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 04:00:00 (before)
                2025-01-05 05:00:00 (after)
17:21:30 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 04:00:00) in space  (linearNDFast)
17:21:30 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:30 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 05:00:00) in space  (linearNDFast)
17:21:30 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:30 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 04:00:00, weight 0.15) and
                      after (2025-01-05 05:00:00, weight 0.85) in time
17:21:30 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:30 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.27383550540454 degrees.
17:21:30 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.27383550540454 degrees.
17:21:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:30 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:30 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:30 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:30 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:30 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0373246 (min) 0.0979734 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0124305 (min) 0.10975 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.194392 (min) -0.190237 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.24387 (min) -1.8039 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.56584 (min) 2.41183 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.59999 (min) 7.08932 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2774 (min) 32.6274 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -9.33689e-05 (min) 3.68098e-05 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:30 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:30 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 162 elements to seafloor.
17:21:30 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:30 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:30 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:30 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:30 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 8
17:21:30 DEBUG   opendrift.models.chemicaldrift:1452: old species: [3 0 0 0 0 0 0 0]
17:21:30 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3 3 3 3 3 3]
17:21:30 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 282.   0.]
 [  0.   0.   0.   0.   0.]
 [ 33.   0.   0. 197.   0.]
 [  1.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:30 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:30 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:30 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:30 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:30 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.006564012855734122
17:21:30 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:30 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:30 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:30 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 167 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 167 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 169 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 169 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 169 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 169 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 170 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 170 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 170 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 170 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 170 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 170 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 171 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 171 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 171 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 171 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 171 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 171 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 172 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 172 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 172 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 172 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 172 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 172 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 173 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 173 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 173 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 173 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 173 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 173 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 174 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 174 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 176 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 176 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 176 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 176 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 176 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 176 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 176 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 176 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 177 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 177 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 177 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 177 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 177 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 177 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 177 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 177 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 177 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 177 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 177 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 177 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 177 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 177 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 177 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 177 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 177 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 177 elements to seafloor.
17:21:30 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:30 DEBUG   opendrift.models.oceandrift:627: 177 elements reached seafloor, interacting with bottom
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 177 elements to seafloor.
17:21:30 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:30 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:30 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:30 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:30 INFO    opendrift.models.chemicaldrift:1861: partitioning: [201, 0, 122, 177, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:30 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:30 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:30 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:30 DEBUG   opendrift.models.basemodel:751: Lifting 181 elements to seafloor.
17:21:30 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:30 INFO    opendrift.models.basemodel:2032: 2025-01-05 05:20:59.108291 - step 25 of 96 - 500 active elements (0 deactivated)
17:21:30 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:30 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:30 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.671985221380055
17:21:30 DEBUG   opendrift.models.basemodel:2056:               10.527754559243263 <- longitude -> 10.728964243147143
17:21:30 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.1361334005378466
17:21:30 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:30 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 05:00:00 (before)
                2025-01-05 06:00:00 (after)
17:21:32 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:32 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:32 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:32 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:32 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:32 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:32 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 41x36x7) for time after (2025-01-05 06:00:00)
17:21:32 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 05:00:00) in space  (linearNDFast)
17:21:32 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:32 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 06:00:00) in space  (linearNDFast)
17:21:32 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:32 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 05:00:00, weight 0.65) and
                      after (2025-01-05 06:00:00, weight 0.35) in time
17:21:32 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:32 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.27104680641775 degrees.
17:21:32 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.27104680641775 degrees.
17:21:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:32 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:32 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:32 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:32 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:32 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:32 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:32 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:32 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:32 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.033598 (min) 0.0932913 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.00276558 (min) 0.109074 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.159082 (min) -0.156434 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.91774 (min) -2.50122 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 2.39867 (min) 3.10895 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.5989 (min) 7.08921 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.2911 (min) 32.6184 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -9.49609e-05 (min) 3.91972e-05 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:32 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 180 elements to seafloor.
17:21:32 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:32 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:32 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:32 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:32 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 12
17:21:32 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 2 0 0 0 0 0 0 0]
17:21:32 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 0 3 3 3 3 3 3 3]
17:21:32 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 293.   0.]
 [  0.   0.   0.   0.   0.]
 [ 34.   0.   0. 207.   0.]
 [  1.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:32 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:32 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:32 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:32 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:32 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.011675521560161878
17:21:32 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:32 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:32 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:32 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 189 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 189 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 190 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 190 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 190 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 190 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 190 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 190 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 191 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 191 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 191 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 191 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 191 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 191 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 191 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 191 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 191 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 191 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 191 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 191 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 192 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 192 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 192 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 192 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 194 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 194 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 194 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 194 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 194 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 194 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 196 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 196 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 196 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 196 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 196 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 196 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 196 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 196 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 196 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 196 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 197 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 197 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 197 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 197 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 197 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 197 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 197 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 197 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 197 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 197 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 197 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 197 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 197 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 197 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 198 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 198 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 198 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 198 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 198 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 198 elements to seafloor.
17:21:32 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:32 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:32 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:32 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:32 INFO    opendrift.models.chemicaldrift:1861: partitioning: [191, 0, 111, 198, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:32 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:32 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:32 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 200 elements to seafloor.
17:21:32 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:32 INFO    opendrift.models.basemodel:2032: 2025-01-05 05:50:59.108291 - step 26 of 96 - 500 active elements (0 deactivated)
17:21:32 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:32 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:32 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.6724196339266
17:21:32 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.731200456343428
17:21:32 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.1530469176871051
17:21:32 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 05:00:00 (before)
                2025-01-05 06:00:00 (after)
17:21:32 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 05:00:00) in space  (linearNDFast)
17:21:32 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:32 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 06:00:00) in space  (linearNDFast)
17:21:32 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:32 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 05:00:00, weight 0.15) and
                      after (2025-01-05 06:00:00, weight 0.85) in time
17:21:32 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:32 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.2688105983474 degrees.
17:21:32 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.2688105983474 degrees.
17:21:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:32 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:32 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:32 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:32 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:32 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:32 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:32 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:32 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:32 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0331433 (min) 0.0893874 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.00813032 (min) 0.09776 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.130172 (min) -0.12674 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.76922 (min) -3.02061 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 3.11053 (min) 4.21969 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.7747 (min) 7.08905 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3207 (min) 32.6271 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -9.69992e-05 (min) 4.05456e-05 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:32 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:32 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 199 elements to seafloor.
17:21:32 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:32 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:32 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:32 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:32 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 12
17:21:32 DEBUG   opendrift.models.chemicaldrift:1452: old species: [3 2 0 0 0 0 0 0 0 0 0 0]
17:21:32 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 3 3 3 3 3 3 3 3 3 3]
17:21:32 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 303.   0.]
 [  0.   0.   0.   0.   0.]
 [ 35.   0.   0. 217.   0.]
 [  2.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:32 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:32 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:32 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:32 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:32 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.019989494293819278
17:21:32 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:32 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:32 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:32 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 207 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 207 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 207 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 207 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 207 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 207 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 208 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 208 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 208 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 208 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 208 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 208 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 208 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 208 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 208 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 208 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 208 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 208 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 208 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 208 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 209 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 209 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 209 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 209 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 209 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 209 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 209 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 209 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 210 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 210 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 211 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 211 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 211 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 211 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 211 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 211 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 211 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 211 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 211 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 211 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 211 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 211 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 212 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 212 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 213 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 213 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 213 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 213 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 213 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 213 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 213 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 213 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 213 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 213 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 213 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 213 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 213 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 213 elements to seafloor.
17:21:32 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:32 DEBUG   opendrift.models.oceandrift:627: 214 elements reached seafloor, interacting with bottom
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 214 elements to seafloor.
17:21:32 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:32 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:32 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:32 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:32 INFO    opendrift.models.chemicaldrift:1861: partitioning: [183, 0, 103, 214, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:32 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:32 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:32 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:32 DEBUG   opendrift.models.basemodel:751: Lifting 216 elements to seafloor.
17:21:32 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:32 INFO    opendrift.models.basemodel:2032: 2025-01-05 06:20:59.108291 - step 27 of 96 - 500 active elements (0 deactivated)
17:21:32 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:32 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:32 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.6728695272535
17:21:32 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.733766321473626
17:21:32 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.17801951310445496
17:21:32 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:32 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 06:00:00 (before)
                2025-01-05 07:00:00 (after)
17:21:35 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:35 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:35 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:35 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:35 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:35 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:35 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 41x36x7) for time after (2025-01-05 07:00:00)
17:21:35 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 06:00:00) in space  (linearNDFast)
17:21:35 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:35 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 07:00:00) in space  (linearNDFast)
17:21:35 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:35 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 06:00:00, weight 0.65) and
                      after (2025-01-05 07:00:00, weight 0.35) in time
17:21:35 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:35 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.266244743757696 degrees.
17:21:35 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.266244743757696 degrees.
17:21:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:35 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:35 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:35 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:35 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:35 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0374348 (min) 0.0821941 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0119112 (min) 0.106146 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.11779 (min) -0.113595 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.763 (min) -2.99283 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 4.34728 (min) 5.35247 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72168 (min) 7.08901 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3488 (min) 32.6076 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -9.61484e-05 (min) 4.41085e-05 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:35 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 214 elements to seafloor.
17:21:35 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:35 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:35 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:35 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:35 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 10
17:21:35 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2 0 2 0 0 0 0 2]
17:21:35 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0 3 0 3 3 3 3 0]
17:21:35 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 310.   0.]
 [  0.   0.   0.   0.   0.]
 [ 38.   0.   0. 224.   0.]
 [  2.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:35 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:35 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:35 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:35 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:35 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.02814419484283618
17:21:35 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:35 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:35 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:35 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 222 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 222 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 223 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 223 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 223 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 223 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 223 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 223 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 223 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 223 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 223 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 223 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 223 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 223 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 223 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 223 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 225 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 225 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 225 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 225 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 227 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 227 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 227 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 227 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 227 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 227 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 227 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 227 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 227 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 227 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 227 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 227 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 227 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 227 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 227 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 227 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 227 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 227 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 228 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 228 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 228 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 228 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 229 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 229 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 229 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 229 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 229 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 229 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 229 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 229 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 229 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 229 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 230 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 230 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 231 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 231 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 231 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 231 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 231 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 231 elements to seafloor.
17:21:35 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:35 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:35 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:35 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:35 INFO    opendrift.models.chemicaldrift:1861: partitioning: [179, 0, 90, 231, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:35 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:35 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:35 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 233 elements to seafloor.
17:21:35 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:35 INFO    opendrift.models.basemodel:2032: 2025-01-05 06:50:59.108291 - step 28 of 96 - 500 active elements (0 deactivated)
17:21:35 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:35 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:35 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.67365295488852
17:21:35 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.735766464142602
17:21:35 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.15393552194008664
17:21:35 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 06:00:00 (before)
                2025-01-05 07:00:00 (after)
17:21:35 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 06:00:00) in space  (linearNDFast)
17:21:35 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:35 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 07:00:00) in space  (linearNDFast)
17:21:35 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:35 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 06:00:00, weight 0.15) and
                      after (2025-01-05 07:00:00, weight 0.85) in time
17:21:35 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:35 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.264244592216485 degrees.
17:21:35 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.264244592216485 degrees.
17:21:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:35 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:35 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:35 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:35 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:35 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:35 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:35 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:35 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0241524 (min) 0.0767885 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.01776 (min) 0.121638 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.112207 (min) -0.107736 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.62596 (min) -2.62631 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 5.802 (min) 6.57997 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.77395 (min) 7.08901 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3781 (min) 32.6056 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -9.40482e-05 (min) 4.86226e-05 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:35 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:35 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 231 elements to seafloor.
17:21:35 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:35 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:35 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:35 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:35 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 10
17:21:35 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2 0 0 0 0 0 0 0]
17:21:35 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0 3 3 3 3 3 3 3]
17:21:35 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 319.   0.]
 [  0.   0.   0.   0.   0.]
 [ 39.   0.   0. 234.   0.]
 [  2.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:35 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:35 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:35 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:35 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:35 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.03809229198259102
17:21:35 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:35 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:35 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:35 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 240 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 240 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 241 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 241 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 241 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 241 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 241 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 241 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 241 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 241 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 241 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 241 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 241 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 241 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 242 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 242 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 243 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 243 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 243 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 243 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 243 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 243 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 243 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 243 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 243 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 243 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 243 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 243 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 243 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 243 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 244 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 244 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 245 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 245 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 245 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 245 elements to seafloor.
17:21:35 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:35 DEBUG   opendrift.models.oceandrift:627: 245 elements reached seafloor, interacting with bottom
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 245 elements to seafloor.
17:21:35 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:35 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:35 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:35 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:35 INFO    opendrift.models.chemicaldrift:1861: partitioning: [171, 0, 84, 245, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:35 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:35 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:35 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:35 DEBUG   opendrift.models.basemodel:751: Lifting 247 elements to seafloor.
17:21:35 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:35 INFO    opendrift.models.basemodel:2032: 2025-01-05 07:20:59.108291 - step 29 of 96 - 500 active elements (0 deactivated)
17:21:35 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:35 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:35 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.674720302920775
17:21:35 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.737126452915717
17:21:35 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.45579813528118523
17:21:35 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:35 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:35 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:35 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:35 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 07:00:00 (before)
                2025-01-05 08:00:00 (after)
17:21:37 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:37 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:37 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:37 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:37 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:37 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:37 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 42x36x7) for time after (2025-01-05 08:00:00)
17:21:37 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 07:00:00) in space  (linearNDFast)
17:21:37 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:37 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 08:00:00) in space  (linearNDFast)
17:21:37 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:37 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 07:00:00, weight 0.65) and
                      after (2025-01-05 08:00:00, weight 0.35) in time
17:21:37 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.262884607994856 degrees.
17:21:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.262884607994856 degrees.
17:21:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:37 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:37 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:37 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:37 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0299339 (min) 0.0696529 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0192193 (min) 0.150726 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.12127 (min) -0.117042 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.34327 (min) -2.25026 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.7583 (min) 7.33118 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.74252 (min) 7.08901 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3832 (min) 32.6025 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -8.65434e-05 (min) 5.65638e-05 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:37 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 247 elements to seafloor.
17:21:37 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:37 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:37 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:37 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:37 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
17:21:37 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 2 0 0]
17:21:37 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 0 3 3]
17:21:37 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 327.   0.]
 [  0.   0.   0.   0.   0.]
 [ 40.   0.   0. 239.   0.]
 [  2.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:37 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:37 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:37 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:37 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:37 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.04458363505340121
17:21:37 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:37 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:37 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:37 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 253 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 253 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 253 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 253 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 253 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 253 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 253 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 253 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 253 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 253 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 253 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 253 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 253 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 253 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 253 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 253 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 254 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 254 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 256 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 256 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 256 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 256 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 256 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 256 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 256 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 256 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 257 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 257 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 257 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 257 elements to seafloor.
17:21:37 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:37 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:37 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:37 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:37 INFO    opendrift.models.chemicaldrift:1861: partitioning: [164, 0, 79, 257, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:37 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:37 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:37 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 257 elements to seafloor.
17:21:37 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:37 INFO    opendrift.models.basemodel:2032: 2025-01-05 07:50:59.108291 - step 30 of 96 - 500 active elements (0 deactivated)
17:21:37 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:37 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:37 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.67608504580263
17:21:37 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.738873072108014
17:21:37 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.3097867317670189
17:21:37 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 07:00:00 (before)
                2025-01-05 08:00:00 (after)
17:21:37 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 07:00:00) in space  (linearNDFast)
17:21:37 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:37 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 08:00:00) in space  (linearNDFast)
17:21:37 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:37 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 07:00:00, weight 0.15) and
                      after (2025-01-05 08:00:00, weight 0.85) in time
17:21:37 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.26113797866016 degrees.
17:21:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.26113797866016 degrees.
17:21:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:37 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:37 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:37 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:37 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0372856 (min) 0.0625663 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0187929 (min) 0.180305 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.136598 (min) -0.130801 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.95188 (min) -1.82567 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.51302 (min) 7.80087 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.70814 (min) 7.08901 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3368 (min) 32.5999 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -7.73327e-05 (min) 6.59773e-05 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:37 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:37 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 257 elements to seafloor.
17:21:37 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:37 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:37 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:37 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:37 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:21:37 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0]
17:21:37 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3]
17:21:37 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 333.   0.]
 [  0.   0.   0.   0.   0.]
 [ 40.   0.   0. 243.   0.]
 [  2.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:37 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:37 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:37 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:37 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:37 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.04894322070529938
17:21:37 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:37 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:37 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:37 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 264 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 264 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 265 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 265 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 265 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 265 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 265 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 265 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 265 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 265 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 266 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 266 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 266 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 266 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 266 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 266 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 266 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 266 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 267 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 267 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 267 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 267 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 267 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 267 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 267 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 267 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 267 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 267 elements to seafloor.
17:21:37 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:37 DEBUG   opendrift.models.oceandrift:627: 267 elements reached seafloor, interacting with bottom
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 267 elements to seafloor.
17:21:37 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:21:37 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:37 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:37 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:37 INFO    opendrift.models.chemicaldrift:1861: partitioning: [158, 0, 75, 267, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:37 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:37 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:37 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:37 DEBUG   opendrift.models.basemodel:751: Lifting 269 elements to seafloor.
17:21:37 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:37 INFO    opendrift.models.basemodel:2032: 2025-01-05 08:20:59.108291 - step 31 of 96 - 500 active elements (0 deactivated)
17:21:37 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:37 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:37 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.6789378571254
17:21:37 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.74036608577103
17:21:37 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.2684441656095829
17:21:37 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 08:00:00 (before)
                2025-01-05 09:00:00 (after)
17:21:39 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:39 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:39 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:39 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:39 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:39 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:39 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 42x36x7) for time after (2025-01-05 09:00:00)
17:21:39 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 08:00:00) in space  (linearNDFast)
17:21:39 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:39 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 09:00:00) in space  (linearNDFast)
17:21:39 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:39 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 08:00:00, weight 0.65) and
                      after (2025-01-05 09:00:00, weight 0.35) in time
17:21:39 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:39 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.25964496486598 degrees.
17:21:39 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.25964496486598 degrees.
17:21:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:39 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:39 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:39 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:39 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:39 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0490702 (min) 0.0626934 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.00676226 (min) 0.204931 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.161203 (min) -0.153584 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.03722 (min) -0.698293 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.36629 (min) 8.03229 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.71239 (min) 7.09175 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3442 (min) 32.5992 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -5.97437e-05 (min) 7.90865e-05 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:39 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 270 elements to seafloor.
17:21:39 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:39 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:39 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:39 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:39 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:21:39 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0]
17:21:39 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3]
17:21:39 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 339.   0.]
 [  0.   0.   0.   0.   0.]
 [ 40.   0.   0. 247.   0.]
 [  2.   0. 311.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:39 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:39 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:39 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:39 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:39 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.049480902347290544
17:21:39 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:39 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:39 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:39 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 273 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 273 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 273 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 273 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 274 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 274 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 274 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 274 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 274 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 274 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 274 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 274 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 274 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 274 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 274 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 274 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 275 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 275 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 275 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 275 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 275 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 275 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 275 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 275 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 275 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 275 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 276 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 276 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 276 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 276 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 276 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 276 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 276 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 276 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 276 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 276 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 276 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 276 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 277 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 277 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 277 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 277 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 277 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 277 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 277 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 277 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 277 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 277 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 277 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 277 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 277 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 277 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 278 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 278 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 278 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 278 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 278 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 278 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 278 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 278 elements to seafloor.
17:21:39 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 1
17:21:39 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:39 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 1 elements
17:21:39 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:39 INFO    opendrift.models.chemicaldrift:1861: partitioning: [152, 0, 71, 277, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:39 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:39 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:39 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 278 elements to seafloor.
17:21:39 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:39 INFO    opendrift.models.basemodel:2032: 2025-01-05 08:50:59.108291 - step 32 of 96 - 500 active elements (0 deactivated)
17:21:39 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:39 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:39 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.68060802418868
17:21:39 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.741555697325065
17:21:39 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.0824205560167558
17:21:39 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 08:00:00 (before)
                2025-01-05 09:00:00 (after)
17:21:39 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 08:00:00) in space  (linearNDFast)
17:21:39 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:39 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 09:00:00) in space  (linearNDFast)
17:21:39 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:39 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 08:00:00, weight 0.15) and
                      after (2025-01-05 09:00:00, weight 0.85) in time
17:21:39 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:39 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.258455352710655 degrees.
17:21:39 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.258455352710655 degrees.
17:21:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:39 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:39 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:39 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:39 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:39 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.062759 (min) 0.0840775 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.00996846 (min) 0.229683 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.191279 (min) -0.180642 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.909864 (min) 0.768656 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.5757 (min) 8.17202 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.75981 (min) 7.09568 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3807 (min) 32.5992 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -6.15989e-05 (min) 9.37834e-05 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:39 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:39 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 278 elements to seafloor.
17:21:39 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:39 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:39 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:39 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:39 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:21:39 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0]
17:21:39 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3]
17:21:39 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 344.   0.]
 [  0.   0.   0.   0.   0.]
 [ 40.   0.   0. 252.   0.]
 [  2.   0. 312.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:39 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:39 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:39 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:39 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:39 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.048860127853614495
17:21:39 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:39 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:39 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:39 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 282 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 282 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:39 DEBUG   opendrift.models.oceandrift:627: 283 elements reached seafloor, interacting with bottom
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 1
17:21:39 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:39 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 1 elements
17:21:39 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:39 INFO    opendrift.models.chemicaldrift:1861: partitioning: [147, 0, 71, 282, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:39 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:39 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:39 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:39 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:39 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:39 INFO    opendrift.models.basemodel:2032: 2025-01-05 09:20:59.108291 - step 33 of 96 - 500 active elements (0 deactivated)
17:21:39 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:39 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:39 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.682560320167546
17:21:39 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.742717627143032
17:21:39 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.27223435672997753
17:21:39 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:39 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 09:00:00 (before)
                2025-01-05 10:00:00 (after)
17:21:41 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:41 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:41 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:41 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:41 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:41 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:41 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 43x36x7) for time after (2025-01-05 10:00:00)
17:21:41 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 09:00:00) in space  (linearNDFast)
17:21:41 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:41 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 10:00:00) in space  (linearNDFast)
17:21:41 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:41 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 09:00:00, weight 0.65) and
                      after (2025-01-05 10:00:00, weight 0.35) in time
17:21:41 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:41 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.257293430917706 degrees.
17:21:41 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.257293430917706 degrees.
17:21:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:41 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:41 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:41 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:41 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:41 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0774352 (min) 0.110376 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0260125 (min) 0.241714 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.224517 (min) -0.211507 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.266757 (min) 1.68772 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.73658 (min) 8.11209 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.70709 (min) 7.09995 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4119 (min) 32.6014 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -4.04482e-05 (min) 0.000109227 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:41 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 283 elements to seafloor.
17:21:41 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:41 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:41 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:41 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:41 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 8
17:21:41 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2 0 0 0 0 2]
17:21:41 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0 3 3 3 3 0]
17:21:41 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 350.   0.]
 [  0.   0.   0.   0.   0.]
 [ 42.   0.   0. 253.   0.]
 [  2.   0. 313.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:41 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:41 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:41 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:41 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:41 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.04799213306170452
17:21:41 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:41 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:41 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:41 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 288 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 288 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 288 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 288 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 288 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 288 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 288 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 288 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 288 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 288 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 288 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 288 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 288 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 288 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 288 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 288 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 288 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 288 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 289 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 289 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 289 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 289 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 289 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 289 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 289 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 289 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 289 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 289 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 289 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 289 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 289 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 289 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 289 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 289 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 290 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 290 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 290 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 290 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 291 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 291 elements to seafloor.
17:21:41 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 1
17:21:41 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:41 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 1 elements
17:21:41 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:41 INFO    opendrift.models.chemicaldrift:1861: partitioning: [143, 0, 67, 290, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:41 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:41 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:41 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 290 elements to seafloor.
17:21:41 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:41 INFO    opendrift.models.basemodel:2032: 2025-01-05 09:50:59.108291 - step 34 of 96 - 500 active elements (0 deactivated)
17:21:41 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:41 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:41 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.6860248817246
17:21:41 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.744526021299407
17:21:41 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.20563239012037954
17:21:41 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 09:00:00 (before)
                2025-01-05 10:00:00 (after)
17:21:41 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 09:00:00) in space  (linearNDFast)
17:21:41 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:41 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 10:00:00) in space  (linearNDFast)
17:21:41 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:41 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 09:00:00, weight 0.15) and
                      after (2025-01-05 10:00:00, weight 0.85) in time
17:21:41 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:41 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.25548503725145 degrees.
17:21:41 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.25548503725145 degrees.
17:21:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:41 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:41 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:41 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:41 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:41 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0925355 (min) 0.139714 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0442995 (min) 0.255797 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.259073 (min) -0.244007 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.48545 (min) 2.50339 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.30619 (min) 8.04145 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.71144 (min) 7.10438 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.421 (min) 32.6045 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -5.75156e-05 (min) 0.000124992 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:41 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:41 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 290 elements to seafloor.
17:21:41 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:41 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:41 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:41 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:41 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 8
17:21:41 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 2 0 0]
17:21:41 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 0 3 3]
17:21:41 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 357.   0.]
 [  0.   0.   0.   0.   0.]
 [ 43.   0.   0. 256.   0.]
 [  2.   0. 314.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:41 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:41 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:41 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:41 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:41 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.050610080397513205
17:21:41 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:41 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:41 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:41 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 297 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 297 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 297 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 297 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 297 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 297 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 297 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 297 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 297 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 298 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 298 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 298 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 298 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 298 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 298 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:41 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:41 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 2
17:21:41 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:41 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 2 elements
17:21:41 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:41 INFO    opendrift.models.chemicaldrift:1861: partitioning: [137, 0, 66, 297, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:41 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:41 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:41 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:41 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:41 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:41 INFO    opendrift.models.basemodel:2032: 2025-01-05 10:20:59.108291 - step 35 of 96 - 500 active elements (0 deactivated)
17:21:41 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:41 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:41 DEBUG   opendrift.models.basemodel:2051:               57.56182900869978 <- latitude  -> 57.688231611226776
17:21:41 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.746719645805188
17:21:41 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.07297268245829525
17:21:41 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 10:00:00 (before)
                2025-01-05 11:00:00 (after)
17:21:43 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:43 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:43 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:43 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:43 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:43 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:43 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 44x36x7) for time after (2025-01-05 11:00:00)
17:21:43 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 10:00:00) in space  (linearNDFast)
17:21:43 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:43 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 11:00:00) in space  (linearNDFast)
17:21:43 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:43 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 10:00:00, weight 0.65) and
                      after (2025-01-05 11:00:00, weight 0.35) in time
17:21:43 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:43 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.25329140659542 degrees.
17:21:43 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.25329140659542 degrees.
17:21:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:43 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:43 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:43 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:43 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:43 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:43 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:43 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.105436 (min) 0.171818 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0625447 (min) 0.284549 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.299864 (min) -0.283073 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.7828 (min) 2.57224 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.65451 (min) 8.46965 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.78106 (min) 7.10761 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4424 (min) 32.6108 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -5.32813e-05 (min) 0.000135579 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:43 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 297 elements to seafloor.
17:21:43 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:43 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:43 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:43 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:43 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:21:43 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 0]
17:21:43 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3]
17:21:43 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 359.   0.]
 [  0.   0.   0.   0.   0.]
 [ 44.   0.   0. 258.   0.]
 [  2.   0. 316.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:43 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:43 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:43 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:43 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:43 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.05643793043685898
17:21:43 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:43 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:43 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 299 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 299 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 300 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 300 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 301 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 301 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 301 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 301 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 301 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 301 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 301 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 301 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 301 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 301 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 301 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 301 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 301 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 301 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 301 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 301 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 301 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 301 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 301 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 301 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 302 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 302 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 302 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 302 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 302 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 302 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 302 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 302 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 302 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 302 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 302 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 302 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 302 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 302 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 302 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 302 elements to seafloor.
17:21:43 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 42
17:21:43 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:43 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 42 elements
17:21:43 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:43 INFO    opendrift.models.chemicaldrift:1861: partitioning: [136, 0, 104, 260, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:43 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:43 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:43 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 266 elements to seafloor.
17:21:43 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:43 INFO    opendrift.models.basemodel:2032: 2025-01-05 10:50:59.108291 - step 36 of 96 - 500 active elements (0 deactivated)
17:21:43 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:43 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:43 DEBUG   opendrift.models.basemodel:2051:               57.56388546021305 <- latitude  -> 57.69283039643527
17:21:43 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.747367976945839
17:21:43 DEBUG   opendrift.models.basemodel:2061:               -24.5722713470459   <- z ->   -0.5435180117797087
17:21:43 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 10:00:00 (before)
                2025-01-05 11:00:00 (after)
17:21:43 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 10:00:00) in space  (linearNDFast)
17:21:43 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:43 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 11:00:00) in space  (linearNDFast)
17:21:43 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:43 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 10:00:00, weight 0.15) and
                      after (2025-01-05 11:00:00, weight 0.85) in time
17:21:43 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:43 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.25264306874593 degrees.
17:21:43 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.25264306874593 degrees.
17:21:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:43 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:43 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:43 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:43 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:43 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:43 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:43 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.119112 (min) 0.195926 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0799735 (min) 0.288507 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.343492 (min) -0.32446 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.45832 (min) 2.51236 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.90776 (min) 9.10619 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2752 (min) 24.5723 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72112 (min) 7.09901 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4386 (min) 32.6185 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -5.58103e-05 (min) 0.00014065 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:43 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:43 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 267 elements to seafloor.
17:21:43 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:43 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:43 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:43 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:43 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 11
17:21:43 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 3 0 0 0 2 0 0 0 0 0]
17:21:43 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 3 3 3 0 3 3 3 3 3]
17:21:43 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 368.   0.]
 [  0.   0.   0.   0.   0.]
 [ 45.   0.   0. 261.   0.]
 [  3.   0. 358.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:43 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:43 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:43 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:43 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:43 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.06396933221496688
17:21:43 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:43 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:43 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:43 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 268 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 268 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 269 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 269 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 270 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 270 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 270 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 270 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 270 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 270 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 270 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 270 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 270 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 270 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 270 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 270 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 270 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 270 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 270 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 270 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 271 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 271 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 271 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 271 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 271 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 271 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 271 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 271 elements to seafloor.
17:21:43 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:21:43 DEBUG   opendrift.models.oceandrift:627: 271 elements reached seafloor, interacting with bottom
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 271 elements to seafloor.
17:21:43 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 180
17:21:43 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:43 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 180 elements
17:21:43 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:43 INFO    opendrift.models.chemicaldrift:1861: partitioning: [129, 0, 280, 91, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:43 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:43 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:43 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:43 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:21:43 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:43 INFO    opendrift.models.basemodel:2032: 2025-01-05 11:20:59.108291 - step 37 of 96 - 500 active elements (0 deactivated)
17:21:43 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:43 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:43 DEBUG   opendrift.models.basemodel:2051:               57.56599635655274 <- latitude  -> 57.695933294652924
17:21:43 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.748348815107187
17:21:43 DEBUG   opendrift.models.basemodel:2061:               -23.55834930242948   <- z ->   -0.040483619977706053
17:21:43 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:43 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 11:00:00 (before)
                2025-01-05 12:00:00 (after)
17:21:47 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:47 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:47 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:47 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:47 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:47 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:47 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 45x36x7) for time after (2025-01-05 12:00:00)
17:21:47 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 11:00:00) in space  (linearNDFast)
17:21:47 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:47 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 12:00:00) in space  (linearNDFast)
17:21:47 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:47 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 11:00:00, weight 0.65) and
                      after (2025-01-05 12:00:00, weight 0.35) in time
17:21:47 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:47 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.25166224500671 degrees.
17:21:47 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.25166224500671 degrees.
17:21:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:47 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:47 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:47 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:47 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:47 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.12325 (min) 0.231681 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0914317 (min) 0.316232 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.391773 (min) -0.370153 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 1.29107 (min) 1.99002 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.02418 (min) 9.43575 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.3557 (min) 24.4661 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72565 (min) 7.09985 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4124 (min) 32.6202 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -6.67662e-05 (min) 0.000147228 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:47 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 108 elements to seafloor.
17:21:47 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:47 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:47 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:47 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:47 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
17:21:47 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 0 0 0 0 0 0 2]
17:21:47 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 3 3 3 3 3 3 0]
17:21:47 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 374.   0.]
 [  0.   0.   0.   0.   0.]
 [ 48.   0.   0. 264.   0.]
 [  3.   0. 538.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:47 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:47 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:47 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:47 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:47 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.0665113041017503
17:21:47 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:47 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:47 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:47 DEBUG   opendrift.models.oceandrift:609: 79 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 56 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 46 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 100 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 102 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 102 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 107 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 107 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 109 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 109 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 109 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 109 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 109 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 109 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 110 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 110 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 112 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 112 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 113 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 113 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 113 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 113 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 114 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 114 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 115 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 115 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 116 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 116 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 122 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 122 elements to seafloor.
17:21:47 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 62
17:21:47 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:47 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 62 elements
17:21:47 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:47 INFO    opendrift.models.chemicaldrift:1861: partitioning: [126, 0, 314, 60, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:47 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:47 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:47 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:47 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:47 INFO    opendrift.models.basemodel:2032: 2025-01-05 11:50:59.108291 - step 38 of 96 - 500 active elements (0 deactivated)
17:21:47 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:47 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:47 DEBUG   opendrift.models.basemodel:2051:               57.56858638109631 <- latitude  -> 57.701044050931436
17:21:47 DEBUG   opendrift.models.basemodel:2056:               10.527754559243258 <- longitude -> 10.752624909669068
17:21:47 DEBUG   opendrift.models.basemodel:2061:               -22.086128455480626   <- z ->   -0.08645134045403993
17:21:47 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 11:00:00 (before)
                2025-01-05 12:00:00 (after)
17:21:47 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 11:00:00) in space  (linearNDFast)
17:21:47 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:47 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 12:00:00) in space  (linearNDFast)
17:21:47 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:47 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 11:00:00, weight 0.15) and
                      after (2025-01-05 12:00:00, weight 0.85) in time
17:21:47 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:47 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.24738612986875 degrees.
17:21:47 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.24738612986875 degrees.
17:21:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:47 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:47 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:47 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:47 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:47 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:47 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:47 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:47 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0989969 (min) 0.250889 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.100325 (min) 0.318098 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.442225 (min) -0.417652 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.83109 (min) 1.4056 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.05682 (min) 9.73328 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.4847 (min) 24.3465 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.7438 (min) 7.09586 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4172 (min) 32.6265 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -7.22814e-05 (min) 0.000148279 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:47 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:47 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:21:47 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:47 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:47 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:47 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:47 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:21:47 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 2 2 0]
17:21:47 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 0 0 3]
17:21:47 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 378.   0.]
 [  0.   0.   0.   0.   0.]
 [ 50.   0.   0. 289.   0.]
 [  3.   0. 600.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:47 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:47 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:47 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:47 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:47 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.06899671099576965
17:21:47 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:47 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:47 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:47 DEBUG   opendrift.models.oceandrift:609: 45 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 64 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 64 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 64 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 64 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 64 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 64 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 64 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 64 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 64 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 64 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 66 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 66 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 72 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 72 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 74 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 74 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 77 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 77 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 77 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 77 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 80 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 80 elements to seafloor.
17:21:47 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:47 DEBUG   opendrift.models.oceandrift:627: 81 elements reached seafloor, interacting with bottom
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:21:47 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 59
17:21:47 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:47 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 59 elements
17:21:47 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:47 INFO    opendrift.models.chemicaldrift:1861: partitioning: [124, 0, 354, 22, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:47 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:47 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:47 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:47 DEBUG   opendrift.models.basemodel:751: Lifting 31 elements to seafloor.
17:21:47 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:47 INFO    opendrift.models.basemodel:2032: 2025-01-05 12:20:59.108291 - step 39 of 96 - 500 active elements (0 deactivated)
17:21:47 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:47 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:47 DEBUG   opendrift.models.basemodel:2051:               57.57305350464116 <- latitude  -> 57.70539993251377
17:21:47 DEBUG   opendrift.models.basemodel:2056:               10.527754559243261 <- longitude -> 10.757494359252835
17:21:47 DEBUG   opendrift.models.basemodel:2061:               -23.107517621905522   <- z ->   -0.05771788286250834
17:21:47 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:47 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:47 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:47 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:47 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 12:00:00 (before)
                2025-01-05 13:00:00 (after)
17:21:49 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:49 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:49 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:49 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:49 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:49 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:49 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 45x36x7) for time after (2025-01-05 13:00:00)
17:21:49 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 12:00:00) in space  (linearNDFast)
17:21:49 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:49 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 13:00:00) in space  (linearNDFast)
17:21:49 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:49 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 12:00:00, weight 0.65) and
                      after (2025-01-05 13:00:00, weight 0.35) in time
17:21:49 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:49 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.24251667709949 degrees.
17:21:49 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.24251667709949 degrees.
17:21:49 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:49 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:49 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:49 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:49 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:49 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:49 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:49 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:49 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:49 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:49 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:49 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:49 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:49 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:49 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:49 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:49 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:49 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0959493 (min) 0.270007 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.109341 (min) 0.326786 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.490052 (min) -0.462671 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.532291 (min) 1.28748 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.34903 (min) 9.88373 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.6293 (min) 24.3487 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72031 (min) 7.08858 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3927 (min) 32.6335 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -8.40566e-05 (min) 0.000145894 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:49 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 38 elements to seafloor.
17:21:49 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:49 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:49 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:49 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:49 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:21:49 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 0 2 0]
17:21:49 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 3 0 3]
17:21:49 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 380.   0.]
 [  0.   0.   0.   0.   0.]
 [ 53.   0.   0. 306.   0.]
 [  3.   0. 659.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:49 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:49 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:49 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:49 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:49 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.0708372939184754
17:21:49 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:49 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:49 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:49 DEBUG   opendrift.models.oceandrift:609: 46 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 30 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 30 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 32 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 32 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 33 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 33 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 35 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 35 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 36 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 36 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 43 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 37 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 37 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 37 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 37 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 37 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 37 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 37 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 37 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 38 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 38 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 38 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 38 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 38 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 38 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 38 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 38 elements to seafloor.
17:21:49 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 28
17:21:49 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:49 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 28 elements
17:21:49 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:49 INFO    opendrift.models.chemicaldrift:1861: partitioning: [125, 0, 365, 10, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:49 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:49 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:49 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:49 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:49 INFO    opendrift.models.basemodel:2032: 2025-01-05 12:50:59.108291 - step 40 of 96 - 500 active elements (0 deactivated)
17:21:49 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:49 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:49 DEBUG   opendrift.models.basemodel:2051:               57.57706177476086 <- latitude  -> 57.71016301265063
17:21:49 DEBUG   opendrift.models.basemodel:2056:               10.527754559243261 <- longitude -> 10.76146440269719
17:21:49 DEBUG   opendrift.models.basemodel:2061:               -23.181241989135742   <- z ->   0.0
17:21:49 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:49 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:49 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 12:00:00 (before)
                2025-01-05 13:00:00 (after)
17:21:49 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 12:00:00) in space  (linearNDFast)
17:21:49 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:49 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 13:00:00) in space  (linearNDFast)
17:21:49 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:49 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 12:00:00, weight 0.15) and
                      after (2025-01-05 13:00:00, weight 0.85) in time
17:21:49 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:49 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.23854665014177 degrees.
17:21:49 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.23854665014177 degrees.
17:21:49 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:49 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:49 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:49 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:49 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:49 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:49 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:49 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:49 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:49 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:49 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:49 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:49 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:49 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:49 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:49 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:49 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:49 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.112775 (min) 0.292453 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.100336 (min) 0.336358 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.537281 (min) -0.506692 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.462213 (min) 1.20388 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.71997 (min) 10.024 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.7326 (min) 24.3365 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.5834 (min) 7.05509 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3518 (min) 32.6382 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000101845 (min) 0.00014586 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:49 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:49 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:49 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:49 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:49 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:49 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:49 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
17:21:49 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 2 2]
17:21:49 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 0 0]
17:21:49 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 381.   0.]
 [  0.   0.   0.   0.   0.]
 [ 56.   0.   0. 320.   0.]
 [  3.   0. 687.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:49 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:49 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:49 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:49 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:49 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.07282588068755835
17:21:49 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:49 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:49 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:49 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:49 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:49 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:49 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 23
17:21:49 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:49 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 23 elements
17:21:49 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:49 INFO    opendrift.models.chemicaldrift:1861: partitioning: [127, 0, 368, 5, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:49 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:49 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:49 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:49 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:49 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:49 INFO    opendrift.models.basemodel:2032: 2025-01-05 13:20:59.108291 - step 41 of 96 - 500 active elements (0 deactivated)
17:21:49 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:49 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:49 DEBUG   opendrift.models.basemodel:2051:               57.57961609533233 <- latitude  -> 57.71467979555047
17:21:49 DEBUG   opendrift.models.basemodel:2056:               10.525124237931156 <- longitude -> 10.76547739545848
17:21:49 DEBUG   opendrift.models.basemodel:2061:               -23.38912010192871   <- z ->   -0.006211826968706147
17:21:49 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:49 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:49 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:49 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:49 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 13:00:00 (before)
                2025-01-05 14:00:00 (after)
17:21:52 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:52 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:52 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:52 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:52 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:52 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:52 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 47x36x7) for time after (2025-01-05 14:00:00)
17:21:52 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 13:00:00) in space  (linearNDFast)
17:21:52 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:52 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 14:00:00) in space  (linearNDFast)
17:21:52 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:52 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 13:00:00, weight 0.65) and
                      after (2025-01-05 14:00:00, weight 0.35) in time
17:21:52 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:52 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.474886844767575 and -59.23453365418583 degrees.
17:21:52 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.474886844767575 and -59.23453365418583 degrees.
17:21:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:52 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:52 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:52 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:52 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:52 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0689275 (min) 0.301503 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.118038 (min) 0.339525 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.564893 (min) -0.533079 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.0801138 (min) 0.489353 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.70965 (min) 9.9322 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.7556 (min) 24.8355 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.59407 (min) 7.04614 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3858 (min) 32.6439 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000123592 (min) 0.000137031 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:52 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:52 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:52 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:52 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:52 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:21:52 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2]
17:21:52 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0]
17:21:52 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 381.   0.]
 [  0.   0.   0.   0.   0.]
 [ 59.   0.   0. 337.   0.]
 [  3.   0. 710.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:52 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:52 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:52 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:52 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:52 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.07129863294384378
17:21:52 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:52 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:52 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:52 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 8 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 42 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 6
17:21:52 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:52 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 6 elements
17:21:52 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:52 INFO    opendrift.models.chemicaldrift:1861: partitioning: [130, 0, 365, 5, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:52 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:52 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:52 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:52 INFO    opendrift.models.basemodel:2032: 2025-01-05 13:50:59.108291 - step 42 of 96 - 500 active elements (0 deactivated)
17:21:52 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:52 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:52 DEBUG   opendrift.models.basemodel:2051:               57.58336596946393 <- latitude  -> 57.71869993241699
17:21:52 DEBUG   opendrift.models.basemodel:2056:               10.526158499603081 <- longitude -> 10.771776317931154
17:21:52 DEBUG   opendrift.models.basemodel:2061:               -22.620646993886613   <- z ->   -0.013774664931731101
17:21:52 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 13:00:00 (before)
                2025-01-05 14:00:00 (after)
17:21:52 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 13:00:00) in space  (linearNDFast)
17:21:52 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:52 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 14:00:00) in space  (linearNDFast)
17:21:52 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:52 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 13:00:00, weight 0.15) and
                      after (2025-01-05 14:00:00, weight 0.85) in time
17:21:52 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:52 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47385259418889 and -59.228234728708976 degrees.
17:21:52 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47385259418889 and -59.228234728708976 degrees.
17:21:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:52 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:52 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:52 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:52 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:52 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0836043 (min) 0.311093 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.11361 (min) 0.317534 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.582609 (min) -0.55104 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.820798 (min) -0.30828 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.61606 (min) 9.70448 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.7556 (min) 25.3432 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.60933 (min) 7.07324 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.3902 (min) 32.6488 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000161246 (min) 0.000164769 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:52 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:52 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:52 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:52 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:52 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:52 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:52 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:21:52 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2 0 2 2 2]
17:21:52 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 3 0 0 0]
17:21:52 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 383.   0.]
 [  0.   0.   0.   0.   0.]
 [ 63.   0.   0. 343.   0.]
 [  3.   0. 716.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:52 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:52 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:52 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:52 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:52 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.06812734285582664
17:21:52 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:52 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:52 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:52 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 42 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:21:52 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:52 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:21:52 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 18
17:21:52 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:52 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 18 elements
17:21:52 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:52 INFO    opendrift.models.chemicaldrift:1861: partitioning: [132, 0, 363, 5, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:52 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:52 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:52 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:52 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:21:52 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:52 INFO    opendrift.models.basemodel:2032: 2025-01-05 14:20:59.108291 - step 43 of 96 - 500 active elements (0 deactivated)
17:21:52 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:52 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:52 DEBUG   opendrift.models.basemodel:2051:               57.58694819954951 <- latitude  -> 57.722406711063
17:21:52 DEBUG   opendrift.models.basemodel:2056:               10.52732653186031 <- longitude -> 10.778521836057656
17:21:52 DEBUG   opendrift.models.basemodel:2061:               -22.406633377075195   <- z ->   -0.04642794979889242
17:21:52 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:52 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 14:00:00 (before)
                2025-01-05 15:00:00 (after)
17:21:54 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:54 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:54 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:54 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:54 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:54 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:54 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 48x36x7) for time after (2025-01-05 15:00:00)
17:21:54 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 14:00:00) in space  (linearNDFast)
17:21:54 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:54 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 15:00:00) in space  (linearNDFast)
17:21:54 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:54 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 14:00:00, weight 0.65) and
                      after (2025-01-05 15:00:00, weight 0.35) in time
17:21:54 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:54 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47268455318421 and -59.22148919430664 degrees.
17:21:54 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47268455318421 and -59.22148919430664 degrees.
17:21:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:54 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:54 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:54 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:54 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:54 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0784591 (min) 0.308433 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.105313 (min) 0.340034 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.57606 (min) -0.543882 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.71183 (min) -1.11979 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.83475 (min) 9.6493 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.7556 (min) 25.8997 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.63865 (min) 7.04031 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4027 (min) 32.6489 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000157066 (min) 0.000133425 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:54 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:54 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:54 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:54 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:54 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:54 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 8
17:21:54 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2 0 2 2 2]
17:21:54 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0 3 0 0 0]
17:21:54 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 384.   0.]
 [  0.   0.   0.   0.   0.]
 [ 70.   0.   0. 359.   0.]
 [  3.   0. 734.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:54 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:54 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:54 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:54 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:54 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.06853965794601079
17:21:54 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:54 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:54 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:54 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 30 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 30 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 32 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 32 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 32 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 32 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 33 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 33 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 33 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 33 elements to seafloor.
17:21:54 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 28
17:21:54 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:54 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 28 elements
17:21:54 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:54 INFO    opendrift.models.chemicaldrift:1861: partitioning: [138, 0, 357, 5, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:54 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:54 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:54 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:54 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:54 INFO    opendrift.models.basemodel:2032: 2025-01-05 14:50:59.108291 - step 44 of 96 - 500 active elements (0 deactivated)
17:21:54 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:54 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:54 DEBUG   opendrift.models.basemodel:2051:               57.59097758201415 <- latitude  -> 57.72482566313167
17:21:54 DEBUG   opendrift.models.basemodel:2056:               10.526747450763441 <- longitude -> 10.784553819032913
17:21:54 DEBUG   opendrift.models.basemodel:2061:               -24.557891845703125   <- z ->   0.0
17:21:54 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 14:00:00 (before)
                2025-01-05 15:00:00 (after)
17:21:54 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 14:00:00) in space  (linearNDFast)
17:21:54 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:54 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 15:00:00) in space  (linearNDFast)
17:21:54 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:54 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 14:00:00, weight 0.15) and
                      after (2025-01-05 15:00:00, weight 0.85) in time
17:21:54 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:54 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47326363321072 and -59.21545722123617 degrees.
17:21:54 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47326363321072 and -59.21545722123617 degrees.
17:21:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:54 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:54 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:54 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:54 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:54 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:54 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:54 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:54 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0826647 (min) 0.312948 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0808938 (min) 0.315575 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.558843 (min) -0.524216 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.80633 (min) -1.84229 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.21407 (min) 9.67064 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.7556 (min) 27.1052 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.69926 (min) 7.04845 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4231 (min) 32.6487 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000205877 (min) 0.00014657 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:54 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:54 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:54 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:54 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:54 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:54 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:54 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
17:21:54 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2]
17:21:54 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0]
17:21:54 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 384.   0.]
 [  0.   0.   0.   0.   0.]
 [ 72.   0.   0. 386.   0.]
 [  3.   0. 762.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:54 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:54 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:54 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:54 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:54 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.07238345785437758
17:21:54 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:54 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:54 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:54 DEBUG   opendrift.models.oceandrift:609: 45 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 8 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 8 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 8 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 8 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 8 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:21:54 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:54 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:21:54 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 12
17:21:54 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:54 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 12 elements
17:21:54 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:54 INFO    opendrift.models.chemicaldrift:1861: partitioning: [140, 0, 355, 5, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:54 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:54 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:54 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:54 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:54 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:54 INFO    opendrift.models.basemodel:2032: 2025-01-05 15:20:59.108291 - step 45 of 96 - 500 active elements (0 deactivated)
17:21:54 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:54 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:54 DEBUG   opendrift.models.basemodel:2051:               57.593493236091916 <- latitude  -> 57.72672215452472
17:21:54 DEBUG   opendrift.models.basemodel:2056:               10.524711477550808 <- longitude -> 10.7912198107859
17:21:54 DEBUG   opendrift.models.basemodel:2061:               -25.504966126180978   <- z ->   0.0
17:21:54 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:54 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:54 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:54 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:54 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 15:00:00 (before)
                2025-01-05 16:00:00 (after)
17:21:56 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:56 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:56 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:56 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:56 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:56 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:56 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 48x36x7) for time after (2025-01-05 16:00:00)
17:21:56 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 15:00:00) in space  (linearNDFast)
17:21:56 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:56 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 16:00:00) in space  (linearNDFast)
17:21:56 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:56 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 15:00:00, weight 0.65) and
                      after (2025-01-05 16:00:00, weight 0.35) in time
17:21:56 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:56 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.475299610541086 and -59.20879123256908 degrees.
17:21:56 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.475299610541086 and -59.20879123256908 degrees.
17:21:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:56 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:56 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:56 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:56 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:56 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:56 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:56 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0831247 (min) 0.306656 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.029998 (min) 0.324579 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.51975 (min) -0.486899 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.47951 (min) -2.57031 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.12277 (min) 9.53103 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.6745 (min) 28.4375 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.70429 (min) 7.06927 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4684 (min) 32.7139 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000266179 (min) 0.000152387 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:56 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:56 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:56 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:56 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:56 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:56 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
17:21:56 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
17:21:56 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
17:21:56 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 384.   0.]
 [  0.   0.   0.   0.   0.]
 [ 73.   0.   0. 398.   0.]
 [  3.   0. 774.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:56 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:56 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:56 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:56 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:56 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.07252608834418338
17:21:56 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:56 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:56 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:56 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 45 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 44 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 42 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:56 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 12
17:21:56 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:56 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 12 elements
17:21:56 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:56 INFO    opendrift.models.chemicaldrift:1861: partitioning: [141, 0, 352, 7, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:56 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:56 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:56 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:21:56 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:56 INFO    opendrift.models.basemodel:2032: 2025-01-05 15:50:59.108291 - step 46 of 96 - 500 active elements (0 deactivated)
17:21:56 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:56 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:56 DEBUG   opendrift.models.basemodel:2051:               57.59605480407036 <- latitude  -> 57.7290038956782
17:21:56 DEBUG   opendrift.models.basemodel:2056:               10.523942331837532 <- longitude -> 10.79842615300991
17:21:56 DEBUG   opendrift.models.basemodel:2061:               -25.358012528608462   <- z ->   0.0
17:21:56 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 15:00:00 (before)
                2025-01-05 16:00:00 (after)
17:21:56 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 15:00:00) in space  (linearNDFast)
17:21:56 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:56 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 16:00:00) in space  (linearNDFast)
17:21:56 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:56 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 15:00:00, weight 0.15) and
                      after (2025-01-05 16:00:00, weight 0.85) in time
17:21:56 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:56 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47606875120391 and -59.20158488452058 degrees.
17:21:56 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47606875120391 and -59.20158488452058 degrees.
17:21:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:56 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:56 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:56 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:56 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:56 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:56 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:56 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:56 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:56 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0819758 (min) 0.307363 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.00799017 (min) 0.287779 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.470688 (min) -0.442373 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.92127 (min) -3.30165 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.85679 (min) 9.31796 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.5645 (min) 29.0734 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.66558 (min) 7.03761 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4683 (min) 32.7105 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000202414 (min) 0.000132911 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:56 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:56 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:21:56 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:56 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:56 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:56 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:56 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 8
17:21:56 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2 2 2 2 2]
17:21:56 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0 0 0 0 0]
17:21:56 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 384.   0.]
 [  0.   0.   0.   0.   0.]
 [ 81.   0.   0. 412.   0.]
 [  3.   0. 786.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:56 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:56 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:56 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:56 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:56 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.07062221137639747
17:21:56 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:56 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:56 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:56 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 8 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:21:56 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:56 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:21:56 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 12
17:21:56 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:56 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 12 elements
17:21:56 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:56 INFO    opendrift.models.chemicaldrift:1861: partitioning: [149, 0, 342, 9, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:56 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:56 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:56 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:56 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:56 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:56 INFO    opendrift.models.basemodel:2032: 2025-01-05 16:20:59.108291 - step 47 of 96 - 500 active elements (0 deactivated)
17:21:56 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:56 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:56 DEBUG   opendrift.models.basemodel:2051:               57.597082503799825 <- latitude  -> 57.73075567550225
17:21:56 DEBUG   opendrift.models.basemodel:2056:               10.52497709247941 <- longitude -> 10.806481226511377
17:21:56 DEBUG   opendrift.models.basemodel:2061:               -24.645180301406704   <- z ->   -0.1182256621753095
17:21:56 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:56 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:56 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:56 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:56 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 16:00:00 (before)
                2025-01-05 17:00:00 (after)
17:21:59 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:21:59 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:21:59 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:21:59 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:21:59 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:21:59 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:21:59 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x37x7) for time after (2025-01-05 17:00:00)
17:21:59 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 16:00:00) in space  (linearNDFast)
17:21:59 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:59 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 17:00:00) in space  (linearNDFast)
17:21:59 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:59 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 16:00:00, weight 0.65) and
                      after (2025-01-05 17:00:00, weight 0.35) in time
17:21:59 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:59 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.475033984812264 and -59.1935298062467 degrees.
17:21:59 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.475033984812264 and -59.1935298062467 degrees.
17:21:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:59 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:59 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:59 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:59 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:59 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0794248 (min) 0.296835 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0692735 (min) 0.281949 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.413568 (min) -0.390881 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.25975 (min) -3.31495 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.92269 (min) 9.36029 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.4739 (min) 29.7769 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.63468 (min) 7.04682 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4295 (min) 32.7127 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000255523 (min) 0.000161012 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:59 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:59 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:59 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:59 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:59 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:59 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:21:59 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2 0 2 2 2]
17:21:59 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 3 0 0 0]
17:21:59 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 386.   0.]
 [  0.   0.   0.   0.   0.]
 [ 85.   0.   0. 426.   0.]
 [  3.   0. 798.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:59 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:59 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:59 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:59 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:59 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.07190814527755744
17:21:59 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:59 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:59 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:59 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 44 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 31 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 31 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 32 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 32 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 33 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 33 elements to seafloor.
17:21:59 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 21
17:21:59 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:59 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 21 elements
17:21:59 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:59 INFO    opendrift.models.chemicaldrift:1861: partitioning: [151, 0, 337, 12, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:59 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:59 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:59 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:21:59 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:59 INFO    opendrift.models.basemodel:2032: 2025-01-05 16:50:59.108291 - step 48 of 96 - 500 active elements (0 deactivated)
17:21:59 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:59 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:59 DEBUG   opendrift.models.basemodel:2051:               57.597082503799825 <- latitude  -> 57.730053688872914
17:21:59 DEBUG   opendrift.models.basemodel:2056:               10.526201116980365 <- longitude -> 10.810088443919966
17:21:59 DEBUG   opendrift.models.basemodel:2061:               -24.817126549470178   <- z ->   -0.002326289703163606
17:21:59 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 16:00:00 (before)
                2025-01-05 17:00:00 (after)
17:21:59 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 16:00:00) in space  (linearNDFast)
17:21:59 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:59 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 17:00:00) in space  (linearNDFast)
17:21:59 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:21:59 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 16:00:00, weight 0.15) and
                      after (2025-01-05 17:00:00, weight 0.85) in time
17:21:59 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:21:59 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47380996339915 and -59.189922582878694 degrees.
17:21:59 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47380996339915 and -59.189922582878694 degrees.
17:21:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:21:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:21:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:21:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:21:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:21:59 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:21:59 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:21:59 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:21:59 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:21:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:21:59 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:21:59 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:21:59 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:21:59 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0762715 (min) 0.289465 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.112583 (min) 0.23446 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.35356 (min) -0.335698 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.62251 (min) -3.25073 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.09185 (min) 9.51177 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.4135 (min) 30.2971 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.74604 (min) 7.0299 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4583 (min) 32.7715 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00020914 (min) 0.000278393 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:21:59 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:21:59 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:21:59 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:21:59 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:21:59 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:21:59 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:21:59 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:21:59 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 0 2]
17:21:59 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 3 0]
17:21:59 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 387.   0.]
 [  0.   0.   0.   0.   0.]
 [ 89.   0.   0. 448.   0.]
 [  3.   0. 819.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:21:59 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:21:59 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:59 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:21:59 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:21:59 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.07662455428600688
17:21:59 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:21:59 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:21:59 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:21:59 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:59 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:21:59 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:21:59 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 9
17:21:59 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:21:59 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 9 elements
17:21:59 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:21:59 INFO    opendrift.models.chemicaldrift:1861: partitioning: [154, 0, 326, 20, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:21:59 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:21:59 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:21:59 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:21:59 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:21:59 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:21:59 INFO    opendrift.models.basemodel:2032: 2025-01-05 17:20:59.108291 - step 49 of 96 - 500 active elements (0 deactivated)
17:21:59 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:21:59 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:21:59 DEBUG   opendrift.models.basemodel:2051:               57.597082503799825 <- latitude  -> 57.72885803855981
17:21:59 DEBUG   opendrift.models.basemodel:2056:               10.527560933978917 <- longitude -> 10.817292556499817
17:21:59 DEBUG   opendrift.models.basemodel:2061:               -25.278720953032966   <- z ->   -0.12534118156120932
17:21:59 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:21:59 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:21:59 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:21:59 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:21:59 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 17:00:00 (before)
                2025-01-05 18:00:00 (after)
17:22:01 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:01 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:01 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:01 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:01 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:01 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:01 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x37x7) for time after (2025-01-05 18:00:00)
17:22:01 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 17:00:00) in space  (linearNDFast)
17:22:01 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:01 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 18:00:00) in space  (linearNDFast)
17:22:01 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:01 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 17:00:00, weight 0.65) and
                      after (2025-01-05 18:00:00, weight 0.35) in time
17:22:01 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:01 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47245014987747 and -59.18271846375238 degrees.
17:22:01 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47245014987747 and -59.18271846375238 degrees.
17:22:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:01 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:01 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:01 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:01 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:01 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:01 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:01 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:01 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:01 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.065251 (min) 0.277423 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.111287 (min) 0.250298 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.302542 (min) -0.288579 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -5.32089 (min) -3.95133 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.96531 (min) 9.49627 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.3631 (min) 30.5655 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.64191 (min) 7.02292 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4404 (min) 32.7769 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000226473 (min) 0.000303528 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:01 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:01 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:01 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:01 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:01 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:01 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
17:22:01 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2 2 2]
17:22:01 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 0 0]
17:22:01 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 388.   0.]
 [  0.   0.   0.   0.   0.]
 [ 92.   0.   0. 464.   0.]
 [  3.   0. 828.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:01 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:01 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:01 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:01 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:01 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.08067544378029022
17:22:01 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:01 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:01 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:01 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 31 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 31 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 31 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 31 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 33 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 33 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 33 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 33 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 35 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 35 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 35 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 35 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 35 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 35 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 35 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 35 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 36 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 36 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 36 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 36 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 36 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 36 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 36 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 36 elements to seafloor.
17:22:01 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 6
17:22:01 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:01 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 6 elements
17:22:01 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:01 INFO    opendrift.models.chemicaldrift:1861: partitioning: [156, 0, 314, 30, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:01 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:01 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:01 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 32 elements to seafloor.
17:22:01 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:01 INFO    opendrift.models.basemodel:2032: 2025-01-05 17:50:59.108291 - step 50 of 96 - 500 active elements (0 deactivated)
17:22:01 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:01 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:01 DEBUG   opendrift.models.basemodel:2051:               57.597082503799825 <- latitude  -> 57.72764311847409
17:22:01 DEBUG   opendrift.models.basemodel:2056:               10.52775455924327 <- longitude -> 10.825388204196262
17:22:01 DEBUG   opendrift.models.basemodel:2061:               -26.35070037841797   <- z ->   0.0
17:22:01 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 17:00:00 (before)
                2025-01-05 18:00:00 (after)
17:22:01 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 17:00:00) in space  (linearNDFast)
17:22:01 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:01 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 18:00:00) in space  (linearNDFast)
17:22:01 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:01 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 17:00:00, weight 0.15) and
                      after (2025-01-05 18:00:00, weight 0.85) in time
17:22:01 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:01 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.17462281864647 degrees.
17:22:01 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.17462281864647 degrees.
17:22:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:01 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:01 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:01 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:01 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:01 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:01 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:01 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:01 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:01 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:01 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0508508 (min) 0.255222 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.160149 (min) 0.215468 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.255386 (min) -0.245072 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -6.26133 (min) -4.25577 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.72704 (min) 9.48296 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2948 (min) 30.7158 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.64146 (min) 7.02637 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4458 (min) 32.7701 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000220412 (min) 0.000360258 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:01 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:01 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 30 elements to seafloor.
17:22:01 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:01 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:01 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:01 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:01 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 8
17:22:01 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 2 0]
17:22:01 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 0 3]
17:22:01 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 395.   0.]
 [  0.   0.   0.   0.   0.]
 [ 93.   0.   0. 479.   0.]
 [  3.   0. 834.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:01 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:01 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:01 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:01 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:01 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.08620841940379319
17:22:01 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:01 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:01 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:01 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 37 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 37 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 37 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 37 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 37 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 37 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 38 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 38 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 39 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 39 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 39 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 39 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 40 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 40 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 40 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 40 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 40 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 40 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 41 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 41 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 42 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 42 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 43 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 43 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 43 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 43 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 43 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 43 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 43 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 43 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 44 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 44 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 44 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 44 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 45 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 45 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 45 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 45 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 45 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 45 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 46 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 46 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 46 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 46 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 48 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 48 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 48 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 48 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 48 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 48 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 48 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 48 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 48 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 48 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 49 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 49 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 49 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 49 elements to seafloor.
17:22:01 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:01 DEBUG   opendrift.models.oceandrift:627: 50 elements reached seafloor, interacting with bottom
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 50 elements to seafloor.
17:22:01 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 8
17:22:01 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:01 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 8 elements
17:22:01 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:01 INFO    opendrift.models.chemicaldrift:1861: partitioning: [150, 0, 308, 42, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:01 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:01 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:01 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:01 DEBUG   opendrift.models.basemodel:751: Lifting 45 elements to seafloor.
17:22:01 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:01 INFO    opendrift.models.basemodel:2032: 2025-01-05 18:20:59.108291 - step 51 of 96 - 500 active elements (0 deactivated)
17:22:01 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:01 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:01 DEBUG   opendrift.models.basemodel:2051:               57.597082503799825 <- latitude  -> 57.72651050870186
17:22:01 DEBUG   opendrift.models.basemodel:2056:               10.527754559243267 <- longitude -> 10.833050955932919
17:22:01 DEBUG   opendrift.models.basemodel:2061:               -27.949168164566665   <- z ->   -0.07590987393188718
17:22:01 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:01 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:01 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:01 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:01 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 18:00:00 (before)
                2025-01-05 19:00:00 (after)
17:22:03 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:03 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:03 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:03 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:03 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:03 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:03 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x38x7) for time after (2025-01-05 19:00:00)
17:22:03 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 18:00:00) in space  (linearNDFast)
17:22:03 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:03 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 19:00:00) in space  (linearNDFast)
17:22:03 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:03 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 18:00:00, weight 0.65) and
                      after (2025-01-05 19:00:00, weight 0.35) in time
17:22:03 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:03 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.16696006392892 degrees.
17:22:03 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.16696006392892 degrees.
17:22:03 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:03 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:03 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:03 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:03 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:03 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:03 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:03 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:03 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:03 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:03 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:03 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:03 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:03 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:03 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:03 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:03 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:03 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.031771 (min) 0.226767 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.159187 (min) 0.190701 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.227787 (min) -0.217738 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -6.76454 (min) -5.33979 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.60164 (min) 9.24663 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2621 (min) 30.7862 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.67767 (min) 7.02388 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4704 (min) 32.7663 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000220504 (min) 0.00040613 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:03 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 43 elements to seafloor.
17:22:03 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:03 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:03 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:03 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:03 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 13
17:22:03 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 2 2 2 0 0 0 2 2 2 2]
17:22:03 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 0 0 0 3 3 3 0 0 0 0]
17:22:03 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 401.   0.]
 [  0.   0.   0.   0.   0.]
 [100.   0.   0. 492.   0.]
 [  3.   0. 842.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:03 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:03 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:03 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:03 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:03 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.09162693758968467
17:22:03 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:03 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:03 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:03 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 49 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 49 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 49 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 49 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 49 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 49 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 50 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 50 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 50 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 50 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 50 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 50 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 50 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 50 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 50 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 50 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 52 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 52 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 56 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 56 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 57 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 57 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 57 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 57 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 57 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 57 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 60 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 60 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 60 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 60 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 60 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 60 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 60 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 60 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 61 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 61 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 61 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 61 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 62 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 62 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 63 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 63 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 64 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 64 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 66 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 66 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 68 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 68 elements to seafloor.
17:22:03 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 9
17:22:03 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:03 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 9 elements
17:22:03 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:03 INFO    opendrift.models.chemicaldrift:1861: partitioning: [151, 0, 290, 59, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:03 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:03 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:03 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 61 elements to seafloor.
17:22:03 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:03 INFO    opendrift.models.basemodel:2032: 2025-01-05 18:50:59.108291 - step 52 of 96 - 500 active elements (0 deactivated)
17:22:03 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:03 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:03 DEBUG   opendrift.models.basemodel:2051:               57.59708250379983 <- latitude  -> 57.72623392568086
17:22:03 DEBUG   opendrift.models.basemodel:2056:               10.527754559243272 <- longitude -> 10.836429742096024
17:22:03 DEBUG   opendrift.models.basemodel:2061:               -27.296855709107604   <- z ->   0.0
17:22:03 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:03 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:03 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 18:00:00 (before)
                2025-01-05 19:00:00 (after)
17:22:03 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 18:00:00) in space  (linearNDFast)
17:22:03 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:03 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 19:00:00) in space  (linearNDFast)
17:22:03 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:03 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 18:00:00, weight 0.15) and
                      after (2025-01-05 19:00:00, weight 0.85) in time
17:22:03 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:03 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.16358128473905 degrees.
17:22:03 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.16358128473905 degrees.
17:22:03 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:03 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:03 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:03 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:03 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:03 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:03 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:03 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:03 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:03 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:03 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:03 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:03 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:03 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:03 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:03 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:03 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:03 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0223823 (min) 0.2036 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.139213 (min) 0.187379 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.209745 (min) -0.195313 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -7.1601 (min) -6.82351 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.36826 (min) 9.06042 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.2892 (min) 30.9619 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.66461 (min) 7.02729 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.4671 (min) 32.7582 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00021647 (min) 0.000429783 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:03 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:03 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 60 elements to seafloor.
17:22:03 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:03 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:03 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:03 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:03 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:22:03 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2 0 2 0 2]
17:22:03 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 3 0 3 0]
17:22:03 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 404.   0.]
 [  0.   0.   0.   0.   0.]
 [103.   0.   0. 512.   0.]
 [  3.   0. 851.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:03 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:03 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:03 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:03 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:03 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.09631015323513525
17:22:03 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:03 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:03 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:03 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 62 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 62 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 63 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 63 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 64 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 64 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 65 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 65 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 65 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 65 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 65 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 65 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 67 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 67 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 69 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 69 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 69 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 69 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 69 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 69 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 69 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 69 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 70 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 70 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 71 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 71 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:22:03 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:03 DEBUG   opendrift.models.oceandrift:627: 73 elements reached seafloor, interacting with bottom
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 73 elements to seafloor.
17:22:03 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 1
17:22:03 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:03 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 1 elements
17:22:03 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:03 INFO    opendrift.models.chemicaldrift:1861: partitioning: [151, 0, 277, 72, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:03 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:03 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:03 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:03 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:22:03 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:03 INFO    opendrift.models.basemodel:2032: 2025-01-05 19:20:59.108291 - step 53 of 96 - 500 active elements (0 deactivated)
17:22:03 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:03 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:03 DEBUG   opendrift.models.basemodel:2051:               57.597082503799825 <- latitude  -> 57.72617665378151
17:22:03 DEBUG   opendrift.models.basemodel:2056:               10.527754559243272 <- longitude -> 10.841450250395393
17:22:03 DEBUG   opendrift.models.basemodel:2061:               -27.70255157428247   <- z ->   0.0
17:22:03 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:03 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:03 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:03 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:03 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 19:00:00 (before)
                2025-01-05 20:00:00 (after)
17:22:05 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:05 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:05 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:05 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:05 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:05 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:05 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x38x7) for time after (2025-01-05 20:00:00)
17:22:05 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 19:00:00) in space  (linearNDFast)
17:22:05 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:05 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 20:00:00) in space  (linearNDFast)
17:22:05 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:05 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 19:00:00, weight 0.65) and
                      after (2025-01-05 20:00:00, weight 0.35) in time
17:22:05 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:05 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.15856077234084 degrees.
17:22:05 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.15856077234084 degrees.
17:22:05 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:05 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:05 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:05 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:05 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:05 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:05 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:05 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:05 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:05 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:05 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:05 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:05 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:05 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:05 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:05 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:05 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:05 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0406861 (min) 0.19258 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.240292 (min) 0.193375 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.205093 (min) -0.187252 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -7.47846 (min) -7.18103 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.48373 (min) 9.09679 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.3697 (min) 31.0917 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.77733 (min) 7.22644 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.5296 (min) 33.1431 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000197118 (min) 0.000706855 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:05 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 75 elements to seafloor.
17:22:05 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:05 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:05 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:05 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:05 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:22:05 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2 0 0 2]
17:22:05 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0 3 3 0]
17:22:05 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 408.   0.]
 [  0.   0.   0.   0.   0.]
 [105.   0.   0. 523.   0.]
 [  3.   0. 852.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:05 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:05 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:05 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:05 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:05 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.09988243976605145
17:22:05 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:05 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:05 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:05 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 76 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 76 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 77 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 77 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 77 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 77 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 78 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 78 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 79 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 79 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 80 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 80 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 80 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 80 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 80 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 80 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 80 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 80 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 80 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 80 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 81 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 81 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 81 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 82 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 82 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 85 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 85 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 85 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 85 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 85 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 85 elements to seafloor.
17:22:05 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 4
17:22:05 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:05 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 4 elements
17:22:05 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:05 INFO    opendrift.models.chemicaldrift:1861: partitioning: [149, 0, 270, 81, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:05 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:05 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:05 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 83 elements to seafloor.
17:22:05 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:05 INFO    opendrift.models.basemodel:2032: 2025-01-05 19:50:59.108291 - step 54 of 96 - 500 active elements (0 deactivated)
17:22:05 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:05 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:05 DEBUG   opendrift.models.basemodel:2051:               57.597082503799825 <- latitude  -> 57.72229307180877
17:22:05 DEBUG   opendrift.models.basemodel:2056:               10.52775455924327 <- longitude -> 10.846828215372504
17:22:05 DEBUG   opendrift.models.basemodel:2061:               -26.95389152079416   <- z ->   -0.009043458267691706
17:22:05 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:05 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:05 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 19:00:00 (before)
                2025-01-05 20:00:00 (after)
17:22:05 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 19:00:00) in space  (linearNDFast)
17:22:05 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:05 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 20:00:00) in space  (linearNDFast)
17:22:05 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:05 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 19:00:00, weight 0.15) and
                      after (2025-01-05 20:00:00, weight 0.85) in time
17:22:05 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:05 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.15318281250839 degrees.
17:22:05 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.15318281250839 degrees.
17:22:05 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:05 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:05 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:05 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:05 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:05 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:05 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:05 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:05 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:05 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:05 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:05 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:05 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:05 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:05 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:05 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:05 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:05 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0663802 (min) 0.164099 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.158115 (min) 0.17101 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.205343 (min) -0.185469 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -7.68024 (min) -7.29435 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.73085 (min) 9.12264 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.3974 (min) 30.3279 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73597 (min) 7.05396 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.5259 (min) 32.8319 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000173765 (min) 0.000519588 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:05 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:05 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 81 elements to seafloor.
17:22:05 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:05 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:05 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:05 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:05 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
17:22:05 DEBUG   opendrift.models.chemicaldrift:1452: old species: [3 0 0 0 2 2 0 0 0]
17:22:05 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3 3 0 0 3 3 3]
17:22:05 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 414.   0.]
 [  0.   0.   0.   0.   0.]
 [107.   0.   0. 532.   0.]
 [  4.   0. 856.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:05 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:05 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:05 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:05 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:05 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.10221679955918339
17:22:05 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:05 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:05 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:05 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 86 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 86 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 87 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 87 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 88 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 88 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 88 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 88 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 89 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 89 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 91 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 91 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 91 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 91 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 91 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 91 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 93 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 93 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 93 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 93 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 94 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 94 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:05 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:05 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:05 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:22:05 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:05 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:05 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:05 INFO    opendrift.models.chemicaldrift:1861: partitioning: [146, 0, 258, 96, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:05 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:05 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:05 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:05 DEBUG   opendrift.models.basemodel:751: Lifting 97 elements to seafloor.
17:22:05 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:05 INFO    opendrift.models.basemodel:2032: 2025-01-05 20:20:59.108291 - step 55 of 96 - 500 active elements (0 deactivated)
17:22:05 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:05 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:05 DEBUG   opendrift.models.basemodel:2051:               57.597082503799825 <- latitude  -> 57.71973762446559
17:22:05 DEBUG   opendrift.models.basemodel:2056:               10.527754559243267 <- longitude -> 10.85100108118491
17:22:05 DEBUG   opendrift.models.basemodel:2061:               -26.445071036051566   <- z ->   -0.05542179819573945
17:22:05 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:05 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:05 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:05 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:05 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 20:00:00 (before)
                2025-01-05 21:00:00 (after)
17:22:07 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:07 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:07 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:07 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:07 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:07 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:07 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x39x7) for time after (2025-01-05 21:00:00)
17:22:07 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 20:00:00) in space  (linearNDFast)
17:22:07 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:07 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 21:00:00) in space  (linearNDFast)
17:22:07 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:07 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 20:00:00, weight 0.65) and
                      after (2025-01-05 21:00:00, weight 0.35) in time
17:22:07 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:07 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.149009940033366 degrees.
17:22:07 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.149009940033366 degrees.
17:22:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:07 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:07 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:07 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:07 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:07 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:07 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:07 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:07 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:07 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0623114 (min) 0.143989 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.16402 (min) 0.191847 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.218475 (min) -0.196502 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -8.241 (min) -7.90535 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.41804 (min) 8.76112 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.5273 (min) 30.1653 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.69863 (min) 7.13533 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.5096 (min) 32.9601 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000146282 (min) 0.000458471 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:07 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:07 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:07 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:07 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:07 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:07 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:22:07 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0]
17:22:07 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3]
17:22:07 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 419.   0.]
 [  0.   0.   0.   0.   0.]
 [107.   0.   0. 542.   0.]
 [  4.   0. 856.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:07 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:07 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:07 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:07 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:07 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.10416026001834808
17:22:07 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:07 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:07 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:07 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 101 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 101 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 102 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 102 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 102 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 102 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 106 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 106 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 107 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 107 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 107 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 107 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 108 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 108 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 108 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 108 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 110 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 110 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 110 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 110 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 111 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 111 elements to seafloor.
17:22:07 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:22:07 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:07 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:07 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:07 INFO    opendrift.models.chemicaldrift:1861: partitioning: [141, 0, 248, 111, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:07 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:07 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:07 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 112 elements to seafloor.
17:22:07 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:07 INFO    opendrift.models.basemodel:2032: 2025-01-05 20:50:59.108291 - step 56 of 96 - 500 active elements (0 deactivated)
17:22:07 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:07 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:07 DEBUG   opendrift.models.basemodel:2051:               57.597082503799825 <- latitude  -> 57.717086734820406
17:22:07 DEBUG   opendrift.models.basemodel:2056:               10.527754559243267 <- longitude -> 10.854220250814018
17:22:07 DEBUG   opendrift.models.basemodel:2061:               -27.900653839111328   <- z ->   -0.2253719594360861
17:22:07 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 20:00:00 (before)
                2025-01-05 21:00:00 (after)
17:22:07 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 20:00:00) in space  (linearNDFast)
17:22:07 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:07 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 21:00:00) in space  (linearNDFast)
17:22:07 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:07 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 20:00:00, weight 0.15) and
                      after (2025-01-05 21:00:00, weight 0.85) in time
17:22:07 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:07 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.145790775153635 degrees.
17:22:07 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651630319 and -59.145790775153635 degrees.
17:22:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:07 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:07 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:07 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:07 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:07 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:07 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:07 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:07 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:07 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0652732 (min) 0.151588 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.120098 (min) 0.257899 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.236775 (min) -0.212229 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -9.01159 (min) -8.7195 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.98455 (min) 8.26388 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.697 (min) 29.9957 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.67338 (min) 7.07436 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.5036 (min) 32.8723 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000144955 (min) 0.000465457 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:07 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:07 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 112 elements to seafloor.
17:22:07 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:07 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:07 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:07 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:07 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:22:07 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 2 0 0]
17:22:07 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 0 3 3]
17:22:07 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 424.   0.]
 [  0.   0.   0.   0.   0.]
 [108.   0.   0. 552.   0.]
 [  4.   0. 856.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:07 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:07 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:07 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:07 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:07 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.10696640899154704
17:22:07 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:07 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:07 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:07 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 117 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 117 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 118 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 119 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 120 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:22:07 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:07 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:22:07 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 4
17:22:07 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:07 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 4 elements
17:22:07 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:07 INFO    opendrift.models.chemicaldrift:1861: partitioning: [137, 0, 246, 117, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:07 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:07 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:07 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:07 DEBUG   opendrift.models.basemodel:751: Lifting 119 elements to seafloor.
17:22:07 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:07 INFO    opendrift.models.basemodel:2032: 2025-01-05 21:20:59.108291 - step 57 of 96 - 500 active elements (0 deactivated)
17:22:07 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:07 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:07 DEBUG   opendrift.models.basemodel:2051:               57.597082503799825 <- latitude  -> 57.72047096769251
17:22:07 DEBUG   opendrift.models.basemodel:2056:               10.527754559243263 <- longitude -> 10.857870992968984
17:22:07 DEBUG   opendrift.models.basemodel:2061:               -27.367083844673207   <- z ->   0.0
17:22:07 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:07 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 21:00:00 (before)
                2025-01-05 22:00:00 (after)
17:22:10 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:10 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:10 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:10 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:10 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:10 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:10 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x39x7) for time after (2025-01-05 22:00:00)
17:22:10 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 21:00:00) in space  (linearNDFast)
17:22:10 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:10 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 22:00:00) in space  (linearNDFast)
17:22:10 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:10 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 21:00:00, weight 0.65) and
                      after (2025-01-05 22:00:00, weight 0.35) in time
17:22:10 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:10 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.142140023568736 degrees.
17:22:10 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47225651599044 and -59.142140023568736 degrees.
17:22:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:10 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:10 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:10 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:10 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:10 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:10 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:10 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:10 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:10 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.100286 (min) 0.142266 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.225194 (min) 0.294382 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.263859 (min) -0.235635 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -9.7715 (min) -9.49109 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.70961 (min) 7.91872 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.7556 (min) 30.0767 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.68709 (min) 7.4656 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.5114 (min) 33.5547 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000135721 (min) 0.000340882 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:10 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 118 elements to seafloor.
17:22:10 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:10 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:10 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:10 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:10 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:22:10 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2 0 0 2 0]
17:22:10 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 3 3 0 3]
17:22:10 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 428.   0.]
 [  0.   0.   0.   0.   0.]
 [110.   0.   0. 557.   0.]
 [  4.   0. 860.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:10 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:10 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:10 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:10 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:10 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.1133262178010034
17:22:10 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:10 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:10 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:10 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 121 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 121 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 123 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 123 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 125 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 125 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 125 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 125 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 125 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 125 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 125 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 125 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 7
17:22:10 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:10 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 7 elements
17:22:10 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:10 INFO    opendrift.models.chemicaldrift:1861: partitioning: [135, 0, 244, 121, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:10 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:10 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:10 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 125 elements to seafloor.
17:22:10 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:10 INFO    opendrift.models.basemodel:2032: 2025-01-05 21:50:59.108291 - step 58 of 96 - 500 active elements (0 deactivated)
17:22:10 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:10 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:10 DEBUG   opendrift.models.basemodel:2051:               57.59708250379983 <- latitude  -> 57.716831361757656
17:22:10 DEBUG   opendrift.models.basemodel:2056:               10.528120769254393 <- longitude -> 10.860728202448767
17:22:10 DEBUG   opendrift.models.basemodel:2061:               -28.81592351559225   <- z ->   -0.11303391601550228
17:22:10 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 21:00:00 (before)
                2025-01-05 22:00:00 (after)
17:22:10 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 21:00:00) in space  (linearNDFast)
17:22:10 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:10 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 22:00:00) in space  (linearNDFast)
17:22:10 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:10 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 21:00:00, weight 0.15) and
                      after (2025-01-05 22:00:00, weight 0.85) in time
17:22:10 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:10 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47189031505485 and -59.13928282629053 degrees.
17:22:10 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47189031505485 and -59.13928282629053 degrees.
17:22:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:10 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:10 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:10 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:10 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:10 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:10 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:10 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:10 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:10 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.110215 (min) 0.145252 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.188186 (min) 0.33214 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.292844 (min) -0.262552 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -10.5456 (min) -10.2052 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.50348 (min) 7.62917 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.7957 (min) 30.3788 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73317 (min) 7.44794 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.5563 (min) 33.523 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000151377 (min) 0.00043599 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:10 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:10 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 125 elements to seafloor.
17:22:10 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:10 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:10 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:10 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:10 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:22:10 DEBUG   opendrift.models.chemicaldrift:1452: old species: [3 2 2 2 0 0]
17:22:10 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0 3 3]
17:22:10 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 430.   0.]
 [  0.   0.   0.   0.   0.]
 [113.   0.   0. 564.   0.]
 [  5.   0. 867.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:10 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:10 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:10 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:10 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:10 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.12232554504262273
17:22:10 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:10 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:10 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:10 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 125 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 125 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 125 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 125 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:10 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:10 DEBUG   opendrift.models.oceandrift:627: 133 elements reached seafloor, interacting with bottom
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 133 elements to seafloor.
17:22:10 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 4
17:22:10 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:10 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 4 elements
17:22:10 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:10 INFO    opendrift.models.chemicaldrift:1861: partitioning: [137, 0, 234, 129, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:10 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:10 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:10 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:10 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:22:10 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:10 INFO    opendrift.models.basemodel:2032: 2025-01-05 22:20:59.108291 - step 59 of 96 - 500 active elements (0 deactivated)
17:22:10 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:10 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:10 DEBUG   opendrift.models.basemodel:2051:               57.599628733090626 <- latitude  -> 57.71568689174301
17:22:10 DEBUG   opendrift.models.basemodel:2056:               10.530123328386518 <- longitude -> 10.863920832088962
17:22:10 DEBUG   opendrift.models.basemodel:2061:               -29.750503540039062   <- z ->   0.0
17:22:10 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:10 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 22:00:00 (before)
                2025-01-05 23:00:00 (after)
17:22:12 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:12 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:12 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:12 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:12 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:12 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:12 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 48x39x7) for time after (2025-01-05 23:00:00)
17:22:12 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 22:00:00) in space  (linearNDFast)
17:22:12 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:12 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 23:00:00) in space  (linearNDFast)
17:22:12 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:12 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 22:00:00, weight 0.65) and
                      after (2025-01-05 23:00:00, weight 0.35) in time
17:22:12 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:12 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.46988774999029 and -59.136090191914064 degrees.
17:22:12 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.46988774999029 and -59.136090191914064 degrees.
17:22:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:12 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:12 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:12 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:12 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:12 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.125508 (min) 0.164168 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.142609 (min) 0.379988 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.329881 (min) -0.295422 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -11.5608 (min) -10.8833 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.85244 (min) 7.00798 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.8506 (min) 30.9117 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.70311 (min) 7.23939 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.5357 (min) 33.2565 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000164429 (min) 0.000357594 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:12 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:22:12 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:12 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:12 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:12 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:12 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:22:12 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 2]
17:22:12 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 0]
17:22:12 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 431.   0.]
 [  0.   0.   0.   0.   0.]
 [115.   0.   0. 575.   0.]
 [  5.   0. 871.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:12 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:12 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:12 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:12 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:12 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.1320348967477768
17:22:12 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:12 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:12 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:12 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 130 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 130 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 134 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 134 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 134 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 134 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 134 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 134 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 134 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 134 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 135 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 135 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 135 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 135 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 135 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 135 elements to seafloor.
17:22:12 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 15
17:22:12 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:12 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 15 elements
17:22:12 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:12 INFO    opendrift.models.chemicaldrift:1861: partitioning: [138, 0, 242, 120, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:12 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:12 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:12 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:22:12 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:12 INFO    opendrift.models.basemodel:2032: 2025-01-05 22:50:59.108291 - step 60 of 96 - 500 active elements (0 deactivated)
17:22:12 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:12 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:12 DEBUG   opendrift.models.basemodel:2051:               57.60247850342393 <- latitude  -> 57.71906930335712
17:22:12 DEBUG   opendrift.models.basemodel:2056:               10.53251859154801 <- longitude -> 10.866613153217644
17:22:12 DEBUG   opendrift.models.basemodel:2061:               -29.750503540039062   <- z ->   -0.03156455393762975
17:22:12 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 22:00:00 (before)
                2025-01-05 23:00:00 (after)
17:22:12 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 22:00:00) in space  (linearNDFast)
17:22:12 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:12 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-05 23:00:00) in space  (linearNDFast)
17:22:12 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:12 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 22:00:00, weight 0.15) and
                      after (2025-01-05 23:00:00, weight 0.85) in time
17:22:12 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:12 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.467492487693164 and -59.13339786829387 degrees.
17:22:12 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.467492487693164 and -59.13339786829387 degrees.
17:22:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:12 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:12 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:12 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:12 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:12 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:12 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:12 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:12 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.13357 (min) 0.166958 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0984161 (min) 0.416966 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.371186 (min) -0.331193 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -12.6458 (min) -11.5769 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.0277 (min) 6.24302 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.7728 (min) 30.4637 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.7239 (min) 7.30111 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.552 (min) 33.2984 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000170842 (min) 0.000405471 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:12 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:12 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 120 elements to seafloor.
17:22:12 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:12 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:12 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:12 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:12 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 7
17:22:12 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 0 0 2 0 0]
17:22:12 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 3 3 0 3 3]
17:22:12 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 435.   0.]
 [  0.   0.   0.   0.   0.]
 [118.   0.   0. 580.   0.]
 [  5.   0. 886.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:12 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:12 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:12 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:12 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:12 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.14372684050489273
17:22:12 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:12 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:12 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:12 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 124 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 124 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 125 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 125 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 126 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 126 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 127 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 127 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 128 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 128 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 129 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 129 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 131 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 131 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:12 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:12 DEBUG   opendrift.models.oceandrift:627: 132 elements reached seafloor, interacting with bottom
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 132 elements to seafloor.
17:22:12 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 41
17:22:12 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:12 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 41 elements
17:22:12 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:12 INFO    opendrift.models.chemicaldrift:1861: partitioning: [137, 0, 272, 91, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:12 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:12 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:12 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:12 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:22:12 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:12 INFO    opendrift.models.basemodel:2032: 2025-01-05 23:20:59.108291 - step 61 of 96 - 500 active elements (0 deactivated)
17:22:12 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:12 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:12 DEBUG   opendrift.models.basemodel:2051:               57.606652202322906 <- latitude  -> 57.72497388010438
17:22:12 DEBUG   opendrift.models.basemodel:2056:               10.533207926139845 <- longitude -> 10.868486956705397
17:22:12 DEBUG   opendrift.models.basemodel:2061:               -29.750503540039062   <- z ->   0.0
17:22:12 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:12 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:12 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:12 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:12 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 23:00:00 (before)
                2025-01-06 00:00:00 (after)
17:22:15 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:15 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:15 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:15 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:15 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:15 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:15 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 48x40x7) for time after (2025-01-06 00:00:00)
17:22:15 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 23:00:00) in space  (linearNDFast)
17:22:15 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:15 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 00:00:00) in space  (linearNDFast)
17:22:15 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:15 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 23:00:00, weight 0.65) and
                      after (2025-01-06 00:00:00, weight 0.35) in time
17:22:15 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:15 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.466803154070085 and -59.131524056207915 degrees.
17:22:15 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.466803154070085 and -59.131524056207915 degrees.
17:22:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:15 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:15 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:15 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:15 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:15 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.103341 (min) 0.185883 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.111594 (min) 0.446363 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.419573 (min) -0.373129 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.113 (min) -11.9618 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 5.09187 (min) 5.50776 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.8066 (min) 31.1854 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.74476 (min) 7.2172 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6115 (min) 33.1858 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000172838 (min) 0.000427386 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:15 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:22:15 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:15 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:15 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:15 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:15 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
17:22:15 DEBUG   opendrift.models.chemicaldrift:1452: old species: [3 2]
17:22:15 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0]
17:22:15 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 435.   0.]
 [  0.   0.   0.   0.   0.]
 [119.   0.   0. 588.   0.]
 [  6.   0. 927.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:15 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:15 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:15 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:15 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:15 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.14612061790058486
17:22:15 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:15 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:15 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:15 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 91 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 91 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 91 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 91 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 91 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 91 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 91 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 91 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 92 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 92 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 93 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 93 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 94 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 94 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 94 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 94 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 95 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 95 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 96 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 96 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 99 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 99 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 100 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 100 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 100 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 100 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 100 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 100 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 103 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 103 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 104 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 104 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 105 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 105 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 105 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 105 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 105 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 105 elements to seafloor.
17:22:15 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 60
17:22:15 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:15 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 60 elements
17:22:15 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:15 INFO    opendrift.models.chemicaldrift:1861: partitioning: [139, 0, 316, 45, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:15 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:15 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:15 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:22:15 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:15 INFO    opendrift.models.basemodel:2032: 2025-01-05 23:50:59.108291 - step 62 of 96 - 500 active elements (0 deactivated)
17:22:15 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:15 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:15 DEBUG   opendrift.models.basemodel:2051:               57.60994098428458 <- latitude  -> 57.73109423537029
17:22:15 DEBUG   opendrift.models.basemodel:2056:               10.536395603046216 <- longitude -> 10.869778998832789
17:22:15 DEBUG   opendrift.models.basemodel:2061:               -29.750503540039062   <- z ->   -0.060359795817257034
17:22:15 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-05 23:00:00 (before)
                2025-01-06 00:00:00 (after)
17:22:15 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-05 23:00:00) in space  (linearNDFast)
17:22:15 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:15 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 00:00:00) in space  (linearNDFast)
17:22:15 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:15 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-05 23:00:00, weight 0.15) and
                      after (2025-01-06 00:00:00, weight 0.85) in time
17:22:15 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:15 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.463615479266956 and -59.130232020576535 degrees.
17:22:15 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.463615479266956 and -59.130232020576535 degrees.
17:22:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:15 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:15 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:15 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:15 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:15 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:15 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:15 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:15 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0812823 (min) 0.218552 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0851673 (min) 0.507796 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.468884 (min) -0.418116 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.328 (min) -12.2534 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 4.061 (min) 4.78841 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.7963 (min) 32.1406 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.74486 (min) 7.24653 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6279 (min) 33.1988 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000173819 (min) 0.000370441 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:15 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:15 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:22:15 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:15 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:15 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:15 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:15 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 7
17:22:15 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 0 0 2 0 2]
17:22:15 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 3 3 0 3 0]
17:22:15 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 438.   0.]
 [  0.   0.   0.   0.   0.]
 [123.   0.   0. 603.   0.]
 [  6.   0. 987.   0.   0.]
 [  0.   0.   0.   0.   0.]]
17:22:15 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:15 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:15 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:15 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:15 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.1449351467028386
17:22:15 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:15 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:15 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:15 DEBUG   opendrift.models.oceandrift:609: 58 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 48 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 48 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 56 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 48 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 48 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 52 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 48 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 48 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 48 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 48 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 42 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 49 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 49 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 49 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 50 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 50 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 50 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 50 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 51 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 51 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 53 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 53 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 55 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 55 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 55 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 55 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 56 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 56 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 56 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 56 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 57 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 57 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 58 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 58 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 58 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 58 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 58 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 58 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 58 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 58 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 59 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 59 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 59 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 59 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 49 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 60 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 60 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 61 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 61 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 61 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 61 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 62 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 62 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 62 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 62 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 62 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 62 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 62 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 62 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 62 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 62 elements to seafloor.
17:22:15 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:15 DEBUG   opendrift.models.oceandrift:627: 62 elements reached seafloor, interacting with bottom
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 62 elements to seafloor.
17:22:15 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 43
17:22:15 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:15 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 43 elements
17:22:15 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:15 INFO    opendrift.models.chemicaldrift:1861: partitioning: [140, 0, 341, 19, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:15 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:15 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:15 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:15 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:15 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:15 INFO    opendrift.models.basemodel:2032: 2025-01-06 00:20:59.108291 - step 63 of 96 - 500 active elements (0 deactivated)
17:22:15 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:15 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:15 DEBUG   opendrift.models.basemodel:2051:               57.61393630273089 <- latitude  -> 57.737990924206585
17:22:15 DEBUG   opendrift.models.basemodel:2056:               10.539148528019226 <- longitude -> 10.869234404437453
17:22:15 DEBUG   opendrift.models.basemodel:2061:               -29.750503540039062   <- z ->   0.0
17:22:15 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:15 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:15 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:15 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:15 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 00:00:00 (before)
                2025-01-06 01:00:00 (after)
17:22:17 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:17 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:17 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:17 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:17 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:17 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:17 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 48x39x7) for time after (2025-01-06 01:00:00)
17:22:17 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 00:00:00) in space  (linearNDFast)
17:22:17 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:17 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 01:00:00) in space  (linearNDFast)
17:22:17 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:17 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 00:00:00, weight 0.65) and
                      after (2025-01-06 01:00:00, weight 0.35) in time
17:22:17 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:17 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.460862547789354 and -59.1307766093769 degrees.
17:22:17 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.460862547789354 and -59.1307766093769 degrees.
17:22:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:17 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:17 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:17 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:17 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:17 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.162505 (min) 0.217609 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0673856 (min) 0.531959 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.518261 (min) -0.470746 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.5023 (min) -12.5005 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 3.53558 (min) 4.22486 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.9341 (min) 33.2577 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.74425 (min) 7.55034 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6351 (min) 33.7667 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000159469 (min) 0.000276281 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:17 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:17 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:17 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:17 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:17 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:17 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:17 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
17:22:17 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2]
17:22:17 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0]
17:22:17 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  438.    0.]
 [   0.    0.    0.    0.    0.]
 [ 127.    0.    0.  617.    0.]
 [   6.    0. 1030.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:17 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:17 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:17 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:17 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:17 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.1446455220775488
17:22:17 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:17 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:17 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:17 DEBUG   opendrift.models.oceandrift:609: 50 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 53 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 47 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 47 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 44 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 46 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 45 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 29 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 29 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 30 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 30 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 43 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 31 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 31 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 43 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 32 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 32 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 43 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 33 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 33 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 33 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 33 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:22:17 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:17 DEBUG   opendrift.models.oceandrift:627: 34 elements reached seafloor, interacting with bottom
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 34 elements to seafloor.
17:22:17 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 23
17:22:17 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:17 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 23 elements
17:22:17 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:17 INFO    opendrift.models.chemicaldrift:1861: partitioning: [144, 0, 345, 11, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:17 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:17 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:17 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:17 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:17 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:17 INFO    opendrift.models.basemodel:2032: 2025-01-06 00:50:59.108291 - step 64 of 96 - 500 active elements (0 deactivated)
17:22:17 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:17 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:17 DEBUG   opendrift.models.basemodel:2051:               57.61821466397307 <- latitude  -> 57.74170020043058
17:22:17 DEBUG   opendrift.models.basemodel:2056:               10.540899787997905 <- longitude -> 10.871767096937262
17:22:17 DEBUG   opendrift.models.basemodel:2061:               -29.750503540039062   <- z ->   0.0
17:22:17 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:17 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 00:00:00 (before)
                2025-01-06 01:00:00 (after)
17:22:17 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 00:00:00) in space  (linearNDFast)
17:22:17 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:17 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 01:00:00) in space  (linearNDFast)
17:22:17 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:17 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 00:00:00, weight 0.15) and
                      after (2025-01-06 01:00:00, weight 0.85) in time
17:22:17 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:18 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.45911127879021 and -59.12824391289423 degrees.
17:22:18 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.45911127879021 and -59.12824391289423 degrees.
17:22:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:18 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:18 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:18 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:18 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:18 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:18 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:18 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:18 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:18 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:18 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.211639 (min) 0.262076 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0460725 (min) 0.546524 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.563845 (min) -0.52646 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.6771 (min) -12.7527 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 3.28522 (min) 3.77204 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.9394 (min) 33.7209 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73449 (min) 7.43407 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6348 (min) 33.5485 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000172889 (min) 0.0002187 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:18 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:18 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:18 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:18 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:18 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:18 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:18 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:22:18 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 0 0]
17:22:18 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 3 3]
17:22:18 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  440.    0.]
 [   0.    0.    0.    0.    0.]
 [ 130.    0.    0.  632.    0.]
 [   6.    0. 1053.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:18 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:18 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:18 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:18 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:18 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.14545546555401628
17:22:18 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:18 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:18 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:18 DEBUG   opendrift.models.oceandrift:609: 52 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 43 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 42 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 47 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 43 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:18 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:18 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:18 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 15
17:22:18 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:18 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 15 elements
17:22:18 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:18 INFO    opendrift.models.chemicaldrift:1861: partitioning: [145, 0, 345, 10, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:18 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:18 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:18 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:18 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:18 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:18 INFO    opendrift.models.basemodel:2032: 2025-01-06 01:20:59.108291 - step 65 of 96 - 500 active elements (0 deactivated)
17:22:18 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:18 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:18 DEBUG   opendrift.models.basemodel:2051:               57.622004500400585 <- latitude  -> 57.75053302172578
17:22:18 DEBUG   opendrift.models.basemodel:2056:               10.544443561085258 <- longitude -> 10.872273937750169
17:22:18 DEBUG   opendrift.models.basemodel:2061:               -29.750503540039062   <- z ->   0.0
17:22:18 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:18 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 01:00:00 (before)
                2025-01-06 02:00:00 (after)
17:22:20 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:20 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:20 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:20 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:20 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:20 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:20 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 47x39x7) for time after (2025-01-06 02:00:00)
17:22:20 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 01:00:00) in space  (linearNDFast)
17:22:20 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:20 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 02:00:00) in space  (linearNDFast)
17:22:20 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:20 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 01:00:00, weight 0.65) and
                      after (2025-01-06 02:00:00, weight 0.35) in time
17:22:20 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:20 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.45556750790389 and -59.127737076284426 degrees.
17:22:20 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.45556750790389 and -59.127737076284426 degrees.
17:22:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:20 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:20 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:20 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:20 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:20 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:20 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:20 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.222189 (min) 0.245564 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0245753 (min) 0.521647 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.594995 (min) -0.559645 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -14.2539 (min) -13.2595 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 2.62558 (min) 3.30081 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.988 (min) 36.4133 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72515 (min) 7.42126 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6272 (min) 33.5243 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000514347 (min) 0.000235536 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:20 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:20 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:20 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:20 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:20 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:20 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:22:20 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 2 2]
17:22:20 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 0 0]
17:22:20 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  443.    0.]
 [   0.    0.    0.    0.    0.]
 [ 132.    0.    0.  644.    0.]
 [   6.    0. 1068.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:20 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:20 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:20 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:20 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:20 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.15469542172940254
17:22:20 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:20 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:20 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:20 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 48 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:20 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 16
17:22:20 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:20 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 16 elements
17:22:20 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:20 INFO    opendrift.models.chemicaldrift:1861: partitioning: [144, 0, 346, 10, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:20 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:20 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:20 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:20 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:20 INFO    opendrift.models.basemodel:2032: 2025-01-06 01:50:59.108291 - step 66 of 96 - 500 active elements (0 deactivated)
17:22:20 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:20 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:20 DEBUG   opendrift.models.basemodel:2051:               57.625525583552445 <- latitude  -> 57.75550230795454
17:22:20 DEBUG   opendrift.models.basemodel:2056:               10.548495216105668 <- longitude -> 10.873531971029392
17:22:20 DEBUG   opendrift.models.basemodel:2061:               -29.750503540039062   <- z ->   0.0
17:22:20 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 01:00:00 (before)
                2025-01-06 02:00:00 (after)
17:22:20 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 01:00:00) in space  (linearNDFast)
17:22:20 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:20 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 02:00:00) in space  (linearNDFast)
17:22:20 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:20 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 01:00:00, weight 0.15) and
                      after (2025-01-06 02:00:00, weight 0.85) in time
17:22:20 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:20 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.451515852161016 and -59.12647904264541 degrees.
17:22:20 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.451515852161016 and -59.12647904264541 degrees.
17:22:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:20 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:20 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:20 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:20 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:20 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:20 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:20 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:20 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:20 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.206542 (min) 0.236771 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.00486855 (min) 0.498757 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.620186 (min) -0.582883 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -14.9886 (min) -13.9 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.78219 (min) 2.8002 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 11.2458 (min) 37.8103 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72876 (min) 7.4188 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6385 (min) 33.5214 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000713854 (min) 0.000182855 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:20 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:20 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:20 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:20 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:20 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:20 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:20 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:22:20 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2]
17:22:20 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0]
17:22:20 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  445.    0.]
 [   0.    0.    0.    0.    0.]
 [ 133.    0.    0.  657.    0.]
 [   6.    0. 1084.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:20 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:20 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:20 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:20 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:20 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.16801346604494993
17:22:20 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:20 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:20 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:20 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 45 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 42 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 45 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 42 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 43 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:20 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:20 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:20 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 14
17:22:20 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:20 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 14 elements
17:22:20 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:20 INFO    opendrift.models.chemicaldrift:1861: partitioning: [143, 0, 348, 9, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:20 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:20 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:20 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:20 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:20 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:20 INFO    opendrift.models.basemodel:2032: 2025-01-06 02:20:59.108291 - step 67 of 96 - 500 active elements (0 deactivated)
17:22:20 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:20 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:20 DEBUG   opendrift.models.basemodel:2051:               57.629079144401075 <- latitude  -> 57.759307817910745
17:22:20 DEBUG   opendrift.models.basemodel:2056:               10.551869086389939 <- longitude -> 10.872592855644093
17:22:20 DEBUG   opendrift.models.basemodel:2061:               -29.750503540039062   <- z ->   -0.03607693568517424
17:22:20 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:20 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:20 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:20 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:20 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 02:00:00 (before)
                2025-01-06 03:00:00 (after)
17:22:22 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:22 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:22 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:22 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:22 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:22 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:22 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 47x39x7) for time after (2025-01-06 03:00:00)
17:22:22 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 02:00:00) in space  (linearNDFast)
17:22:22 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:22 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 03:00:00) in space  (linearNDFast)
17:22:22 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:22 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 02:00:00, weight 0.65) and
                      after (2025-01-06 03:00:00, weight 0.35) in time
17:22:22 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:22 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44814197969389 and -59.127418157145726 degrees.
17:22:22 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44814197969389 and -59.127418157145726 degrees.
17:22:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:22 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:22 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:22 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:22 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:22 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.221149 (min) 0.220887 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0156638 (min) 0.466355 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.623635 (min) -0.589354 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.3282 (min) -14.1947 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.08835 (min) 2.28183 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 11.3665 (min) 39.7556 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73151 (min) 7.39354 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6452 (min) 33.6391 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00110305 (min) 0.000462729 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:22 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:22 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:22 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:22 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:22 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:22 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 0
17:22:22 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:22 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.17354889886699015
17:22:22 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:22 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:22 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:22 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 46 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 44 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 45 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 43 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 45 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:22 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 17
17:22:22 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:22 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 17 elements
17:22:22 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:22 INFO    opendrift.models.chemicaldrift:1861: partitioning: [143, 0, 347, 10, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:22 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:22 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:22 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:22 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:22 INFO    opendrift.models.basemodel:2032: 2025-01-06 02:50:59.108291 - step 68 of 96 - 500 active elements (0 deactivated)
17:22:22 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:22 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:22 DEBUG   opendrift.models.basemodel:2051:               57.632608617505255 <- latitude  -> 57.76333328098687
17:22:22 DEBUG   opendrift.models.basemodel:2056:               10.55562161871768 <- longitude -> 10.870731242805268
17:22:22 DEBUG   opendrift.models.basemodel:2061:               -33.316868262650345   <- z ->   -0.04258119439463859
17:22:22 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 02:00:00 (before)
                2025-01-06 03:00:00 (after)
17:22:22 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 02:00:00) in space  (linearNDFast)
17:22:22 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:22 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 03:00:00) in space  (linearNDFast)
17:22:22 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:22 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 02:00:00, weight 0.15) and
                      after (2025-01-06 03:00:00, weight 0.85) in time
17:22:22 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:22 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44438945541557 and -59.12927976555025 degrees.
17:22:22 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44438945541557 and -59.12927976555025 degrees.
17:22:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:22 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:22 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:22 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:22 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:22 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:22 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:22 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:22 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.204172 (min) 0.211322 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0302763 (min) 0.421177 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.617478 (min) -0.589072 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.4933 (min) -14.2539 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.431268 (min) 1.74157 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 11.6147 (min) 41.6714 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72815 (min) 7.42898 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6468 (min) 33.6165 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000921446 (min) 0.000200332 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:22 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:22 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:22 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:22 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:22 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:22 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:22 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:22:22 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2]
17:22:22 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0]
17:22:22 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  445.    0.]
 [   0.    0.    0.    0.    0.]
 [ 136.    0.    0.  686.    0.]
 [   6.    0. 1115.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:22 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:22 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:22 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:22 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:22 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.17565518403382424
17:22:22 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:22 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:22 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:22 DEBUG   opendrift.models.oceandrift:609: 43 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 43 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 44 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:22:22 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:22 DEBUG   opendrift.models.oceandrift:627: 28 elements reached seafloor, interacting with bottom
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 28 elements to seafloor.
17:22:22 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 17
17:22:22 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:22 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 17 elements
17:22:22 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:22 INFO    opendrift.models.chemicaldrift:1861: partitioning: [146, 0, 343, 11, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:22 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:22 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:22 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:22 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:22 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:22 INFO    opendrift.models.basemodel:2032: 2025-01-06 03:20:59.108291 - step 69 of 96 - 500 active elements (0 deactivated)
17:22:22 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:22 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:22 DEBUG   opendrift.models.basemodel:2051:               57.635952452808844 <- latitude  -> 57.765259549780254
17:22:22 DEBUG   opendrift.models.basemodel:2056:               10.557699997373753 <- longitude -> 10.871004538253926
17:22:22 DEBUG   opendrift.models.basemodel:2061:               -29.750503540039062   <- z ->   -0.056930433956602966
17:22:22 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:22 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:22 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:22 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:22 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 03:00:00 (before)
                2025-01-06 04:00:00 (after)
17:22:25 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:25 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:25 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:25 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:25 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:25 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:25 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 47x38x7) for time after (2025-01-06 04:00:00)
17:22:25 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 03:00:00) in space  (linearNDFast)
17:22:25 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:25 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 04:00:00) in space  (linearNDFast)
17:22:25 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:25 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 03:00:00, weight 0.65) and
                      after (2025-01-06 04:00:00, weight 0.35) in time
17:22:25 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:25 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44231107290607 and -59.129006472337295 degrees.
17:22:25 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44231107290607 and -59.129006472337295 degrees.
17:22:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:25 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:25 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:25 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:25 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:25 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.157734 (min) 0.204061 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0431364 (min) 0.383739 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.597084 (min) -0.57034 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.4641 (min) -14.3331 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.143123 (min) 1.32791 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 11.7051 (min) 43.8653 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73627 (min) 7.47708 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6579 (min) 33.6412 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000678942 (min) 0.000707255 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:25 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:25 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:25 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:25 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:25 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:25 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
17:22:25 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
17:22:25 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
17:22:25 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  445.    0.]
 [   0.    0.    0.    0.    0.]
 [ 137.    0.    0.  704.    0.]
 [   6.    0. 1132.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:25 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:25 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:25 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:25 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:25 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.1740837067164392
17:22:25 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:25 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:25 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:25 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 41 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 40 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:25 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 10
17:22:25 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:25 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 10 elements
17:22:25 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:25 INFO    opendrift.models.chemicaldrift:1861: partitioning: [147, 0, 342, 11, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:25 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:25 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:25 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:25 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:25 INFO    opendrift.models.basemodel:2032: 2025-01-06 03:50:59.108291 - step 70 of 96 - 500 active elements (0 deactivated)
17:22:25 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:25 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:25 DEBUG   opendrift.models.basemodel:2051:               57.63878597230109 <- latitude  -> 57.77036789660683
17:22:25 DEBUG   opendrift.models.basemodel:2056:               10.558771620205642 <- longitude -> 10.87098486858258
17:22:25 DEBUG   opendrift.models.basemodel:2061:               -37.48282392535203   <- z ->   -0.15126687065159783
17:22:25 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 03:00:00 (before)
                2025-01-06 04:00:00 (after)
17:22:25 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 03:00:00) in space  (linearNDFast)
17:22:25 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:25 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 04:00:00) in space  (linearNDFast)
17:22:25 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:25 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 03:00:00, weight 0.15) and
                      after (2025-01-06 04:00:00, weight 0.85) in time
17:22:25 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:25 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44123945166078 and -59.12902614656361 degrees.
17:22:25 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44123945166078 and -59.12902614656361 degrees.
17:22:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:25 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:25 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:25 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:25 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:25 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:25 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:25 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:25 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.167442 (min) 0.204588 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0522117 (min) 0.408204 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.570291 (min) -0.543385 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.3811 (min) -14.4217 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -0.164415 (min) 0.973967 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 11.7122 (min) 47.1079 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72876 (min) 7.45983 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6553 (min) 33.6068 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000802049 (min) 0.000871112 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:25 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:25 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:25 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:25 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:25 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:25 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:25 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
17:22:25 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
17:22:25 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
17:22:25 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  445.    0.]
 [   0.    0.    0.    0.    0.]
 [ 138.    0.    0.  714.    0.]
 [   6.    0. 1142.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:25 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:25 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:25 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:25 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:25 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.17164560089426187
17:22:25 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:25 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:25 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:25 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 39 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:25 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:25 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:25 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 8
17:22:25 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:25 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 8 elements
17:22:25 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:25 INFO    opendrift.models.chemicaldrift:1861: partitioning: [148, 0, 341, 11, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:25 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:25 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:25 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:25 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:25 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:25 INFO    opendrift.models.basemodel:2032: 2025-01-06 04:20:59.108291 - step 71 of 96 - 500 active elements (0 deactivated)
17:22:25 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:25 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:25 DEBUG   opendrift.models.basemodel:2051:               57.641733179978935 <- latitude  -> 57.77467244073101
17:22:25 DEBUG   opendrift.models.basemodel:2056:               10.562440330747501 <- longitude -> 10.87101122747194
17:22:25 DEBUG   opendrift.models.basemodel:2061:               -40.35732535868572   <- z ->   0.0
17:22:25 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:25 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:25 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:25 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:25 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 04:00:00 (before)
                2025-01-06 05:00:00 (after)
17:22:27 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:27 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:27 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:27 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:27 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:27 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:27 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 48x38x7) for time after (2025-01-06 05:00:00)
17:22:27 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 04:00:00) in space  (linearNDFast)
17:22:27 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:27 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 05:00:00) in space  (linearNDFast)
17:22:27 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:27 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 04:00:00, weight 0.65) and
                      after (2025-01-06 05:00:00, weight 0.35) in time
17:22:27 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:27 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.43757073891089 and -59.128999781236196 degrees.
17:22:27 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.43757073891089 and -59.128999781236196 degrees.
17:22:27 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:27 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:27 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:27 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:27 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:27 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:27 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:27 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:27 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:27 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:27 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:27 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:27 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:27 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:27 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:27 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:27 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:27 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:27 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:27 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:27 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:28 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:28 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.139001 (min) 0.185232 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.053297 (min) 0.398112 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.533821 (min) -0.505033 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.3909 (min) -14.5617 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -0.116269 (min) 1.02565 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 11.9927 (min) 50.564 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72848 (min) 7.44144 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6591 (min) 33.6079 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000761227 (min) 0.000865341 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:28 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:28 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:28 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:28 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:28 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:28 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
17:22:28 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
17:22:28 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
17:22:28 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  445.    0.]
 [   0.    0.    0.    0.    0.]
 [ 139.    0.    0.  722.    0.]
 [   6.    0. 1150.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:28 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:28 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:28 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.17193773920541164
17:22:28 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:28 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:28 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:28 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:28 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 13
17:22:28 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 13 elements
17:22:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:28 INFO    opendrift.models.chemicaldrift:1861: partitioning: [149, 0, 340, 11, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:28 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:28 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:28 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:28 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:28 INFO    opendrift.models.basemodel:2032: 2025-01-06 04:50:59.108291 - step 72 of 96 - 500 active elements (0 deactivated)
17:22:28 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:28 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:28 DEBUG   opendrift.models.basemodel:2051:               57.644256539464784 <- latitude  -> 57.78110662884056
17:22:28 DEBUG   opendrift.models.basemodel:2056:               10.566077622894955 <- longitude -> 10.869333029790361
17:22:28 DEBUG   opendrift.models.basemodel:2061:               -41.364608153386826   <- z ->   -0.11087565361511675
17:22:28 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:28 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 04:00:00 (before)
                2025-01-06 05:00:00 (after)
17:22:28 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 04:00:00) in space  (linearNDFast)
17:22:28 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:28 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 05:00:00) in space  (linearNDFast)
17:22:28 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:28 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 04:00:00, weight 0.15) and
                      after (2025-01-06 05:00:00, weight 0.85) in time
17:22:28 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:28 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.433933433605056 and -59.13067797381234 degrees.
17:22:28 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.433933433605056 and -59.13067797381234 degrees.
17:22:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:28 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:28 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:28 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:28 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:28 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:28 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:28 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.112154 (min) 0.17626 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.00320239 (min) 0.437594 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.493213 (min) -0.461434 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.5478 (min) -14.7333 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: -0.124891 (min) 1.24765 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 12.2827 (min) 54.6279 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72291 (min) 7.4208 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6595 (min) 33.622 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000698397 (min) 0.000949617 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:28 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:28 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:28 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:28 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:28 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:28 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:22:28 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2]
17:22:28 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0]
17:22:28 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  445.    0.]
 [   0.    0.    0.    0.    0.]
 [ 142.    0.    0.  735.    0.]
 [   6.    0. 1163.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:28 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:28 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:28 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.17535998128541824
17:22:28 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:28 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:28 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:28 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 33 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:28 DEBUG   opendrift.models.oceandrift:609: 36 elements penetrated seafloor, lifting up
17:22:28 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:28 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 13
17:22:28 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 13 elements
17:22:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:28 INFO    opendrift.models.chemicaldrift:1861: partitioning: [152, 0, 336, 12, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:28 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:28 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:28 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:28 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:28 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:28 INFO    opendrift.models.basemodel:2032: 2025-01-06 05:20:59.108291 - step 73 of 96 - 500 active elements (0 deactivated)
17:22:28 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:28 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:28 DEBUG   opendrift.models.basemodel:2051:               57.64649897262583 <- latitude  -> 57.78751645651904
17:22:28 DEBUG   opendrift.models.basemodel:2056:               10.56865787048774 <- longitude -> 10.868561459459073
17:22:28 DEBUG   opendrift.models.basemodel:2061:               -42.21554220996244   <- z ->   0.0
17:22:28 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:28 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 05:00:00 (before)
                2025-01-06 06:00:00 (after)
17:22:30 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:30 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:30 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:30 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:30 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:30 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:30 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x38x7) for time after (2025-01-06 06:00:00)
17:22:30 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 05:00:00) in space  (linearNDFast)
17:22:30 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:30 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 06:00:00) in space  (linearNDFast)
17:22:30 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:30 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 05:00:00, weight 0.65) and
                      after (2025-01-06 06:00:00, weight 0.35) in time
17:22:30 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:30 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.43135318259054 and -59.13144955138593 degrees.
17:22:30 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.43135318259054 and -59.13144955138593 degrees.
17:22:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:30 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:30 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:30 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:30 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:30 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.157964 (min) 0.16103 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.00425696 (min) 0.425206 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.457116 (min) -0.41791 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.6802 (min) -14.8975 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.145372 (min) 1.67631 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 12.4701 (min) 58.8556 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.71088 (min) 7.54616 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6561 (min) 33.8404 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00057596 (min) 0.00112139 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:30 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:30 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:30 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:30 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:30 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:30 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:22:30 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2 2 2 2 2]
17:22:30 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 0 0 0 0]
17:22:30 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  446.    0.]
 [   0.    0.    0.    0.    0.]
 [ 147.    0.    0.  749.    0.]
 [   6.    0. 1176.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:30 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:30 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:30 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:30 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:30 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.17878462407663945
17:22:30 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:30 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:30 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:30 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 34 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 38 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 30 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:30 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 13
17:22:30 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:30 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 13 elements
17:22:30 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:30 INFO    opendrift.models.chemicaldrift:1861: partitioning: [156, 0, 331, 13, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:30 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:30 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:30 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:30 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:30 INFO    opendrift.models.basemodel:2032: 2025-01-06 05:50:59.108291 - step 74 of 96 - 500 active elements (0 deactivated)
17:22:30 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:30 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:30 DEBUG   opendrift.models.basemodel:2051:               57.6486413663384 <- latitude  -> 57.78852327625079
17:22:30 DEBUG   opendrift.models.basemodel:2056:               10.570548840504724 <- longitude -> 10.867370732671134
17:22:30 DEBUG   opendrift.models.basemodel:2061:               -42.428736239586954   <- z ->   0.0
17:22:30 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 05:00:00 (before)
                2025-01-06 06:00:00 (after)
17:22:30 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 05:00:00) in space  (linearNDFast)
17:22:30 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:30 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 06:00:00) in space  (linearNDFast)
17:22:30 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:30 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 05:00:00, weight 0.15) and
                      after (2025-01-06 06:00:00, weight 0.85) in time
17:22:30 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:30 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42946222134024 and -59.132640278597016 degrees.
17:22:30 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42946222134024 and -59.132640278597016 degrees.
17:22:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:30 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:30 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:30 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:30 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:30 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:30 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:30 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:30 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.17669 (min) 0.147585 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0185115 (min) 0.430511 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.418105 (min) -0.374584 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.785 (min) -15.0058 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.255566 (min) 2.1795 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 12.5888 (min) 59.2899 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.69854 (min) 7.66151 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6489 (min) 33.9719 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000541635 (min) 0.00125101 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:30 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:30 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:30 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:30 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:30 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:30 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:30 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
17:22:30 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2]
17:22:30 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0]
17:22:30 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  446.    0.]
 [   0.    0.    0.    0.    0.]
 [ 151.    0.    0.  762.    0.]
 [   6.    0. 1189.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:30 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:30 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:30 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:30 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:30 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.1817058094825075
17:22:30 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:30 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:30 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:30 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:30 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:30 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:30 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 12
17:22:30 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:30 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 12 elements
17:22:30 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:30 INFO    opendrift.models.chemicaldrift:1861: partitioning: [160, 0, 325, 15, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:30 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:30 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:30 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:30 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:30 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:30 INFO    opendrift.models.basemodel:2032: 2025-01-06 06:20:59.108291 - step 75 of 96 - 500 active elements (0 deactivated)
17:22:30 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:30 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:30 DEBUG   opendrift.models.basemodel:2051:               57.65082045379173 <- latitude  -> 57.78923513367833
17:22:30 DEBUG   opendrift.models.basemodel:2056:               10.572568621303297 <- longitude -> 10.867333147944043
17:22:30 DEBUG   opendrift.models.basemodel:2061:               -42.61241000258091   <- z ->   0.0
17:22:30 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:30 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 06:00:00 (before)
                2025-01-06 07:00:00 (after)
17:22:32 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:32 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:32 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:32 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:32 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:32 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:32 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 48x38x7) for time after (2025-01-06 07:00:00)
17:22:32 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 06:00:00) in space  (linearNDFast)
17:22:32 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:32 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 07:00:00) in space  (linearNDFast)
17:22:32 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:32 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 06:00:00, weight 0.65) and
                      after (2025-01-06 07:00:00, weight 0.35) in time
17:22:32 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:32 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42744243183665 and -59.13267785559053 degrees.
17:22:32 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42744243183665 and -59.13267785559053 degrees.
17:22:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:32 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:32 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:32 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:32 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:32 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:32 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:32 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:32 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:32 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.258988 (min) 0.148171 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0236407 (min) 0.459536 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.389562 (min) -0.339673 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -16.0771 (min) -15.3623 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 0.793241 (min) 2.46535 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 12.7198 (min) 59.5175 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.70431 (min) 7.72817 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6564 (min) 34.0345 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000469953 (min) 0.00135637 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:32 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:32 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:32 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:32 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:32 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:32 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
17:22:32 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2]
17:22:32 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0]
17:22:32 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  447.    0.]
 [   0.    0.    0.    0.    0.]
 [ 152.    0.    0.  776.    0.]
 [   6.    0. 1201.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:32 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:32 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:32 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:32 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:32 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.18943279508499045
17:22:32 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:32 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:32 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:32 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 31 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 37 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 35 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 26 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 26 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 27 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 27 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 27 elements to seafloor.
17:22:32 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 11
17:22:32 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:32 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 11 elements
17:22:32 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:32 INFO    opendrift.models.chemicaldrift:1861: partitioning: [160, 0, 324, 16, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:32 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:32 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:32 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:32 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:32 INFO    opendrift.models.basemodel:2032: 2025-01-06 06:50:59.108291 - step 76 of 96 - 500 active elements (0 deactivated)
17:22:32 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:32 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:32 DEBUG   opendrift.models.basemodel:2051:               57.65274878506957 <- latitude  -> 57.79001673296274
17:22:32 DEBUG   opendrift.models.basemodel:2056:               10.575169345207575 <- longitude -> 10.86737501226708
17:22:32 DEBUG   opendrift.models.basemodel:2061:               -43.111550058657784   <- z ->   0.0
17:22:32 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 06:00:00 (before)
                2025-01-06 07:00:00 (after)
17:22:32 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 06:00:00) in space  (linearNDFast)
17:22:32 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:32 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 07:00:00) in space  (linearNDFast)
17:22:32 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:32 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 06:00:00, weight 0.15) and
                      after (2025-01-06 07:00:00, weight 0.85) in time
17:22:32 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:32 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4248417198425 and -59.13263599443674 degrees.
17:22:32 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4248417198425 and -59.13263599443674 degrees.
17:22:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:32 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:32 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:32 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:32 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:32 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:32 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:32 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:32 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:32 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:32 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.267768 (min) 0.146836 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0335244 (min) 0.513614 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.362032 (min) -0.308792 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -16.4577 (min) -15.694 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.55608 (min) 2.68515 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 12.914 (min) 60.7111 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.70862 (min) 7.79116 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6663 (min) 34.1069 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000460159 (min) 0.00144934 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:32 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:32 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:32 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:32 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:32 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:32 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:32 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
17:22:32 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2]
17:22:32 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0]
17:22:32 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  448.    0.]
 [   0.    0.    0.    0.    0.]
 [ 153.    0.    0.  787.    0.]
 [   6.    0. 1212.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:32 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:32 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:32 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:32 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:32 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.1997931631842086
17:22:32 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:32 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:32 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:32 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 29 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 24 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 32 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 26 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:32 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:32 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:32 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 11
17:22:32 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:32 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 11 elements
17:22:32 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:32 INFO    opendrift.models.chemicaldrift:1861: partitioning: [160, 0, 326, 14, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:32 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:32 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:32 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:32 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:32 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:32 INFO    opendrift.models.basemodel:2032: 2025-01-06 07:20:59.108291 - step 77 of 96 - 500 active elements (0 deactivated)
17:22:32 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:32 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:32 DEBUG   opendrift.models.basemodel:2051:               57.6547635614046 <- latitude  -> 57.79195253020232
17:22:32 DEBUG   opendrift.models.basemodel:2056:               10.578265381418175 <- longitude -> 10.865803226372334
17:22:32 DEBUG   opendrift.models.basemodel:2061:               -43.01610452518606   <- z ->   0.0
17:22:32 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:32 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:32 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:32 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:32 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 07:00:00 (before)
                2025-01-06 08:00:00 (after)
17:22:37 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:37 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:37 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:37 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:37 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:37 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:37 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x39x7) for time after (2025-01-06 08:00:00)
17:22:37 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 07:00:00) in space  (linearNDFast)
17:22:37 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:37 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 08:00:00) in space  (linearNDFast)
17:22:37 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:37 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 07:00:00, weight 0.65) and
                      after (2025-01-06 08:00:00, weight 0.35) in time
17:22:37 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42174566652353 and -59.13420777017857 degrees.
17:22:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42174566652353 and -59.13420777017857 degrees.
17:22:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:37 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:37 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:37 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:37 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.286015 (min) 0.155577 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0426365 (min) 0.549635 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.350422 (min) -0.297426 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -16.2116 (min) -15.8838 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.61558 (min) 2.7761 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.1596 (min) 64.6105 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.71621 (min) 7.84912 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6769 (min) 34.1843 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000416735 (min) 0.00141664 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:37 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:37 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:37 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:37 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:37 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:37 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:22:37 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2]
17:22:37 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0]
17:22:37 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  448.    0.]
 [   0.    0.    0.    0.    0.]
 [ 156.    0.    0.  795.    0.]
 [   6.    0. 1223.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:37 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:37 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:37 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:37 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:37 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.19455907610691747
17:22:37 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:37 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:37 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:37 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 22 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 28 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 25 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 25 elements to seafloor.
17:22:37 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 14
17:22:37 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:37 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 14 elements
17:22:37 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:37 INFO    opendrift.models.chemicaldrift:1861: partitioning: [163, 0, 326, 11, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:37 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:37 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:37 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:37 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:37 INFO    opendrift.models.basemodel:2032: 2025-01-06 07:50:59.108291 - step 78 of 96 - 500 active elements (0 deactivated)
17:22:37 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:37 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:37 DEBUG   opendrift.models.basemodel:2051:               57.656968351318454 <- latitude  -> 57.79976565047595
17:22:37 DEBUG   opendrift.models.basemodel:2056:               10.580610612899262 <- longitude -> 10.864683345680582
17:22:37 DEBUG   opendrift.models.basemodel:2061:               -42.34263944400015   <- z ->   0.0
17:22:37 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 07:00:00 (before)
                2025-01-06 08:00:00 (after)
17:22:37 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 07:00:00) in space  (linearNDFast)
17:22:37 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:37 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 08:00:00) in space  (linearNDFast)
17:22:37 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:37 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 07:00:00, weight 0.15) and
                      after (2025-01-06 08:00:00, weight 0.85) in time
17:22:37 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.41940044424386 and -59.135327665833316 degrees.
17:22:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.41940044424386 and -59.135327665833316 degrees.
17:22:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:37 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:37 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:37 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:37 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.328871 (min) 0.169039 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0388863 (min) 0.573258 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.343489 (min) -0.293759 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -16.0634 (min) -15.403 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.37093 (min) 2.82282 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.3057 (min) 72.7756 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72387 (min) 7.95595 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6875 (min) 34.4306 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000394442 (min) 0.00133326 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:37 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:37 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:37 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:37 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:37 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:37 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:37 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:22:37 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 0]
17:22:37 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 3]
17:22:37 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  449.    0.]
 [   0.    0.    0.    0.    0.]
 [ 158.    0.    0.  806.    0.]
 [   6.    0. 1237.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:37 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:37 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:37 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:37 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:37 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.19047036835008957
17:22:37 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:37 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:37 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:37 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 23 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 25 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 20 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 21 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:37 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:37 DEBUG   opendrift.models.oceandrift:627: 24 elements reached seafloor, interacting with bottom
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 24 elements to seafloor.
17:22:37 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 15
17:22:37 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:37 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 15 elements
17:22:37 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:37 INFO    opendrift.models.chemicaldrift:1861: partitioning: [164, 0, 327, 9, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:37 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:37 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:37 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:37 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:37 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:37 INFO    opendrift.models.basemodel:2032: 2025-01-06 08:20:59.108291 - step 79 of 96 - 500 active elements (0 deactivated)
17:22:37 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:37 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:37 DEBUG   opendrift.models.basemodel:2051:               57.659190799065954 <- latitude  -> 57.80428095744407
17:22:37 DEBUG   opendrift.models.basemodel:2056:               10.583004322779168 <- longitude -> 10.863050284937835
17:22:37 DEBUG   opendrift.models.basemodel:2061:               -42.04233317681773   <- z ->   0.0
17:22:37 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 08:00:00 (before)
                2025-01-06 09:00:00 (after)
17:22:39 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:39 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:39 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:39 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:39 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:39 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:39 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x40x7) for time after (2025-01-06 09:00:00)
17:22:39 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 08:00:00) in space  (linearNDFast)
17:22:39 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:39 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 09:00:00) in space  (linearNDFast)
17:22:39 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:39 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 08:00:00, weight 0.65) and
                      after (2025-01-06 09:00:00, weight 0.35) in time
17:22:39 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:39 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.417006746895275 and -59.13696071230484 degrees.
17:22:39 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.417006746895275 and -59.13696071230484 degrees.
17:22:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:39 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:39 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:39 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:39 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:39 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:39 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.335852 (min) 0.184257 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0404886 (min) 0.597559 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.34801 (min) -0.294882 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.9077 (min) -15.3546 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.41824 (min) 2.71643 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.4517 (min) 76.8875 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73627 (min) 7.94567 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6981 (min) 34.4097 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000387916 (min) 0.00122046 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:39 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:39 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:39 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:22:40 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:40 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:40 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:40 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:40 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
17:22:40 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
17:22:40 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
17:22:40 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  449.    0.]
 [   0.    0.    0.    0.    0.]
 [ 159.    0.    0.  818.    0.]
 [   6.    0. 1252.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:40 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:40 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:40 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:40 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:40 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.18634214771103627
17:22:40 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:40 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:40 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:40 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 9 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 9 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 19 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 15 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 22 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 22 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 23 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 23 elements to seafloor.
17:22:40 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 10
17:22:40 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:40 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 10 elements
17:22:40 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:40 INFO    opendrift.models.chemicaldrift:1861: partitioning: [165, 0, 322, 13, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:40 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:40 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:40 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:40 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:40 INFO    opendrift.models.basemodel:2032: 2025-01-06 08:50:59.108291 - step 80 of 96 - 500 active elements (0 deactivated)
17:22:40 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:40 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:40 DEBUG   opendrift.models.basemodel:2051:               57.66148420536483 <- latitude  -> 57.81203075794251
17:22:40 DEBUG   opendrift.models.basemodel:2056:               10.58462169989392 <- longitude -> 10.862325498112558
17:22:40 DEBUG   opendrift.models.basemodel:2061:               -41.32795322868736   <- z ->   0.0
17:22:40 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:40 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 08:00:00 (before)
                2025-01-06 09:00:00 (after)
17:22:40 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 08:00:00) in space  (linearNDFast)
17:22:40 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:40 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 09:00:00) in space  (linearNDFast)
17:22:40 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:40 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 08:00:00, weight 0.15) and
                      after (2025-01-06 09:00:00, weight 0.85) in time
17:22:40 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:40 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.41538936496416 and -59.13768551136212 degrees.
17:22:40 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.41538936496416 and -59.13768551136212 degrees.
17:22:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:40 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:40 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:40 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:40 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:40 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:40 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:40 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:40 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:40 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:40 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.346167 (min) 0.196105 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0513353 (min) 0.619366 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.357162 (min) -0.29801 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.713 (min) -15.2282 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.4459 (min) 2.50338 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.5064 (min) 83.4279 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72804 (min) 7.92766 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7014 (min) 34.3873 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000360483 (min) 0.0011929 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:40 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:40 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:40 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:40 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:40 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:40 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:40 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
17:22:40 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0]
17:22:40 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3]
17:22:40 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  450.    0.]
 [   0.    0.    0.    0.    0.]
 [ 160.    0.    0.  832.    0.]
 [   6.    0. 1262.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:40 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:40 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:40 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:40 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:40 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.180878072499391
17:22:40 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:40 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:40 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:40 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 18 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 17 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 20 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 20 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 13 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:40 DEBUG   opendrift.models.oceandrift:627: 21 elements reached seafloor, interacting with bottom
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 21 elements to seafloor.
17:22:40 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 7
17:22:40 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:40 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 7 elements
17:22:40 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:40 INFO    opendrift.models.chemicaldrift:1861: partitioning: [165, 0, 321, 14, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:40 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:40 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:40 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:40 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:40 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:40 INFO    opendrift.models.basemodel:2032: 2025-01-06 09:20:59.108291 - step 81 of 96 - 500 active elements (0 deactivated)
17:22:40 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:40 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:40 DEBUG   opendrift.models.basemodel:2051:               57.66390430755519 <- latitude  -> 57.82032955590673
17:22:40 DEBUG   opendrift.models.basemodel:2056:               10.588085113465404 <- longitude -> 10.860105860513023
17:22:40 DEBUG   opendrift.models.basemodel:2061:               -40.728146827318746   <- z ->   0.0
17:22:40 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:40 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:40 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:40 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:40 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:40 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 09:00:00 (before)
                2025-01-06 10:00:00 (after)
17:22:42 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:42 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:42 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:42 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:42 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:42 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:42 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x41x7) for time after (2025-01-06 10:00:00)
17:22:42 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 09:00:00) in space  (linearNDFast)
17:22:42 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:42 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 10:00:00) in space  (linearNDFast)
17:22:42 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:42 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 09:00:00, weight 0.65) and
                      after (2025-01-06 10:00:00, weight 0.35) in time
17:22:42 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:42 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.411925937451215 and -59.139905127837835 degrees.
17:22:42 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.411925937451215 and -59.139905127837835 degrees.
17:22:42 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:42 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:42 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:42 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:42 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:42 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:42 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:42 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:42 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:42 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:42 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:42 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:42 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:42 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:42 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:42 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:42 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:42 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:42 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:42 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:42 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:42 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:42 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:42 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:42 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:42 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:42 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:42 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:42 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.36075 (min) 0.193273 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.045196 (min) 0.653808 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.380403 (min) -0.315834 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.6928 (min) -15.2436 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.57001 (min) 2.77544 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.733 (min) 90.0672 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72695 (min) 7.9989 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7008 (min) 34.4815 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000507437 (min) 0.00115613 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:42 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:42 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:42 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:42 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:42 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:42 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:22:42 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2 2]
17:22:42 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0 0]
17:22:42 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  450.    0.]
 [   0.    0.    0.    0.    0.]
 [ 165.    0.    0.  839.    0.]
 [   6.    0. 1269.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:42 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:42 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:42 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:42 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:42 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.18174416437461766
17:22:42 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:42 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:42 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:42 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 14 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 16 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 16 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 16 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 17 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 17 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 18 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 18 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 12 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:42 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:42 DEBUG   opendrift.models.oceandrift:627: 19 elements reached seafloor, interacting with bottom
17:22:42 DEBUG   opendrift.models.basemodel:751: Lifting 19 elements to seafloor.
17:22:42 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 9
17:22:42 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:42 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 9 elements
17:22:42 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:42 INFO    opendrift.models.chemicaldrift:1861: partitioning: [170, 0, 320, 10, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:42 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:43 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:43 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:43 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:43 INFO    opendrift.models.basemodel:2032: 2025-01-06 09:50:59.108291 - step 82 of 96 - 500 active elements (0 deactivated)
17:22:43 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:43 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:43 DEBUG   opendrift.models.basemodel:2051:               57.66653975839585 <- latitude  -> 57.82709131866467
17:22:43 DEBUG   opendrift.models.basemodel:2056:               10.591682198807687 <- longitude -> 10.858384758585439
17:22:43 DEBUG   opendrift.models.basemodel:2061:               -40.34036906154655   <- z ->   0.0
17:22:43 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:43 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 09:00:00 (before)
                2025-01-06 10:00:00 (after)
17:22:43 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 09:00:00) in space  (linearNDFast)
17:22:43 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 10:00:00) in space  (linearNDFast)
17:22:43 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:43 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 09:00:00, weight 0.15) and
                      after (2025-01-06 10:00:00, weight 0.85) in time
17:22:43 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:43 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.408328851151076 and -59.141626241588 degrees.
17:22:43 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.408328851151076 and -59.141626241588 degrees.
17:22:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:43 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:43 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:43 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:43 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:43 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:43 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:43 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:43 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:43 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.394688 (min) 0.216769 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0390126 (min) 0.67431 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.409021 (min) -0.339751 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.8748 (min) -15.2133 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.67729 (min) 3.27393 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.9591 (min) 94.963 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73493 (min) 7.91191 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7132 (min) 34.3318 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000506513 (min) 0.00126059 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:43 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:43 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:43 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:43 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:43 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:43 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:43 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
17:22:43 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2]
17:22:43 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0]
17:22:43 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  450.    0.]
 [   0.    0.    0.    0.    0.]
 [ 167.    0.    0.  844.    0.]
 [   6.    0. 1278.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:43 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:43 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:43 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:43 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:43 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.18474903574905893
17:22:43 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:43 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:43 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:43 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 10 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 10 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 11 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 11 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 12 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 12 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 9 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 13 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 13 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 14 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 14 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 11 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:43 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:43 DEBUG   opendrift.models.oceandrift:627: 15 elements reached seafloor, interacting with bottom
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 15 elements to seafloor.
17:22:43 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 11
17:22:43 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:43 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 11 elements
17:22:43 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:43 INFO    opendrift.models.chemicaldrift:1861: partitioning: [172, 0, 324, 4, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:43 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:43 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:43 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:43 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:43 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:43 INFO    opendrift.models.basemodel:2032: 2025-01-06 10:20:59.108291 - step 83 of 96 - 500 active elements (0 deactivated)
17:22:43 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:43 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:43 DEBUG   opendrift.models.basemodel:2051:               57.66938444908617 <- latitude  -> 57.82957447523662
17:22:43 DEBUG   opendrift.models.basemodel:2056:               10.594373741034316 <- longitude -> 10.855436633282197
17:22:43 DEBUG   opendrift.models.basemodel:2061:               -41.366187037981135   <- z ->   0.0
17:22:43 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:43 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 10:00:00 (before)
                2025-01-06 11:00:00 (after)
17:22:45 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:45 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:45 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:45 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:45 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:45 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:45 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 50x41x7) for time after (2025-01-06 11:00:00)
17:22:45 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 10:00:00) in space  (linearNDFast)
17:22:45 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:45 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 11:00:00) in space  (linearNDFast)
17:22:45 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:45 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:45 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:45 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:45 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:45 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:45 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:45 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:45 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 10:00:00, weight 0.65) and
                      after (2025-01-06 11:00:00, weight 0.35) in time
17:22:45 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:45 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40563731139982 and -59.14457437504342 degrees.
17:22:45 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40563731139982 and -59.14457437504342 degrees.
17:22:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:45 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:45 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:45 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:45 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:45 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.407145 (min) 0.283292 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0786472 (min) 0.691654 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.452702 (min) -0.381559 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -15.4312 (min) -14.5888 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.69888 (min) 3.31061 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.0423 (min) 96.7579 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.7301 (min) 8.03638 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7108 (min) 34.5197 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000571128 (min) 0.00130603 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:45 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:45 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:45 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:45 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:45 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:22:45 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2]
17:22:45 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0]
17:22:45 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  450.    0.]
 [   0.    0.    0.    0.    0.]
 [ 170.    0.    0.  849.    0.]
 [   6.    0. 1289.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:45 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:45 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:45 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:45 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:45 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.174840467378589
17:22:45 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:45 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:45 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 10 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 8 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 7 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 7 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 8 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 8 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 8 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 8 elements to seafloor.
17:22:45 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 8
17:22:45 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:45 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 8 elements
17:22:45 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:45 INFO    opendrift.models.chemicaldrift:1861: partitioning: [175, 0, 325, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:45 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:45 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:45 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:45 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:45 INFO    opendrift.models.basemodel:2032: 2025-01-06 10:50:59.108291 - step 84 of 96 - 500 active elements (0 deactivated)
17:22:45 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:45 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:45 DEBUG   opendrift.models.basemodel:2051:               57.67307826371396 <- latitude  -> 57.836820375022334
17:22:45 DEBUG   opendrift.models.basemodel:2056:               10.598354565175951 <- longitude -> 10.852871947941173
17:22:45 DEBUG   opendrift.models.basemodel:2061:               -42.16842062931753   <- z ->   0.0
17:22:45 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 10:00:00 (before)
                2025-01-06 11:00:00 (after)
17:22:45 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 10:00:00) in space  (linearNDFast)
17:22:45 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:45 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 11:00:00) in space  (linearNDFast)
17:22:45 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:45 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 10:00:00, weight 0.15) and
                      after (2025-01-06 11:00:00, weight 0.85) in time
17:22:45 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:45 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40165649620034 and -59.14713905174328 degrees.
17:22:45 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40165649620034 and -59.14713905174328 degrees.
17:22:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:45 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:45 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:45 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:45 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:45 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.480802 (min) 0.345858 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.11833 (min) 0.701243 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.503299 (min) -0.428387 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -14.6418 (min) -13.7579 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.63006 (min) 3.13809 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.232 (min) 101.468 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.74331 (min) 8.03821 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7244 (min) 34.5488 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000607085 (min) 0.00127102 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:45 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:45 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:45 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:22:45 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:45 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:45 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:45 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:45 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 0
17:22:45 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:45 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.15775741590891948
17:22:45 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:45 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:45 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:45 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:45 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:45 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 5
17:22:45 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:45 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 5 elements
17:22:45 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:45 INFO    opendrift.models.chemicaldrift:1861: partitioning: [175, 0, 325, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:45 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:45 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:45 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:45 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:45 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:45 INFO    opendrift.models.basemodel:2032: 2025-01-06 11:20:59.108291 - step 85 of 96 - 500 active elements (0 deactivated)
17:22:45 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:45 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:45 DEBUG   opendrift.models.basemodel:2051:               57.676910375269266 <- latitude  -> 57.843856953425394
17:22:45 DEBUG   opendrift.models.basemodel:2056:               10.60280899218138 <- longitude -> 10.849964713582867
17:22:45 DEBUG   opendrift.models.basemodel:2061:               -42.96145886565803   <- z ->   0.0
17:22:45 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:45 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 11:00:00 (before)
                2025-01-06 12:00:00 (after)
17:22:48 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:48 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:48 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:48 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:48 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:48 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:48 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 51x41x7) for time after (2025-01-06 12:00:00)
17:22:48 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 11:00:00) in space  (linearNDFast)
17:22:48 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:48 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 12:00:00) in space  (linearNDFast)
17:22:48 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:48 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 11:00:00, weight 0.65) and
                      after (2025-01-06 12:00:00, weight 0.35) in time
17:22:48 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:48 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.39720205749983 and -59.15004628700738 degrees.
17:22:48 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.39720205749983 and -59.15004628700738 degrees.
17:22:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:48 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:48 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:48 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:48 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:48 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.452206 (min) 0.362096 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.164219 (min) 0.708905 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.556653 (min) -0.480337 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -14.3422 (min) -13.0652 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 1.8175 (min) 3.18788 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.4088 (min) 104.936 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72641 (min) 8.05833 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7104 (min) 34.5549 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000562079 (min) 0.00155792 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:48 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:48 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:22:48 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:48 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:48 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:48 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:48 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
17:22:48 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2]
17:22:48 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0]
17:22:48 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  450.    0.]
 [   0.    0.    0.    0.    0.]
 [ 174.    0.    0.  858.    0.]
 [   6.    0. 1302.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:48 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:48 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:48 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:48 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:48 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.1520896474116347
17:22:48 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:48 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:48 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 5 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 6 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 7 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 6 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 6 elements to seafloor.
17:22:48 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 6
17:22:48 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:48 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 6 elements
17:22:48 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:48 INFO    opendrift.models.chemicaldrift:1861: partitioning: [179, 0, 321, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:48 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:48 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:48 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:48 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:48 INFO    opendrift.models.basemodel:2032: 2025-01-06 11:50:59.108291 - step 86 of 96 - 500 active elements (0 deactivated)
17:22:48 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:48 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:48 DEBUG   opendrift.models.basemodel:2051:               57.68069776743681 <- latitude  -> 57.85200008052147
17:22:48 DEBUG   opendrift.models.basemodel:2056:               10.606531384345088 <- longitude -> 10.847137892879545
17:22:48 DEBUG   opendrift.models.basemodel:2061:               -43.76792074985229   <- z ->   0.0
17:22:48 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 11:00:00 (before)
                2025-01-06 12:00:00 (after)
17:22:48 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 11:00:00) in space  (linearNDFast)
17:22:48 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:48 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 12:00:00) in space  (linearNDFast)
17:22:48 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:48 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 11:00:00, weight 0.15) and
                      after (2025-01-06 12:00:00, weight 0.85) in time
17:22:48 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:48 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.39347964495686 and -59.15287309801819 degrees.
17:22:48 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.39347964495686 and -59.15287309801819 degrees.
17:22:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:48 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:48 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:48 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:48 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:48 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.490718 (min) 0.35837 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.197614 (min) 0.707067 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.609476 (min) -0.534958 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -14.2288 (min) -12.9365 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 2.14221 (min) 3.34366 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.6292 (min) 109.737 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73447 (min) 8.06616 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7139 (min) 34.6036 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000682152 (min) 0.00183643 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:48 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:48 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:48 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:22:48 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:48 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:48 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:48 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:48 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 7
17:22:48 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2 2 0 2]
17:22:48 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0 0 3 0]
17:22:48 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  451.    0.]
 [   0.    0.    0.    0.    0.]
 [ 180.    0.    0.  864.    0.]
 [   6.    0. 1308.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:48 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:48 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:48 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:48 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:48 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.150688790052451
17:22:48 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:48 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:48 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:48 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 4 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 4 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:48 DEBUG   opendrift.models.oceandrift:627: 5 elements reached seafloor, interacting with bottom
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 5 elements to seafloor.
17:22:48 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 5
17:22:48 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:48 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 5 elements
17:22:48 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:48 INFO    opendrift.models.chemicaldrift:1861: partitioning: [184, 0, 316, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:48 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:48 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:48 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:48 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:48 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:48 INFO    opendrift.models.basemodel:2032: 2025-01-06 12:20:59.108291 - step 87 of 96 - 500 active elements (0 deactivated)
17:22:48 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:48 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:48 DEBUG   opendrift.models.basemodel:2051:               57.68513112216736 <- latitude  -> 57.854287732616406
17:22:48 DEBUG   opendrift.models.basemodel:2056:               10.591691996550036 <- longitude -> 10.844332044472115
17:22:48 DEBUG   opendrift.models.basemodel:2061:               -44.67158330547193   <- z ->   0.0
17:22:48 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:48 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 12:00:00 (before)
                2025-01-06 13:00:00 (after)
17:22:50 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:50 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:50 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:50 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:50 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:50 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:50 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 51x41x7) for time after (2025-01-06 13:00:00)
17:22:50 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 12:00:00) in space  (linearNDFast)
17:22:50 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:50 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 13:00:00) in space  (linearNDFast)
17:22:50 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:50 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 12:00:00, weight 0.65) and
                      after (2025-01-06 13:00:00, weight 0.35) in time
17:22:50 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:50 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.408319030416536 and -59.15567894847476 degrees.
17:22:50 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.408319030416536 and -59.15567894847476 degrees.
17:22:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:50 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:50 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:50 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:50 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:50 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.468183 (min) 0.419113 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.219402 (min) 0.695778 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.65599 (min) -0.584604 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -14.285 (min) -12.9755 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 2.49956 (min) 4.17394 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.7745 (min) 110.707 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73906 (min) 8.0931 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7207 (min) 34.5733 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000815246 (min) 0.0019604 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:50 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:50 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:50 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:50 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:50 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:50 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
17:22:50 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2]
17:22:50 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0]
17:22:50 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  451.    0.]
 [   0.    0.    0.    0.    0.]
 [ 182.    0.    0.  868.    0.]
 [   6.    0. 1313.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:50 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:50 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:50 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:50 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:50 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.15326253605825058
17:22:50 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:50 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:50 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:50 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:50 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 1
17:22:50 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:50 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 1 elements
17:22:50 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:50 INFO    opendrift.models.chemicaldrift:1861: partitioning: [186, 0, 314, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:50 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:50 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:50 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:50 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:50 INFO    opendrift.models.basemodel:2032: 2025-01-06 12:50:59.108291 - step 88 of 96 - 500 active elements (0 deactivated)
17:22:50 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:50 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:50 DEBUG   opendrift.models.basemodel:2051:               57.689434042531616 <- latitude  -> 57.85571924556249
17:22:50 DEBUG   opendrift.models.basemodel:2056:               10.579990220178077 <- longitude -> 10.842534376297133
17:22:50 DEBUG   opendrift.models.basemodel:2061:               -45.65674624876173   <- z ->   0.0
17:22:50 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 12:00:00 (before)
                2025-01-06 13:00:00 (after)
17:22:50 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 12:00:00) in space  (linearNDFast)
17:22:50 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:50 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 13:00:00) in space  (linearNDFast)
17:22:50 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:50 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 12:00:00, weight 0.15) and
                      after (2025-01-06 13:00:00, weight 0.85) in time
17:22:50 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:50 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42002080998878 and -59.15747662095664 degrees.
17:22:50 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42002080998878 and -59.15747662095664 degrees.
17:22:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:50 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:50 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:50 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:50 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:50 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.546513 (min) 0.346613 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.221753 (min) 0.674945 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.701743 (min) -0.63221 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -14.3904 (min) -12.5757 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 2.85087 (min) 5.24556 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.7588 (min) 111.353 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.70455 (min) 8.0798 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7014 (min) 34.5766 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000778172 (min) 0.00184368 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:50 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:50 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:50 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:22:50 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:50 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:50 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:50 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:50 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:22:50 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2 2]
17:22:50 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0 0]
17:22:50 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  451.    0.]
 [   0.    0.    0.    0.    0.]
 [ 187.    0.    0.  869.    0.]
 [   6.    0. 1314.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:50 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:50 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:50 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:50 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:50 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.1569101201903197
17:22:50 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:50 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:50 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:50 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:50 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:50 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:50 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:50 DEBUG   opendrift.models.oceandrift:627: 3 elements reached seafloor, interacting with bottom
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:50 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 3
17:22:50 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:50 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 3 elements
17:22:50 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:50 INFO    opendrift.models.chemicaldrift:1861: partitioning: [191, 0, 309, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:50 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:50 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:50 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:50 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:50 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:50 INFO    opendrift.models.basemodel:2032: 2025-01-06 13:20:59.108291 - step 89 of 96 - 500 active elements (0 deactivated)
17:22:50 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:50 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:50 DEBUG   opendrift.models.basemodel:2051:               57.694284011634586 <- latitude  -> 57.86226530198806
17:22:50 DEBUG   opendrift.models.basemodel:2056:               10.56346248731743 <- longitude -> 10.843144686433888
17:22:50 DEBUG   opendrift.models.basemodel:2061:               -46.628692180063126   <- z ->   0.0
17:22:50 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:50 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 13:00:00 (before)
                2025-01-06 14:00:00 (after)
17:22:52 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:52 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:52 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:52 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:52 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:52 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:52 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 51x40x7) for time after (2025-01-06 14:00:00)
17:22:52 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 13:00:00) in space  (linearNDFast)
17:22:52 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:52 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 14:00:00) in space  (linearNDFast)
17:22:52 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:52 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 13:00:00, weight 0.65) and
                      after (2025-01-06 14:00:00, weight 0.35) in time
17:22:52 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:52 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.43654853470208 and -59.156866315820054 degrees.
17:22:52 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.43654853470208 and -59.156866315820054 degrees.
17:22:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:52 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:52 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:52 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:52 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:52 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.556473 (min) 0.268723 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.210256 (min) 0.652758 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.732652 (min) -0.666086 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -14.2297 (min) -12.3659 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 3.56389 (min) 6.1737 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 15.0032 (min) 111.818 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.70936 (min) 8.0902 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.6998 (min) 34.5661 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000740694 (min) 0.00206853 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:52 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:52 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:22:52 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:52 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:52 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:52 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:52 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
17:22:52 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
17:22:52 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
17:22:52 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  451.    0.]
 [   0.    0.    0.    0.    0.]
 [ 188.    0.    0.  872.    0.]
 [   6.    0. 1317.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:52 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:52 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:52 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:52 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:52 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.16231711496238133
17:22:52 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:52 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:52 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 2 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 2 elements to seafloor.
17:22:52 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 2
17:22:52 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:52 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 2 elements
17:22:52 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:52 INFO    opendrift.models.chemicaldrift:1861: partitioning: [192, 0, 308, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:52 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:52 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:52 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 3 elements to seafloor.
17:22:52 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:52 INFO    opendrift.models.basemodel:2032: 2025-01-06 13:50:59.108291 - step 90 of 96 - 500 active elements (0 deactivated)
17:22:52 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:52 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:52 DEBUG   opendrift.models.basemodel:2051:               57.700201468831054 <- latitude  -> 57.868898320014374
17:22:52 DEBUG   opendrift.models.basemodel:2056:               10.546631566411223 <- longitude -> 10.84401267876762
17:22:52 DEBUG   opendrift.models.basemodel:2061:               -46.91505443931202   <- z ->   0.0
17:22:52 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 13:00:00 (before)
                2025-01-06 14:00:00 (after)
17:22:52 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 13:00:00) in space  (linearNDFast)
17:22:52 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:52 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 14:00:00) in space  (linearNDFast)
17:22:52 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:52 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 13:00:00, weight 0.15) and
                      after (2025-01-06 14:00:00, weight 0.85) in time
17:22:52 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:52 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.45337945918237 and -59.15599831619823 degrees.
17:22:52 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.45337945918237 and -59.15599831619823 degrees.
17:22:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:52 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:52 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:52 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:52 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:52 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:52 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:52 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:52 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.528993 (min) 0.296236 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.229344 (min) 0.65326 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.761936 (min) -0.694434 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.8878 (min) -11.9877 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 4.40245 (min) 7.07504 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 15.296 (min) 114.407 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.71995 (min) 8.09665 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7022 (min) 34.5816 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00110289 (min) 0.00247628 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:52 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:52 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:52 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:52 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:52 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:52 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:22:52 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2]
17:22:52 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0]
17:22:52 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  451.    0.]
 [   0.    0.    0.    0.    0.]
 [ 191.    0.    0.  874.    0.]
 [   6.    0. 1319.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:52 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:52 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:52 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:52 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:52 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.17283571817429982
17:22:52 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:52 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:52 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:52 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:22:52 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:22:52 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 1
17:22:52 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:52 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 1 elements
17:22:52 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:52 INFO    opendrift.models.chemicaldrift:1861: partitioning: [195, 0, 305, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:52 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:52 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:52 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:52 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:22:52 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:52 INFO    opendrift.models.basemodel:2032: 2025-01-06 14:20:59.108291 - step 91 of 96 - 500 active elements (0 deactivated)
17:22:52 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:52 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:52 DEBUG   opendrift.models.basemodel:2051:               57.70504153977854 <- latitude  -> 57.87082163456833
17:22:52 DEBUG   opendrift.models.basemodel:2056:               10.532043993414863 <- longitude -> 10.842712337309813
17:22:52 DEBUG   opendrift.models.basemodel:2061:               -47.26173858805269   <- z ->   0.0
17:22:52 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:52 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:52 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:52 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:52 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 14:00:00 (before)
                2025-01-06 15:00:00 (after)
17:22:55 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:22:55 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:22:55 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:22:55 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:22:55 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:22:55 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:22:55 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 50x42x7) for time after (2025-01-06 15:00:00)
17:22:55 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 14:00:00) in space  (linearNDFast)
17:22:55 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 15:00:00) in space  (linearNDFast)
17:22:55 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:22:55 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 14:00:00, weight 0.65) and
                      after (2025-01-06 15:00:00, weight 0.35) in time
17:22:55 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:55 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.46796703479501 and -59.15729865112997 degrees.
17:22:55 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.46796703479501 and -59.15729865112997 degrees.
17:22:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:55 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:55 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:55 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:55 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:55 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:55 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:55 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.567908 (min) 0.311996 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.250454 (min) 0.596944 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.767898 (min) -0.699137 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.7947 (min) -11.6853 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 5.38711 (min) 8.24228 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 15.6136 (min) 117.48 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.73054 (min) 8.09911 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7047 (min) 34.6684 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000479666 (min) 0.00247084 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:55 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:55 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:22:55 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:55 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:55 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:55 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:55 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
17:22:55 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2 2 2]
17:22:55 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0 0 0]
17:22:55 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  451.    0.]
 [   0.    0.    0.    0.    0.]
 [ 197.    0.    0.  875.    0.]
 [   6.    0. 1320.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:55 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:55 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:55 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:55 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:55 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.17825571915241206
17:22:55 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:55 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:55 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 4 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:22:55 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:55 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:55 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:55 INFO    opendrift.models.chemicaldrift:1861: partitioning: [201, 0, 299, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:55 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:55 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:55 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:55 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:22:55 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:55 INFO    opendrift.models.basemodel:2032: 2025-01-06 14:50:59.108291 - step 92 of 96 - 500 active elements (0 deactivated)
17:22:55 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:55 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:55 DEBUG   opendrift.models.basemodel:2051:               57.71002868990049 <- latitude  -> 57.87259846429515
17:22:55 DEBUG   opendrift.models.basemodel:2056:               10.521320689883634 <- longitude -> 10.84374616171492
17:22:55 DEBUG   opendrift.models.basemodel:2061:               -46.84458237045917   <- z ->   0.0
17:22:55 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 14:00:00 (before)
                2025-01-06 15:00:00 (after)
17:22:55 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 14:00:00) in space  (linearNDFast)
17:22:55 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:55 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 15:00:00) in space  (linearNDFast)
17:22:55 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:22:55 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 14:00:00, weight 0.15) and
                      after (2025-01-06 15:00:00, weight 0.85) in time
17:22:55 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:22:55 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47869033331076 and -59.15626482802783 degrees.
17:22:55 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47869033331076 and -59.15626482802783 degrees.
17:22:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:22:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:22:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:22:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:22:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:22:55 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:22:55 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:22:55 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:22:55 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:22:55 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:22:55 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:22:55 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:22:55 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:22:55 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.563775 (min) 0.313212 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.279626 (min) 0.611095 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.761749 (min) -0.693755 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.86 (min) -11.1911 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.41095 (min) 9.49868 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 15.9671 (min) 119.889 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.74756 (min) 8.09993 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7096 (min) 34.655 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000425718 (min) 0.00245545 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:22:55 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:22:55 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:22:55 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:22:55 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:22:55 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:22:55 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:22:55 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:22:55 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
17:22:55 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
17:22:55 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
17:22:55 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  451.    0.]
 [   0.    0.    0.    0.    0.]
 [ 198.    0.    0.  875.    0.]
 [   6.    0. 1320.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:22:55 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:55 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:55 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:22:55 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:22:55 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.18569930785693237
17:22:55 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:22:55 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:22:55 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:22:55 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:22:55 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:22:55 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:22:55 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:22:55 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:22:55 INFO    opendrift.models.chemicaldrift:1861: partitioning: [202, 0, 298, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:22:55 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:22:55 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:22:55 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:22:55 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:22:55 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:22:55 INFO    opendrift.models.basemodel:2032: 2025-01-06 15:20:59.108291 - step 93 of 96 - 500 active elements (0 deactivated)
17:22:55 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:22:55 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:22:55 DEBUG   opendrift.models.basemodel:2051:               57.715347722858624 <- latitude  -> 57.87497577490726
17:22:55 DEBUG   opendrift.models.basemodel:2056:               10.510060234746794 <- longitude -> 10.845133934063536
17:22:55 DEBUG   opendrift.models.basemodel:2061:               -45.741154599147464   <- z ->   0.0
17:22:55 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:22:55 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:22:55 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:22:55 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:22:55 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 15:00:00 (before)
                2025-01-06 16:00:00 (after)
17:23:00 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:23:00 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:23:00 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:23:00 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:23:00 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:23:00 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:23:00 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x42x7) for time after (2025-01-06 16:00:00)
17:23:00 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 15:00:00) in space  (linearNDFast)
17:23:00 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:23:00 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 16:00:00) in space  (linearNDFast)
17:23:00 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 4 elements, expanding data 1
17:23:00 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 15:00:00, weight 0.65) and
                      after (2025-01-06 16:00:00, weight 0.35) in time
17:23:00 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:23:00 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.489950801848224 and -59.15487705509637 degrees.
17:23:00 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.489950801848224 and -59.15487705509637 degrees.
17:23:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:00 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:23:00 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:23:00 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:23:00 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:23:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:00 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:23:00 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:23:00 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:23:00 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:23:00 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:23:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:00 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:23:00 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:23:00 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:23:00 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:23:00 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:23:00 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.539918 (min) 0.304931 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.246508 (min) 0.543802 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.727511 (min) -0.665166 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.1918 (min) -9.60796 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.44857 (min) 10.6869 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 16.4265 (min) 120.9 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.76687 (min) 8.09768 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7152 (min) 34.7043 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00033837 (min) 0.00191047 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:23:00 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:23:00 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:23:00 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:23:00 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:23:00 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:23:00 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:23:00 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
17:23:00 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2 2]
17:23:00 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0 0]
17:23:00 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[   0.    0.    0.  451.    0.]
 [   0.    0.    0.    0.    0.]
 [ 203.    0.    0.  875.    0.]
 [   6.    0. 1320.    0.    0.]
 [   0.    0.    0.    0.    0.]]
17:23:00 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:23:00 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:23:00 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:23:00 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:23:00 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.18277272791174687
17:23:00 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:23:00 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:23:00 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:23:00 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:23:00 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:23:00 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:23:00 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:23:00 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:23:00 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:23:00 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:23:00 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:23:00 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:23:00 DEBUG   opendrift.models.oceandrift:627: 1 elements reached seafloor, interacting with bottom
17:23:00 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:23:00 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 1
17:23:00 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:23:00 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 1 elements
17:23:00 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:23:00 INFO    opendrift.models.chemicaldrift:1861: partitioning: [207, 0, 293, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:23:00 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:23:00 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:23:00 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:23:00 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:23:00 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:23:00 INFO    opendrift.models.basemodel:2032: 2025-01-06 15:50:59.108291 - step 94 of 96 - 500 active elements (0 deactivated)
17:23:00 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:23:00 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:23:00 DEBUG   opendrift.models.basemodel:2051:               57.720054146477196 <- latitude  -> 57.88030023748183
17:23:00 DEBUG   opendrift.models.basemodel:2056:               10.500211059253632 <- longitude -> 10.845752899645394
17:23:00 DEBUG   opendrift.models.basemodel:2061:               -46.92611814237631   <- z ->   0.0
17:23:00 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:23:00 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:23:00 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 15:00:00 (before)
                2025-01-06 16:00:00 (after)
17:23:00 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 15:00:00) in space  (linearNDFast)
17:23:00 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:23:00 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 16:00:00) in space  (linearNDFast)
17:23:00 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:23:00 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 15:00:00, weight 0.15) and
                      after (2025-01-06 16:00:00, weight 0.85) in time
17:23:00 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:23:00 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.499799973008834 and -59.154258085317416 degrees.
17:23:00 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.499799973008834 and -59.154258085317416 degrees.
17:23:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:00 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:23:00 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:23:00 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:23:00 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:23:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:00 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:23:00 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:23:00 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:23:00 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:23:00 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:23:00 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:00 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:23:00 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:23:00 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:23:00 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:23:00 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:23:00 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.486847 (min) 0.267079 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.239039 (min) 0.511276 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.683316 (min) -0.627252 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -12.5052 (min) -7.62064 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.37626 (min) 11.9606 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 17.0462 (min) 121.93 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.78486 (min) 8.09728 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7169 (min) 34.6901 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000259383 (min) 0.00201034 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:23:00 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:23:00 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:23:00 DEBUG   opendrift.models.basemodel:751: Lifting 1 elements to seafloor.
17:23:00 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:23:00 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:23:00 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:23:00 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:23:00 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
17:23:00 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0]
17:23:00 DEBUG   opendrift.models.chemicaldrift:1453: new species: [2]
17:23:00 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[0.000e+00 0.000e+00 1.000e+00 4.510e+02 0.000e+00]
 [0.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00]
 [2.030e+02 0.000e+00 0.000e+00 8.760e+02 0.000e+00]
 [6.000e+00 0.000e+00 1.321e+03 0.000e+00 0.000e+00]
 [0.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00]]
17:23:00 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 1 elements
17:23:00 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:23:00 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:23:00 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:23:00 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.1827085300695036
17:23:00 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:23:00 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:23:00 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:23:00 DEBUG   opendrift.models.oceandrift:609: 3 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:00 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:23:00 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:23:00 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:23:00 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:23:00 INFO    opendrift.models.chemicaldrift:1861: partitioning: [206, 0, 294, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:23:00 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:23:00 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:23:00 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:23:00 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:23:00 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:23:00 INFO    opendrift.models.basemodel:2032: 2025-01-06 16:20:59.108291 - step 95 of 96 - 500 active elements (0 deactivated)
17:23:00 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:23:00 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:23:00 DEBUG   opendrift.models.basemodel:2051:               57.72327636344371 <- latitude  -> 57.886585645809745
17:23:00 DEBUG   opendrift.models.basemodel:2056:               10.49010911471502 <- longitude -> 10.845576410934756
17:23:00 DEBUG   opendrift.models.basemodel:2061:               -47.5662360242135   <- z ->   0.0
17:23:00 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:23:00 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:23:00 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:00 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:23:00 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 16:00:00 (before)
                2025-01-06 17:00:00 (after)
17:23:02 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
17:23:02 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
17:23:02 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
17:23:02 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
17:23:02 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
17:23:02 DEBUG   opendrift.readers.interpolation.structured:62: Filled NaN-values toward seafloor for :['x_sea_water_velocity', 'upward_sea_water_velocity', 'sea_water_salinity', 'sea_water_temperature', 'y_sea_water_velocity']
17:23:02 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 51x43x7) for time after (2025-01-06 17:00:00)
17:23:02 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 16:00:00) in space  (linearNDFast)
17:23:02 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:23:02 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 17:00:00) in space  (linearNDFast)
17:23:02 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
17:23:02 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 16:00:00, weight 0.65) and
                      after (2025-01-06 17:00:00, weight 0.35) in time
17:23:02 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:23:02 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.50990192784876 and -59.15443458097458 degrees.
17:23:02 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.50990192784876 and -59.15443458097458 degrees.
17:23:02 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:02 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:23:02 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:23:02 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:23:02 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:23:02 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:02 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:23:02 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:23:02 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:23:02 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:23:02 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:23:02 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:02 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:23:02 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:23:02 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:23:02 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:23:02 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:23:02 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.461101 (min) 0.249914 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.256532 (min) 0.491645 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.626512 (min) -0.574268 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -11.496 (min) -5.83972 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.09445 (min) 12.3098 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 17.7918 (min) 123.467 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.83048 (min) 8.09858 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 31.7322 (min) 34.6704 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -6.78244e-05 (min) 0.00257394 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:23:02 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:23:02 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:23:02 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:23:02 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:23:02 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:23:02 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:23:02 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:23:02 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2]
17:23:02 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0]
17:23:02 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[0.000e+00 0.000e+00 1.000e+00 4.510e+02 0.000e+00]
 [0.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00]
 [2.060e+02 0.000e+00 0.000e+00 8.760e+02 0.000e+00]
 [6.000e+00 0.000e+00 1.321e+03 0.000e+00 0.000e+00]
 [0.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00]]
17:23:02 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:23:02 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:23:02 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:23:02 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:23:02 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.17920093564490427
17:23:02 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:23:02 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:23:02 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:23:02 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:23:02 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:23:02 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:23:02 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:23:02 INFO    opendrift.models.chemicaldrift:1861: partitioning: [209, 0, 291, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:23:02 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:23:02 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:23:02 DEBUG   opendrift.models.basemodel:887: to be seeded: 0, already seeded 500
17:23:02 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:23:02 DEBUG   opendrift.models.basemodel:2031: ======================================================================
17:23:02 INFO    opendrift.models.basemodel:2032: 2025-01-06 16:50:59.108291 - step 96 of 96 - 500 active elements (0 deactivated)
17:23:02 DEBUG   opendrift.models.basemodel:2038: 0 elements scheduled.
17:23:02 DEBUG   opendrift.models.basemodel:2040: ======================================================================
17:23:02 DEBUG   opendrift.models.basemodel:2051:               57.72711560088522 <- latitude  -> 57.89312685713949
17:23:02 DEBUG   opendrift.models.basemodel:2056:               10.479747251582795 <- longitude -> 10.848343982464996
17:23:02 DEBUG   opendrift.models.basemodel:2061:               -47.608735885123785   <- z ->   0.0
17:23:02 DEBUG   opendrift.models.basemodel:2062: ---------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['sea_floor_depth_below_sea_level', 'x_wind', 'y_wind', 'sea_water_salinity', 'sea_water_temperature', 'x_sea_water_velocity', 'y_sea_water_velocity', 'upward_sea_water_velocity', 'sea_surface_height']
17:23:02 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
17:23:02 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-06 16:00:00 (before)
                2025-01-06 17:00:00 (after)
17:23:02 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-06 16:00:00) in space  (linearNDFast)
17:23:02 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:23:02 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-06 17:00:00) in space  (linearNDFast)
17:23:02 DEBUG   opendrift.readers.interpolation.structured:89: Initialising interpolator.
17:23:02 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-06 16:00:00, weight 0.15) and
                      after (2025-01-06 17:00:00, weight 0.85) in time
17:23:02 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
17:23:02 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.52026378575382 and -59.15166697465785 degrees.
17:23:02 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.52026378575382 and -59.15166697465785 degrees.
17:23:02 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:02 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
17:23:02 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
17:23:02 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:23:02 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:23:02 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:02 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:23:02 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:23:02 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:23:02 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:23:02 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:23:02 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:02 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:23:02 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
17:23:02 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
17:23:02 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
17:23:02 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
17:23:02 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.430049 (min) 0.256505 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.244824 (min) 0.438134 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.561225 (min) -0.513007 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -10.3249 (min) -4.39644 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.42091 (min) 12.7733 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 18.5823 (min) 127.291 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 6.07474 (min) 8.09407 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 32.0009 (min) 34.6744 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.0001303 (min) 0.00226198 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:23:02 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:23:02 DEBUG   opendrift.models.basemodel:746: No elements hit seafloor.
17:23:02 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:23:02 DEBUG   opendrift.models.basemodel:2105: Calling ChemicalDrift.update()
17:23:02 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
17:23:02 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
17:23:02 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
17:23:02 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2]
17:23:02 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0]
17:23:02 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[0.000e+00 0.000e+00 1.000e+00 4.510e+02 0.000e+00]
 [0.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00]
 [2.090e+02 0.000e+00 0.000e+00 8.760e+02 0.000e+00]
 [6.000e+00 0.000e+00 1.321e+03 0.000e+00 0.000e+00]
 [0.000e+00 0.000e+00 0.000e+00 0.000e+00 0.000e+00]]
17:23:02 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:23:02 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:23:02 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
17:23:02 DEBUG   opendrift.models.oceandrift:521: Using functional expression for diffusivity
17:23:02 DEBUG   opendrift.models.oceandrift:526: Diffusivities are in range 0.0 to 0.17541316409973595
17:23:02 DEBUG   opendrift.models.oceandrift:545: TSprofiles deactivated for vertical mixing
17:23:02 DEBUG   opendrift.models.oceandrift:559: Vertical mixing module:windspeed_Large1994
17:23:02 DEBUG   opendrift.models.oceandrift:562: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 2 elements penetrated seafloor, lifting up
17:23:02 DEBUG   opendrift.models.oceandrift:609: 1 elements penetrated seafloor, lifting up
17:23:02 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 0
17:23:02 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
17:23:02 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
17:23:02 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
17:23:02 INFO    opendrift.models.chemicaldrift:1861: partitioning: [212, 0, 288, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
17:23:02 DEBUG   opendrift.models.basemodel:1657: Horizontal diffusivity is 0, no random walk.
17:23:02 DEBUG   opendrift.models.basemodel:2120: 500 active elements (0 deactivated)
17:23:02 DEBUG   opendrift.models.basemodel:2149: Cleaning up
17:23:02 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
17:23:02 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
17:23:02 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
17:23:02 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
17:23:02 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
17:23:02 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
17:23:02 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
17:23:02 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
17:23:02 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
17:23:02 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
17:23:02 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
17:23:02 DEBUG   opendrift.models.basemodel:707: No elements hit coastline.
17:23:02 DEBUG   opendrift.models.basemodel:1706: No elements to deactivate
17:23:02 DEBUG   opendrift.models.basemodel:96: Changed mode from Mode.Run to Mode.Result

Print and plot results

print('Final speciation:')
for isp,sp in enumerate(o.name_species):
    print ('{:32}: {:>6}'.format(sp,sum(o.elements.specie==isp)))

print('Number of transformations:')
for isp in range(o.nspecies):
    print('{}'.format(['{:>9}'.format(np.int32(item)) for item in o.ntransformations[isp,:]]) )

mass = o.get_property('mass')
mass_d = o.get_property('mass_degraded')
mass_v = o.get_property('mass_volatilized')

m_pre = sum(mass[0][-1])
m_deg = sum(mass_d[0][-1])
m_vol = sum(mass_v[0][-1])
m_tot = m_pre + m_deg + m_vol

print('Mass budget for target chemical:')
print('mass preserved       : {:.3f}'.format(m_pre * 1e-6),' g   {:.3f}'.format(m_pre/m_tot*100),'%')
print('mass degraded        : {:.3f}'.format(m_deg * 1e-6),' g   {:.3f}'.format(m_deg/m_tot*100),'%')
print('mass volatilized     : {:.3f}'.format(m_vol * 1e-6),' g   {:.3f}'.format(m_vol/m_tot*100),'%')

legend=['dissolved', '', 'SPM', 'sediment', '']

o.animation_profile(color='specie',
            markersize='mass',
            markersize_scaling=30,
            alpha=.5,
            vmin=0,vmax=o.nspecies-1,
            legend = legend,
            legend_loc = 3,
            fps = 10
            )
Final speciation:
LMM                             :    212
Humic colloid                   :      0
Particle reversible             :    288
Sediment reversible             :      0
Sediment slowly reversible      :      0
Number of transformations:
['        0', '        0', '        1', '      451', '        0']
['        0', '        0', '        0', '        0', '        0']
['      209', '        0', '        0', '      876', '        0']
['        6', '        0', '     1321', '        0', '        0']
['        0', '        0', '        0', '        0', '        0']
Mass budget for target chemical:
mass preserved       : 0.558  g   55.774 %
mass degraded        : 0.438  g   43.835 %
mass volatilized     : 0.004  g   0.392 %
17:23:02 DEBUG   opendrift.models.basemodel:3041: Saving animation..
17:23:03 INFO    opendrift.models.basemodel:4606: Saving animation to /root/project/docs/source/gallery/animations/example_chemicaldrift_0.gif...
17:23:16 DEBUG   opendrift.models.basemodel:4644: MPLBACKEND = agg
17:23:16 DEBUG   opendrift.models.basemodel:4645: DISPLAY = None
17:23:16 DEBUG   opendrift.models.basemodel:4646: Time to save animation: 0:00:13.080329
17:23:16 INFO    opendrift.models.basemodel:3248: Time to make animation: 0:00:13.329043
../_images/example_chemicaldrift_0.gif
o.animation(color='specie',
            markersize='mass',
            markersize_scaling=100,
            alpha=.5,
            vmin=0,vmax=o.nspecies-1,
            colorbar=False,
            fast = True,
            legend = legend,
            legend_loc = 3,
            fps=10
            )
17:23:16 DEBUG   opendrift.models.basemodel:2361: Setting up map: corners=None, fast=True, lscale=None
17:23:16 WARNING opendrift.models.basemodel:2407: Plotting fast. This will make your plots less accurate.
17:23:17 DEBUG   opendrift.models.basemodel:3041: Saving animation..
17:23:17 INFO    opendrift.models.basemodel:4606: Saving animation to /root/project/docs/source/gallery/animations/example_chemicaldrift_1.gif...
17:24:45 DEBUG   opendrift.models.basemodel:4644: MPLBACKEND = agg
17:24:45 DEBUG   opendrift.models.basemodel:4645: DISPLAY = None
17:24:45 DEBUG   opendrift.models.basemodel:4646: Time to save animation: 0:01:27.855312
17:24:45 INFO    opendrift.models.basemodel:3034: Time to make animation: 0:01:29.171761
../_images/example_chemicaldrift_1.gif
o.plot_mass(legend = legend,
            time_unit = 'hours',
            title = 'Chemical mass budget')
Chemical mass budget
dissolved : 0.16890440625g (30.28391946664309%)
SPM : 0.388831875g (69.71608053335692%)
sediment : 0.0g (0.0%)
/root/project/opendrift/models/chemicaldrift.py:3006: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
  ax.axes.get_xaxis().set_ticklabels(np.round(ax.axes.get_xticks() * time_conversion_factor))

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

Gallery generated by Sphinx-Gallery