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()
07:37:58 DEBUG   opendrift.config:168: Adding 18 config items from __init__
07:37:58 DEBUG   opendrift.config:178:   Overwriting config item readers:max_number_of_fails
07:37:58 DEBUG   opendrift.config:168: Adding 13 config items from __init__
07:37:58 INFO    opendrift.models.basemodel:506: OpenDriftSimulation initialised (version 1.12.0 / v1.12.0-83-gc7bcbdf)
07:37:58 DEBUG   opendrift.config:168: Adding 15 config items from oceandrift
07:37:58 DEBUG   opendrift.config:178:   Overwriting config item seed:z
07:37:58 DEBUG   opendrift.config:168: Adding 71 config items from chemicaldrift
07:37:58 INFO    opendrift.readers:58: Opening file with xr.open_dataset
07:37:59 DEBUG   opendrift.readers.reader_netCDF_CF_generic:128: Finding coordinate variables.
07:37:59 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'}
07:37:59 INFO    opendrift.readers.reader_netCDF_CF_generic:338: Detected dimensions: {'x': 'X', 'y': 'Y', 'z': 'depth', 'time': 'time'}
07:37:59 DEBUG   opendrift.readers.reader_netCDF_CF_generic:374: Skipped variables without standard_name: ['angle', 'tke', 'ubar', 'vbar']
07:37: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
07:37:59 DEBUG   opendrift.readers.basereader:186: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
07:37:59 DEBUG   opendrift.readers.basereader.variables:563: Adding variable mapping: ['x_wind', 'y_wind'] -> wind_speed
07:37:59 DEBUG   opendrift.readers.basereader.variables:563: Adding variable mapping: ['x_sea_water_velocity', 'y_sea_water_velocity'] -> sea_water_speed
07:37:59 DEBUG   opendrift.readers.basereader:186: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
07:37:59 DEBUG   opendrift.models.basemodel.environment:328: Added reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:37: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)
07:37:59 DEBUG   opendrift.models.chemicaldrift:870: Partitioning coefficients (Tref,freshwater)
07:37:59 DEBUG   opendrift.models.chemicaldrift:871: KOC_sed: 12953.922406542462 L/KgOC
07:37:59 DEBUG   opendrift.models.chemicaldrift:872: KOC_SPM: 12953.922406542462 L/KgOC
07:37:59 DEBUG   opendrift.models.chemicaldrift:873: KOC_DOM: 3004.29439651874 L/KgOC
07:37:59 DEBUG   opendrift.models.chemicaldrift:885: Kd_sed: 647.6961203271231 L/Kg
07:37:59 DEBUG   opendrift.models.chemicaldrift:886: Kd_SPM: 647.6961203271231 L/Kg
07:37:59 DEBUG   opendrift.models.chemicaldrift:887: Kd_DOM: 1580.2588525688573 L/Kg
07:37:59 DEBUG   opendrift.models.chemicaldrift:1104: nspecies: 5
07:37: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]]
07:37:59 DEBUG   opendrift.models.chemicaldrift:509: Initial partitioning:
07:37:59 DEBUG   opendrift.models.chemicaldrift:511:       449   0 LMM
07:37:59 DEBUG   opendrift.models.chemicaldrift:511:         0   1 Humic colloid
07:37:59 DEBUG   opendrift.models.chemicaldrift:511:        51   2 Particle reversible
07:37:59 DEBUG   opendrift.models.chemicaldrift:511:         0   3 Sediment reversible
07:37:59 DEBUG   opendrift.models.chemicaldrift:511:         0   4 Sediment slowly reversible
07:37: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...
07:37:59 DEBUG   opendrift.readers.basereader:186: Variable mapping: ['sea_floor_depth_below_sea_level'] -> ['land_binary_mask'] is not activated
07:38:03 DEBUG   opendrift.models.basemodel.environment:328: Added reader global_landmask
07:38:03 INFO    opendrift.models.basemodel.environment:245: Fallback values will be used for the following variables which have no readers:
07:38:03 INFO    opendrift.models.basemodel.environment:248:    ocean_vertical_diffusivity: 0.000100
07:38:03 INFO    opendrift.models.basemodel.environment:248:    spm: 1.000000
07:38:03 INFO    opendrift.models.basemodel.environment:248:    active_sediment_layer_thickness: 0.030000
07:38:03 INFO    opendrift.models.basemodel.environment:248:    doc: 0.000000
07:38:03 INFO    opendrift.models.basemodel.environment:248:    sea_water_ph_reported_on_total_scale: 8.100000
07:38:03 INFO    opendrift.models.basemodel.environment:248:    pH_sediment: 6.900000
07:38:03 DEBUG   opendrift.models.basemodel:97: Changed mode from Mode.Config to Mode.Ready

Running model

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

07:38:04 DEBUG   opendrift.models.basemodel:1775: No output file is specified, neglecting export_buffer_length
07:38:04 DEBUG   opendrift.models.basemodel:1893: Finalizing environment and preparing readers for simulation coverage ([4.69639997080836, 54.43270917325407, 16.516793922624256, 60.761642023034995]) and time (2025-01-27 07:37:59.782365 to 2025-01-29 07:37:59.782365)
07:38:04 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]
07:38:04 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
07:38:04 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
07:38:04 DEBUG   opendrift.readers.basereader.variables:549: Nothing more to prepare for https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:04 DEBUG   opendrift.models.basemodel.environment:180:    Preparing constant_reader for extent [4.69639997080836, 54.43270917325407, 16.516793922624256, 60.761642023034995]
07:38:04 DEBUG   opendrift.readers.basereader.variables:549: Nothing more to prepare for constant_reader
07:38:04 DEBUG   opendrift.models.basemodel.environment:180:    Preparing global_landmask for extent [4.69639997080836, 54.43270917325407, 16.516793922624256, 60.761642023034995]
07:38:04 DEBUG   opendrift.readers.basereader.variables:549: Nothing more to prepare for global_landmask
07:38:04 DEBUG   opendrift.models.basemodel:1971: Initial self.result, size Frozen({'trajectory': 500, 'time': 97})
07:38:04 INFO    opendrift.models.basemodel:917: Using existing reader for land_binary_mask
07:38:04 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:04 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:04 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:04 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:04 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:04 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:04 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:04 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:04 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:04 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:04 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:04 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:04 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:04 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:04 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:04 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:04 INFO    opendrift.models.basemodel:928: All points are in ocean
07:38:04 INFO    opendrift.models.chemicaldrift:352: Number of species: 5
07:38:04 INFO    opendrift.models.chemicaldrift:354:   0 LMM
07:38:04 INFO    opendrift.models.chemicaldrift:354:   1 Humic colloid
07:38:04 INFO    opendrift.models.chemicaldrift:354:   2 Particle reversible
07:38:04 INFO    opendrift.models.chemicaldrift:354:   3 Sediment reversible
07:38:04 INFO    opendrift.models.chemicaldrift:354:   4 Sediment slowly reversible
07:38:04 INFO    opendrift.models.chemicaldrift:357: transfer setup: organics
07:38:04 INFO    opendrift.models.chemicaldrift:359: nspecies: 5
07:38:04 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]]
07:38:04 DEBUG   opendrift.models.basemodel:872: to be seeded: 500, already seeded 0
07:38:04 DEBUG   opendrift.models.basemodel:890: Released 500 new elements.
07:38:04 WARNING opendrift.models.basemodel:711: 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.
07:38:04 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:04 INFO    opendrift.models.basemodel:2045: 2025-01-27 07:37:59.782365 - step 1 of 96 - 500 active elements (0 deactivated)
07:38:04 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:04 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:04 DEBUG   opendrift.models.basemodel:2064:               57.546223 <- latitude  -> 57.64813
07:38:04 DEBUG   opendrift.models.basemodel:2069:               10.507113 <- longitude -> 10.70608
07:38:04 DEBUG   opendrift.models.basemodel:2074:               -9.98847   <- z ->   -0.046954762
07:38:04 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:04 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:04 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']
07:38:04 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:04 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:04 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:04 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:04 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:04 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 07:00:00 (before)
                2025-01-27 08:00:00 (after)
07:38:05 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:05 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:05 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:05 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:05 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:05 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:05 DEBUG   opendrift.readers.basereader.structured:292: Fetched env-block (size 37x35x7) for time before (2025-01-27 07:00:00)
07:38:07 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:07 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:07 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:07 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:07 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:07 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:07 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 37x35x7) for time after (2025-01-27 08:00:00)
07:38:07 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 07:00:00) in space  (linearNDFast)
07:38:07 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:07 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 08:00:00) in space  (linearNDFast)
07:38:07 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:07 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 07:00:00, weight 0.37) and
                      after (2025-01-27 08:00:00, weight 0.63) in time
07:38:07 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:07 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4929004930107 and -59.29392585710053 degrees.
07:38:07 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4929004930107 and -59.29392585710053 degrees.
07:38:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:07 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:07 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:07 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:07 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:07 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:07 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:07 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:07 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:07 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:07 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:07 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:07 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.163196 (min) 0.220129 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.115845 (min) 0.807946 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.668083 (min) -0.638287 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -10.491 (min) -10.2612 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.28547 (min) 10.0986 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.53077 (min) 23.882 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 4.7999 (min) 7.25019 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 27.283 (min) 31.6859 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000294689 (min) 7.93469e-05 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:07 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:07 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:07 DEBUG   opendrift.models.basemodel:731: No elements hit seafloor.
07:38:07 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:07 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:07 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)
07:38:07 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:07 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
07:38:07 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
07:38:07 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
07:38:07 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.]]
07:38:07 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:07 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:07 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:07 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:07 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.15125648764553942
07:38:07 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:07 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:07 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:07 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 66 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 75 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 73 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 67 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 65 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 71 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 65 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:07 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:07 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 2
07:38:07 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:07 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 2 elements
07:38:07 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:07 INFO    opendrift.models.chemicaldrift:1861: partitioning: [450, 0, 50, 0, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:07 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:07 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:07 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:07 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:07 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:07 INFO    opendrift.models.basemodel:2045: 2025-01-27 08:07:59.782365 - step 2 of 96 - 500 active elements (0 deactivated)
07:38:07 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:07 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:07 DEBUG   opendrift.models.basemodel:2064:               57.55573865509717 <- latitude  -> 57.659417130752225
07:38:07 DEBUG   opendrift.models.basemodel:2069:               10.508943818532481 <- longitude -> 10.70742409488136
07:38:07 DEBUG   opendrift.models.basemodel:2074:               -20.33591293072773   <- z ->   -0.049750643063877664
07:38:07 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:07 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:07 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:07 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:07 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:07 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 08:00:00 (before)
                2025-01-27 09:00:00 (after)
07:38:09 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:09 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:09 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:09 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:09 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:09 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:09 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 38x34x7) for time after (2025-01-27 09:00:00)
07:38:09 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 08:00:00) in space  (linearNDFast)
07:38:09 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:09 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 09:00:00) in space  (linearNDFast)
07:38:09 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:09 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 08:00:00, weight 0.87) and
                      after (2025-01-27 09:00:00, weight 0.13) in time
07:38:09 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:09 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.49106726495402 and -59.292586961211015 degrees.
07:38:09 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.49106726495402 and -59.292586961211015 degrees.
07:38:09 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:09 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:09 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:09 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:09 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:09 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:09 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:09 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:09 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:09 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:09 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:09 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:09 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:09 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:09 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:09 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:09 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:09 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:09 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:09 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:09 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:09 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.111131 (min) 0.28528 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0305537 (min) 0.825045 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.681342 (min) -0.653 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -11.2218 (min) -11.0302 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.43626 (min) 9.84997 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.42705 (min) 23.3703 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 4.98029 (min) 7.44108 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 27.6822 (min) 32.1758 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000335511 (min) 9.96679e-05 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:09 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:09 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:09 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:09 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:09 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)
07:38:09 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:09 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 15
07:38:09 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 2 0 0 2 0 0]
07:38:09 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 0 3 3 0 3 3]
07:38:09 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 13.  0.]
 [ 0.  0.  0.  0.  0.]
 [ 3.  0.  0.  2.  0.]
 [ 0.  0.  2.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
07:38:09 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:09 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:09 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:09 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:09 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.1600232495187066
07:38:09 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:09 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:09 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:09 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 72 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 75 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 68 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 70 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 72 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 67 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 68 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:09 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:09 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 4
07:38:09 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:09 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 4 elements
07:38:09 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:09 INFO    opendrift.models.chemicaldrift:1861: partitioning: [439, 0, 50, 11, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:09 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:09 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:09 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:09 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:09 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:09 INFO    opendrift.models.basemodel:2045: 2025-01-27 08:37:59.782365 - step 3 of 96 - 500 active elements (0 deactivated)
07:38:09 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:09 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:09 DEBUG   opendrift.models.basemodel:2064:               57.5574133970585 <- latitude  -> 57.665011288092124
07:38:09 DEBUG   opendrift.models.basemodel:2069:               10.511050615875929 <- longitude -> 10.709406422378988
07:38:09 DEBUG   opendrift.models.basemodel:2074:               -21.191081910811448   <- z ->   -0.17480982854256166
07:38:09 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:09 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:09 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:09 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:09 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:09 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 08:00:00 (before)
                2025-01-27 09:00:00 (after)
07:38:09 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 08:00:00) in space  (linearNDFast)
07:38:09 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:09 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 09:00:00) in space  (linearNDFast)
07:38:09 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:10 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 08:00:00, weight 0.37) and
                      after (2025-01-27 09:00:00, weight 0.63) in time
07:38:10 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:10 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48896047416303 and -59.29060462511633 degrees.
07:38:10 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48896047416303 and -59.29060462511633 degrees.
07:38:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:10 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:10 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:10 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:10 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:10 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:10 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:10 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:10 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:10 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:10 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:10 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:10 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.148825 (min) 0.307124 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.0147566 (min) 0.782919 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.684758 (min) -0.655955 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -12.6448 (min) -12.3401 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.30621 (min) 8.92056 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.31478 (min) 23.3006 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.28099 (min) 7.43454 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.2064 (min) 32.1792 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000379142 (min) 9.79781e-05 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:10 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:10 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:10 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:10 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:10 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:10 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
07:38:10 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2 0 0 0 0 0 0 0]
07:38:10 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 3 3 3 3 3 3 3]
07:38:10 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 21.  0.]
 [ 0.  0.  0.  0.  0.]
 [ 4.  0.  0.  4.  0.]
 [ 0.  0.  6.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
07:38:10 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:10 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:10 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:10 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:10 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.16937387848108376
07:38:10 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:10 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:10 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:10 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 71 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 88 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 77 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 66 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 71 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 68 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:10 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:10 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 3
07:38:10 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:10 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 3 elements
07:38:10 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:10 INFO    opendrift.models.chemicaldrift:1861: partitioning: [432, 0, 51, 17, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:10 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:10 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:10 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:10 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:10 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:10 INFO    opendrift.models.basemodel:2045: 2025-01-27 09:07:59.782365 - step 4 of 96 - 500 active elements (0 deactivated)
07:38:10 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:10 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:10 DEBUG   opendrift.models.basemodel:2064:               57.56197558476 <- latitude  -> 57.673371407428725
07:38:10 DEBUG   opendrift.models.basemodel:2069:               10.513746374828592 <- longitude -> 10.711594745971546
07:38:10 DEBUG   opendrift.models.basemodel:2074:               -21.880715179013205   <- z ->   -0.007061816503162621
07:38:10 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:10 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:10 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:10 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:10 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:10 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 09:00:00 (before)
                2025-01-27 10:00:00 (after)
07:38:11 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:11 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:11 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:11 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:11 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:11 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:11 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 40x35x7) for time after (2025-01-27 10:00:00)
07:38:11 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 09:00:00) in space  (linearNDFast)
07:38:11 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:11 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 10:00:00) in space  (linearNDFast)
07:38:11 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:11 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 09:00:00, weight 0.87) and
                      after (2025-01-27 10:00:00, weight 0.13) in time
07:38:11 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:11 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4862646982974 and -59.28841631520274 degrees.
07:38:11 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4862646982974 and -59.28841631520274 degrees.
07:38:11 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:11 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:11 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:11 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:11 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:11 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:11 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:11 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:11 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:11 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:11 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:11 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:11 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:11 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:11 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:11 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:11 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:11 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.202835 (min) 0.30732 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.00512132 (min) 0.812099 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.680321 (min) -0.651917 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.7031 (min) -13.2593 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.30716 (min) 8.51946 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.2451 (min) 23.2469 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.18742 (min) 7.41713 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.0451 (min) 32.1708 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000394167 (min) 9.92202e-05 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:11 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:11 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:11 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:11 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:11 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
07:38:11 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0]
07:38:11 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3]
07:38:11 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 26.  0.]
 [ 0.  0.  0.  0.  0.]
 [ 4.  0.  0.  5.  0.]
 [ 0.  0.  9.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
07:38:11 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:11 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:11 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:11 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:11 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.1816450714887793
07:38:11 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:11 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:11 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:11 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 68 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 71 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 71 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 68 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 72 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 70 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 70 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 67 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 71 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 72 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 67 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 68 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 3
07:38:11 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:11 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 3 elements
07:38:11 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:11 INFO    opendrift.models.chemicaldrift:1861: partitioning: [427, 0, 53, 20, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:11 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:11 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:11 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:11 INFO    opendrift.models.basemodel:2045: 2025-01-27 09:37:59.782365 - step 5 of 96 - 500 active elements (0 deactivated)
07:38:11 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:11 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:11 DEBUG   opendrift.models.basemodel:2064:               57.56950805739244 <- latitude  -> 57.68491403001568
07:38:11 DEBUG   opendrift.models.basemodel:2069:               10.516271704061463 <- longitude -> 10.713971415422884
07:38:11 DEBUG   opendrift.models.basemodel:2074:               -21.803022384643555   <- z ->   0.0
07:38:11 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:11 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:11 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 09:00:00 (before)
                2025-01-27 10:00:00 (after)
07:38:11 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 09:00:00) in space  (linearNDFast)
07:38:11 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:11 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 10:00:00) in space  (linearNDFast)
07:38:11 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:11 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 09:00:00, weight 0.37) and
                      after (2025-01-27 10:00:00, weight 0.63) in time
07:38:11 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:11 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48373938165849 and -59.2860396370885 degrees.
07:38:11 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.48373938165849 and -59.2860396370885 degrees.
07:38:11 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:11 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:11 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:11 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:11 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:11 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:11 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:11 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:11 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:11 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:11 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:11 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:11 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:11 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:11 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:11 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:11 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:11 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.153092 (min) 0.314749 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0421861 (min) 0.795545 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.656648 (min) -0.628714 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.6089 (min) -13.2394 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.58805 (min) 8.66971 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.17458 (min) 23.214 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.23167 (min) 7.41411 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.0766 (min) 32.1694 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000403265 (min) 0.000109198 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:11 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:11 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:11 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:11 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:11 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:11 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:11 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 10
07:38:11 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 0 0 0 2 0 0 0 0]
07:38:11 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 3 3 3 0 3 3 3 3]
07:38:11 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 33.  0.]
 [ 0.  0.  0.  0.  0.]
 [ 7.  0.  0.  6.  0.]
 [ 0.  0. 12.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
07:38:11 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:11 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:11 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:11 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:11 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.18333463555425902
07:38:11 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:11 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:11 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:11 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 71 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 73 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 65 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 69 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 69 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:11 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:11 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 8
07:38:11 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:11 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 8 elements
07:38:11 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:11 INFO    opendrift.models.chemicaldrift:1861: partitioning: [423, 0, 57, 20, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:11 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:11 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:11 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:11 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:11 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:11 INFO    opendrift.models.basemodel:2045: 2025-01-27 10:07:59.782365 - step 6 of 96 - 500 active elements (0 deactivated)
07:38:11 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:11 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:11 DEBUG   opendrift.models.basemodel:2064:               57.56950805739243 <- latitude  -> 57.68756097447782
07:38:11 DEBUG   opendrift.models.basemodel:2069:               10.519567476355107 <- longitude -> 10.716500210204595
07:38:11 DEBUG   opendrift.models.basemodel:2074:               -21.803022384643555   <- z ->   -0.09298976072112097
07:38:11 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:11 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:11 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:11 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:11 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 10:00:00 (before)
                2025-01-27 11:00:00 (after)
07:38:13 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:13 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:13 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:13 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:13 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:13 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:13 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 41x35x7) for time after (2025-01-27 11:00:00)
07:38:13 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 10:00:00) in space  (linearNDFast)
07:38:13 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:13 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 11:00:00) in space  (linearNDFast)
07:38:13 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:13 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 10:00:00, weight 0.87) and
                      after (2025-01-27 11:00:00, weight 0.13) in time
07:38:13 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:13 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.480443604037205 and -59.28351083162452 degrees.
07:38:13 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.480443604037205 and -59.28351083162452 degrees.
07:38:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:13 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:13 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:13 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:13 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:13 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0986456 (min) 0.3512 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0767975 (min) 0.802377 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.630383 (min) -0.598682 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.5952 (min) -13.1951 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.74632 (min) 8.8186 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.18129 (min) 23.213 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.23373 (min) 7.40579 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.0217 (min) 32.1579 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000395292 (min) 0.000130729 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:13 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:13 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:13 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:13 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:13 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:13 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 12
07:38:13 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 0 0 0]
07:38:13 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 3 3 3]
07:38:13 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 45.  0.]
 [ 0.  0.  0.  0.  0.]
 [ 7.  0.  0.  7.  0.]
 [ 0.  0. 20.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
07:38:13 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:13 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:13 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:13 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:13 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.1862225640488902
07:38:13 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:13 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:13 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:13 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 73 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 71 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 67 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 10
07:38:13 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:13 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 10 elements
07:38:13 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:13 INFO    opendrift.models.chemicaldrift:1861: partitioning: [411, 0, 65, 24, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:13 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:13 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:13 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:13 INFO    opendrift.models.basemodel:2045: 2025-01-27 10:37:59.782365 - step 7 of 96 - 500 active elements (0 deactivated)
07:38:13 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:13 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:13 DEBUG   opendrift.models.basemodel:2064:               57.56950805739243 <- latitude  -> 57.69363603353568
07:38:13 DEBUG   opendrift.models.basemodel:2069:               10.523024217398964 <- longitude -> 10.720323034848363
07:38:13 DEBUG   opendrift.models.basemodel:2074:               -22.02649688720703   <- z ->   -0.0842905378321337
07:38:13 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 10:00:00 (before)
                2025-01-27 11:00:00 (after)
07:38:13 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 10:00:00) in space  (linearNDFast)
07:38:13 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:13 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 11:00:00) in space  (linearNDFast)
07:38:13 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:13 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 10:00:00, weight 0.37) and
                      after (2025-01-27 11:00:00, weight 0.63) in time
07:38:13 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:13 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47698686988661 and -59.27968802451819 degrees.
07:38:13 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.47698686988661 and -59.27968802451819 degrees.
07:38:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:13 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:13 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:13 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:13 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:13 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:13 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:13 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:13 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0947626 (min) 0.32555 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.104658 (min) 0.807401 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.587685 (min) -0.547847 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.4242 (min) -13.1359 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.98541 (min) 8.81176 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.22144 (min) 22.9598 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.19688 (min) 7.3829 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 27.9643 (min) 32.1183 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000379606 (min) 0.000165644 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:13 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:13 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:13 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:13 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:13 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:13 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:13 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 14
07:38:13 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 0 0 0 0 0 2 0 0 0 0 2 0]
07:38:13 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3 3 3 3 3 0 3 3 3 3 0 3]
07:38:13 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 56.  0.]
 [ 0.  0.  0.  0.  0.]
 [10.  0.  0.  9.  0.]
 [ 0.  0. 30.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
07:38:13 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:13 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:13 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:13 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:13 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.1842081272687588
07:38:13 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:13 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:13 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:13 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:13 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:13 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:13 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 13
07:38:13 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:13 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 13 elements
07:38:13 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:13 INFO    opendrift.models.chemicaldrift:1861: partitioning: [403, 0, 72, 25, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:13 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:13 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:13 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:13 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:13 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:13 INFO    opendrift.models.basemodel:2045: 2025-01-27 11:07:59.782365 - step 8 of 96 - 500 active elements (0 deactivated)
07:38:13 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:13 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:13 DEBUG   opendrift.models.basemodel:2064:               57.569508057392426 <- latitude  -> 57.69605844996128
07:38:13 DEBUG   opendrift.models.basemodel:2069:               10.52560077159581 <- longitude -> 10.723367043506094
07:38:13 DEBUG   opendrift.models.basemodel:2074:               -22.02649688720703   <- z ->   -0.0617871916460091
07:38:13 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:13 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:13 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:13 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:13 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 11:00:00 (before)
                2025-01-27 12:00:00 (after)
07:38:14 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:14 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:14 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:14 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:14 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:14 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:14 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 42x34x7) for time after (2025-01-27 12:00:00)
07:38:14 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 11:00:00) in space  (linearNDFast)
07:38:14 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:14 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 12:00:00) in space  (linearNDFast)
07:38:14 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:14 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 11:00:00, weight 0.87) and
                      after (2025-01-27 12:00:00, weight 0.13) in time
07:38:14 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:14 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.474410299427376 and -59.276644003860994 degrees.
07:38:14 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.474410299427376 and -59.276644003860994 degrees.
07:38:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:14 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:14 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:14 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:14 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:14 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.135631 (min) 0.33347 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.12922 (min) 0.704418 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.539908 (min) -0.493722 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.2579 (min) -12.975 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.33772 (min) 9.06316 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.21097 (min) 22.8183 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.29765 (min) 7.35428 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.2471 (min) 32.0803 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000368168 (min) 0.000195509 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:14 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:14 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:14 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:14 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:14 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:14 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
07:38:14 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0]
07:38:14 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3]
07:38:14 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 65.  0.]
 [ 0.  0.  0.  0.  0.]
 [10.  0.  0. 12.  0.]
 [ 0.  0. 43.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
07:38:14 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:14 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:14 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:14 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:14 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.1837191730035077
07:38:14 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:14 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:14 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:14 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:14 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 14
07:38:14 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:14 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 14 elements
07:38:14 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:14 INFO    opendrift.models.chemicaldrift:1861: partitioning: [394, 0, 82, 24, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:14 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:14 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:14 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:14 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:14 INFO    opendrift.models.basemodel:2045: 2025-01-27 11:37:59.782365 - step 9 of 96 - 500 active elements (0 deactivated)
07:38:14 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:14 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:14 DEBUG   opendrift.models.basemodel:2064:               57.56950805739242 <- latitude  -> 57.70112162196134
07:38:14 DEBUG   opendrift.models.basemodel:2069:               10.528982618424882 <- longitude -> 10.7286683839965
07:38:14 DEBUG   opendrift.models.basemodel:2074:               -22.02649688720703   <- z ->   -0.03046632589816678
07:38:14 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:14 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']
07:38:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 11:00:00 (before)
                2025-01-27 12:00:00 (after)
07:38:14 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 11:00:00) in space  (linearNDFast)
07:38:14 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:14 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 12:00:00) in space  (linearNDFast)
07:38:14 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:14 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 11:00:00, weight 0.37) and
                      after (2025-01-27 12:00:00, weight 0.63) in time
07:38:14 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:14 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4710284538364 and -59.271342651498784 degrees.
07:38:14 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4710284538364 and -59.271342651498784 degrees.
07:38:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:14 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:14 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:14 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:14 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:14 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:14 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:14 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:14 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0552838 (min) 0.342347 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.144705 (min) 0.728346 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.478155 (min) -0.429782 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -13.0283 (min) -12.5715 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.86495 (min) 9.76649 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.316 (min) 23.18 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.42171 (min) 7.33044 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.3191 (min) 32.0707 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000370535 (min) 0.00021148 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:14 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:14 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:14 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:14 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:14 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:14 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:14 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 17
07:38:14 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
07:38:14 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3]
07:38:14 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 81.  0.]
 [ 0.  0.  0.  0.  0.]
 [11.  0.  0. 16.  0.]
 [ 0.  0. 57.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
07:38:14 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:14 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:14 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:14 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:14 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.18772152576576506
07:38:14 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:14 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:14 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:14 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 67 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 69 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 43 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 43 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 43 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 43 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 43 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 43 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 43 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 43 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 43 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 43 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 43 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 43 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 43 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 43 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 43 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 43 elements to seafloor.
07:38:14 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:14 DEBUG   opendrift.models.oceandrift:535: 43 elements reached seafloor, interacting with bottom
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 43 elements to seafloor.
07:38:14 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 22
07:38:14 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:14 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 22 elements
07:38:14 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:14 INFO    opendrift.models.chemicaldrift:1861: partitioning: [379, 0, 100, 21, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:14 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:14 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:14 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:14 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:14 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:14 INFO    opendrift.models.basemodel:2045: 2025-01-27 12:07:59.782365 - step 10 of 96 - 500 active elements (0 deactivated)
07:38:14 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:14 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:14 DEBUG   opendrift.models.basemodel:2064:               57.56716927711482 <- latitude  -> 57.707443677758455
07:38:14 DEBUG   opendrift.models.basemodel:2069:               10.530766015475676 <- longitude -> 10.738196859027887
07:38:14 DEBUG   opendrift.models.basemodel:2074:               -22.02649688720703   <- z ->   -0.0639172712379037
07:38:14 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:14 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']
07:38:14 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:14 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:14 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:14 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 12:00:00 (before)
                2025-01-27 13:00:00 (after)
07:38:16 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:16 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:16 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:16 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:16 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:16 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:16 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 44x34x7) for time after (2025-01-27 13:00:00)
07:38:16 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 12:00:00) in space  (linearNDFast)
07:38:16 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:16 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 13:00:00) in space  (linearNDFast)
07:38:16 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:16 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 12:00:00, weight 0.87) and
                      after (2025-01-27 13:00:00, weight 0.13) in time
07:38:16 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:16 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.469245056842524 and -59.261814175524115 degrees.
07:38:16 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.469245056842524 and -59.261814175524115 degrees.
07:38:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:16 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:16 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:16 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:16 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:16 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:16 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:16 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:16 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:16 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.110311 (min) 0.320748 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.151033 (min) 0.665073 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.421896 (min) -0.371896 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -12.6312 (min) -11.8371 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.68993 (min) 10.7217 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.28443 (min) 23.7156 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.46945 (min) 7.25794 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.4433 (min) 31.8873 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000380766 (min) 0.000226973 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:16 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:16 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:16 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:16 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:16 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:16 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 12
07:38:16 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 0 0 0]
07:38:16 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 3 3 3]
07:38:16 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[ 0.  0.  0. 93.  0.]
 [ 0.  0.  0.  0.  0.]
 [11.  0.  0. 19.  0.]
 [ 0.  0. 79.  0.  0.]
 [ 0.  0.  0.  0.  0.]]
07:38:16 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:16 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:16 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:16 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:16 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.1897168839526561
07:38:16 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:16 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:16 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:16 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 66 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 66 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 65 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 67 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 64 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:16 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 21
07:38:16 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:16 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 21 elements
07:38:16 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:16 INFO    opendrift.models.chemicaldrift:1861: partitioning: [367, 0, 116, 17, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:16 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:16 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:16 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:16 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:16 INFO    opendrift.models.basemodel:2045: 2025-01-27 12:37:59.782365 - step 11 of 96 - 500 active elements (0 deactivated)
07:38:16 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:16 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:16 DEBUG   opendrift.models.basemodel:2064:               57.56478671033469 <- latitude  -> 57.71128420239278
07:38:16 DEBUG   opendrift.models.basemodel:2069:               10.533513061304982 <- longitude -> 10.747157409605636
07:38:16 DEBUG   opendrift.models.basemodel:2074:               -22.02649688720703   <- z ->   -0.10906431379859355
07:38:16 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:16 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']
07:38:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 12:00:00 (before)
                2025-01-27 13:00:00 (after)
07:38:16 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 12:00:00) in space  (linearNDFast)
07:38:16 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:16 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 13:00:00) in space  (linearNDFast)
07:38:16 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:16 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 12:00:00, weight 0.37) and
                      after (2025-01-27 13:00:00, weight 0.63) in time
07:38:16 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:16 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.46649801049281 and -59.25285363303935 degrees.
07:38:16 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.46649801049281 and -59.25285363303935 degrees.
07:38:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:16 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:16 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:16 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:16 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:16 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:16 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:16 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:16 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:16 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:16 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0599931 (min) 0.303845 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.18083 (min) 0.650432 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.377819 (min) -0.328468 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -11.2641 (min) -10.0968 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 11.4216 (min) 12.0874 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.38942 (min) 24.1826 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.38833 (min) 7.21633 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.3042 (min) 31.8807 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000343203 (min) 0.000216137 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:16 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:16 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:16 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:16 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:16 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:16 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:16 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 11
07:38:16 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 0 0 0 0]
07:38:16 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 3 3 3 3]
07:38:16 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 104.   0.]
 [  0.   0.   0.   0.   0.]
 [ 11.   0.   0.  24.   0.]
 [  0.   0. 100.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:16 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:16 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:16 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:16 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:16 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.19218434906080434
07:38:16 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:16 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:16 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:16 DEBUG   opendrift.models.oceandrift:517: 60 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 70 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 69 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 72 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 69 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:16 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:16 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:16 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 20
07:38:16 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:16 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 20 elements
07:38:16 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:16 INFO    opendrift.models.chemicaldrift:1861: partitioning: [356, 0, 130, 14, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:16 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:16 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:16 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:16 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:16 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:16 INFO    opendrift.models.basemodel:2045: 2025-01-27 13:07:59.782365 - step 12 of 96 - 500 active elements (0 deactivated)
07:38:16 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:16 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:16 DEBUG   opendrift.models.basemodel:2064:               57.56868167495109 <- latitude  -> 57.7202550289383
07:38:16 DEBUG   opendrift.models.basemodel:2069:               10.535826061821371 <- longitude -> 10.753440680146218
07:38:16 DEBUG   opendrift.models.basemodel:2074:               -22.02649688720703   <- z ->   -0.16939526050900772
07:38:16 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:16 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']
07:38:16 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:16 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:16 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:16 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 13:00:00 (before)
                2025-01-27 14:00:00 (after)
07:38:17 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:17 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:17 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:17 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:17 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:17 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:17 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 46x36x7) for time after (2025-01-27 14:00:00)
07:38:17 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 13:00:00) in space  (linearNDFast)
07:38:17 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:17 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 14:00:00) in space  (linearNDFast)
07:38:17 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:17 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 13:00:00, weight 0.87) and
                      after (2025-01-27 14:00:00, weight 0.13) in time
07:38:17 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:17 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.46418501371333 and -59.24657035993932 degrees.
07:38:17 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.46418501371333 and -59.24657035993932 degrees.
07:38:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:17 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:17 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:17 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:17 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:17 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0679618 (min) 0.301158 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.176304 (min) 0.568893 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.338836 (min) -0.295054 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -9.78274 (min) -8.19838 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 12.6638 (min) 13.3886 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.45372 (min) 24.8101 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.32425 (min) 7.15972 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.1475 (min) 31.7725 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000309513 (min) 0.000282259 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:17 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:17 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:17 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:17 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:17 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:17 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 14
07:38:17 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 2 0 0 0 0 0 0 2 0 0 0]
07:38:17 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 0 3 3 3 3 3 3 0 3 3 3]
07:38:17 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 116.   0.]
 [  0.   0.   0.   0.   0.]
 [ 13.   0.   0.  30.   0.]
 [  0.   0. 120.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:17 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:17 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:17 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:17 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:17 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.19149559913517977
07:38:17 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:17 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:17 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:17 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 53 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 63 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 62 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 65 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 65 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 57 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:17 DEBUG   opendrift.models.oceandrift:517: 61 elements penetrated seafloor, lifting up
07:38:17 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:17 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 19
07:38:17 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:17 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 19 elements
07:38:17 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:17 INFO    opendrift.models.chemicaldrift:1861: partitioning: [346, 0, 140, 14, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:17 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:17 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:17 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:17 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:17 INFO    opendrift.models.basemodel:2045: 2025-01-27 13:37:59.782365 - step 13 of 96 - 500 active elements (0 deactivated)
07:38:17 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:17 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:17 DEBUG   opendrift.models.basemodel:2064:               57.57067810847064 <- latitude  -> 57.72925613412996
07:38:17 DEBUG   opendrift.models.basemodel:2069:               10.539162016560264 <- longitude -> 10.762534148725011
07:38:17 DEBUG   opendrift.models.basemodel:2074:               -22.02649688720703   <- z ->   -0.07030012011203679
07:38:17 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:17 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 13:00:00 (before)
                2025-01-27 14:00:00 (after)
07:38:17 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 13:00:00) in space  (linearNDFast)
07:38:17 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:17 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 14:00:00) in space  (linearNDFast)
07:38:17 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:17 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 13:00:00, weight 0.37) and
                      after (2025-01-27 14:00:00, weight 0.63) in time
07:38:17 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:17 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.46084904595254 and -59.23747688236141 degrees.
07:38:17 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.46084904595254 and -59.23747688236141 degrees.
07:38:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:17 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:17 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:17 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:17 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:17 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:17 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:17 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:17 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:17 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:17 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:17 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:17 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:17 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.100987 (min) 0.28498 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.178717 (min) 0.593595 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.324751 (min) -0.283584 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -7.97859 (min) -5.87218 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 12.9732 (min) 13.4337 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.63251 (min) 26.6073 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.34698 (min) 7.15249 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.1982 (min) 31.7847 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000275676 (min) 0.000632624 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:17 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:17 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:17 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:17 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:17 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:17 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:18 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:18 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
07:38:18 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2 0 0 0 2 0 0]
07:38:18 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0 3 3 3 0 3 3]
07:38:18 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 123.   0.]
 [  0.   0.   0.   0.   0.]
 [ 15.   0.   0.  37.   0.]
 [  0.   0. 139.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:18 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:18 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:18 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:18 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:18 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.1687288356213947
07:38:18 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:18 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:18 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:18 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 58 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 56 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 51 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 36 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 36 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 49 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:18 DEBUG   opendrift.models.oceandrift:517: 59 elements penetrated seafloor, lifting up
07:38:18 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:18 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 9
07:38:18 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:18 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 9 elements
07:38:18 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:18 INFO    opendrift.models.chemicaldrift:1861: partitioning: [341, 0, 145, 14, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:18 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:18 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:18 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:18 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:18 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:18 INFO    opendrift.models.basemodel:2045: 2025-01-27 14:07:59.782365 - step 14 of 96 - 500 active elements (0 deactivated)
07:38:18 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:18 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:18 DEBUG   opendrift.models.basemodel:2064:               57.573349434205305 <- latitude  -> 57.72802185105106
07:38:18 DEBUG   opendrift.models.basemodel:2069:               10.542701109963904 <- longitude -> 10.770694447452161
07:38:18 DEBUG   opendrift.models.basemodel:2074:               -22.457580331807076   <- z ->   0.0
07:38:18 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:18 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:18 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:18 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:18 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:18 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:18 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:18 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 14:00:00 (before)
                2025-01-27 15:00:00 (after)
07:38:19 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:19 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:19 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:19 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:19 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:19 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:19 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 47x36x7) for time after (2025-01-27 15:00:00)
07:38:19 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 14:00:00) in space  (linearNDFast)
07:38:19 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:19 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 15:00:00) in space  (linearNDFast)
07:38:19 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:19 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 14:00:00, weight 0.87) and
                      after (2025-01-27 15:00:00, weight 0.13) in time
07:38:19 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:19 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.45730995554904 and -59.22931656642938 degrees.
07:38:19 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.45730995554904 and -59.22931656642938 degrees.
07:38:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:19 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:19 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:19 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:19 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:19 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0728268 (min) 0.285461 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0936219 (min) 0.598351 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.31587 (min) -0.276646 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -6.04623 (min) -3.68168 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 12.9368 (min) 13.5343 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 9.82321 (min) 27.2418 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.43597 (min) 7.02432 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.3786 (min) 32.2783 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000236385 (min) 0.000816617 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:19 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:19 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:19 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:19 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:19 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:19 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 11
07:38:19 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 0 0 2 0 0 0]
07:38:19 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 3 3 0 3 3 3]
07:38:19 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 133.   0.]
 [  0.   0.   0.   0.   0.]
 [ 16.   0.   0.  39.   0.]
 [  0.   0. 148.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:19 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:19 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:19 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:19 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:19 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.15528297461641838
07:38:19 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:19 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:19 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:19 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 55 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 52 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:19 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 22
07:38:19 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:19 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 22 elements
07:38:19 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:19 INFO    opendrift.models.chemicaldrift:1861: partitioning: [332, 0, 153, 15, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:19 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:19 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:19 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:19 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:19 INFO    opendrift.models.basemodel:2045: 2025-01-27 14:37:59.782365 - step 15 of 96 - 500 active elements (0 deactivated)
07:38:19 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:19 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:19 DEBUG   opendrift.models.basemodel:2064:               57.57219612106072 <- latitude  -> 57.73104372483496
07:38:19 DEBUG   opendrift.models.basemodel:2069:               10.547005546233995 <- longitude -> 10.779317948817942
07:38:19 DEBUG   opendrift.models.basemodel:2074:               -23.095614673620446   <- z ->   0.0
07:38:19 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 14:00:00 (before)
                2025-01-27 15:00:00 (after)
07:38:19 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 14:00:00) in space  (linearNDFast)
07:38:19 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:19 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 15:00:00) in space  (linearNDFast)
07:38:19 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:19 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 14:00:00, weight 0.37) and
                      after (2025-01-27 15:00:00, weight 0.63) in time
07:38:19 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:19 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.453005509174446 and -59.22069307379382 degrees.
07:38:19 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.453005509174446 and -59.22069307379382 degrees.
07:38:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:19 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:19 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:19 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:19 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:19 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:19 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:19 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:19 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0747002 (min) 0.309576 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.084448 (min) 0.648882 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.323077 (min) -0.286828 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.92141 (min) -1.78777 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 12.7464 (min) 13.0841 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.1072 (min) 29.3255 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.38154 (min) 6.95345 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.2474 (min) 31.7999 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000211118 (min) 0.000857951 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:19 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:19 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:19 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:19 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:19 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:19 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:19 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 12
07:38:19 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2 2 0 0 0 0 2 0 0 0]
07:38:19 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0 0 3 3 3 3 0 3 3 3]
07:38:19 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 142.   0.]
 [  0.   0.   0.   0.   0.]
 [ 19.   0.   0.  52.   0.]
 [  0.   0. 170.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:19 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:19 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:19 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:19 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:19 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.1338264769180443
07:38:19 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:19 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:19 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:19 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 54 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 48 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:19 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:19 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:19 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 14
07:38:19 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:19 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 14 elements
07:38:19 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:19 INFO    opendrift.models.chemicaldrift:1861: partitioning: [326, 0, 158, 16, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:19 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:19 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:19 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:19 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:19 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:19 INFO    opendrift.models.basemodel:2045: 2025-01-27 15:07:59.782365 - step 16 of 96 - 500 active elements (0 deactivated)
07:38:19 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:19 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:19 DEBUG   opendrift.models.basemodel:2064:               57.57851110061227 <- latitude  -> 57.74153064025248
07:38:19 DEBUG   opendrift.models.basemodel:2069:               10.55140617676733 <- longitude -> 10.78867212368593
07:38:19 DEBUG   opendrift.models.basemodel:2074:               -22.848654607809024   <- z ->   0.0
07:38:19 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:19 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:19 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:19 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:19 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 15:00:00 (before)
                2025-01-27 16:00:00 (after)
07:38:21 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:21 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:21 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:21 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:21 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:21 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:21 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 49x36x7) for time after (2025-01-27 16:00:00)
07:38:21 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 15:00:00) in space  (linearNDFast)
07:38:21 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:21 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 16:00:00) in space  (linearNDFast)
07:38:21 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:21 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 15:00:00, weight 0.87) and
                      after (2025-01-27 16:00:00, weight 0.13) in time
07:38:21 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:21 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44860488896495 and -59.21133888383072 degrees.
07:38:21 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44860488896495 and -59.21133888383072 degrees.
07:38:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:21 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:21 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:21 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:21 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:21 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:21 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:21 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:21 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:21 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.175324 (min) 0.331417 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0733902 (min) 0.677859 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.339997 (min) -0.302282 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.88 (min) -0.244531 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 12.0256 (min) 12.7523 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.3834 (min) 32.1226 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.51417 (min) 6.98841 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.5273 (min) 32.8493 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000199213 (min) 0.00100587 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:21 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:21 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:21 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:21 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:21 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:21 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 7
07:38:21 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 2 0]
07:38:21 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 0 3]
07:38:21 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 148.   0.]
 [  0.   0.   0.   0.   0.]
 [ 20.   0.   0.  58.   0.]
 [  0.   0. 184.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:21 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:21 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:21 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:21 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:21 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.11927527198256509
07:38:21 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:21 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:21 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:21 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 46 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 50 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 32 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:21 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 14
07:38:21 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:21 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 14 elements
07:38:21 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:21 INFO    opendrift.models.chemicaldrift:1861: partitioning: [321, 0, 163, 16, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:21 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:21 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:21 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:21 INFO    opendrift.models.basemodel:2045: 2025-01-27 15:37:59.782365 - step 17 of 96 - 500 active elements (0 deactivated)
07:38:21 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:21 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:21 DEBUG   opendrift.models.basemodel:2064:               57.5784049159563 <- latitude  -> 57.74339142175413
07:38:21 DEBUG   opendrift.models.basemodel:2069:               10.555814572597349 <- longitude -> 10.797771332689202
07:38:21 DEBUG   opendrift.models.basemodel:2074:               -22.679832167379047   <- z ->   0.0
07:38:21 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 15:00:00 (before)
                2025-01-27 16:00:00 (after)
07:38:21 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 15:00:00) in space  (linearNDFast)
07:38:21 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:21 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 16:00:00) in space  (linearNDFast)
07:38:21 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:21 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 15:00:00, weight 0.37) and
                      after (2025-01-27 16:00:00, weight 0.63) in time
07:38:21 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:21 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44419648437228 and -59.20223968510356 degrees.
07:38:21 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.44419648437228 and -59.20223968510356 degrees.
07:38:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:21 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:21 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:21 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:21 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:21 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:21 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:21 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:21 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:21 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:21 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.222957 (min) 0.382641 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0181959 (min) 0.70666 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.371459 (min) -0.330297 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.26541 (min) 0.478465 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 10.7376 (min) 11.9909 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.6807 (min) 34.8164 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.52796 (min) 7.0025 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.5708 (min) 32.9586 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000189262 (min) 0.00104332 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:21 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:21 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:21 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:21 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:21 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:21 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
07:38:21 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 0 0]
07:38:21 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3 3]
07:38:21 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 151.   0.]
 [  0.   0.   0.   0.   0.]
 [ 21.   0.   0.  66.   0.]
 [  0.   0. 198.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:21 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:21 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:21 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:21 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:21 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.10390855250841753
07:38:21 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:21 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:21 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:21 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 36 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 45 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 43 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:21 DEBUG   opendrift.models.oceandrift:517: 32 elements penetrated seafloor, lifting up
07:38:21 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:21 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 10
07:38:21 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:21 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 10 elements
07:38:21 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:21 INFO    opendrift.models.chemicaldrift:1861: partitioning: [319, 0, 164, 17, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:21 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:21 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:21 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:21 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:21 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:21 INFO    opendrift.models.basemodel:2045: 2025-01-27 16:07:59.782365 - step 18 of 96 - 500 active elements (0 deactivated)
07:38:21 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:21 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:21 DEBUG   opendrift.models.basemodel:2064:               57.58299659215516 <- latitude  -> 57.75231934238062
07:38:21 DEBUG   opendrift.models.basemodel:2069:               10.560568010737892 <- longitude -> 10.80055380591709
07:38:21 DEBUG   opendrift.models.basemodel:2074:               -33.06201333019731   <- z ->   0.0
07:38:21 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:21 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:21 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:21 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:21 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 16:00:00 (before)
                2025-01-27 17:00:00 (after)
07:38:23 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:23 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:23 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:23 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:23 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:23 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:23 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 51x36x7) for time after (2025-01-27 17:00:00)
07:38:23 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 16:00:00) in space  (linearNDFast)
07:38:23 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:23 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 17:00:00) in space  (linearNDFast)
07:38:23 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:23 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 16:00:00, weight 0.87) and
                      after (2025-01-27 17:00:00, weight 0.13) in time
07:38:23 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:23 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.43944303827307 and -59.19945720596006 degrees.
07:38:23 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.43944303827307 and -59.19945720596006 degrees.
07:38:23 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:23 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:23 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:23 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:23 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:23 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:23 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:23 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:23 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:23 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:23 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:23 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:23 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:23 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:23 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:23 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:23 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:23 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.229934 (min) 0.430848 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0394357 (min) 0.635182 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.403042 (min) -0.35989 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.753688 (min) 1.15954 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.78147 (min) 11.4191 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 10.9754 (min) 36.1116 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.49194 (min) 7.06984 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.4757 (min) 32.9983 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000169479 (min) 0.000975567 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:23 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:23 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:23 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:23 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:23 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:23 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 7
07:38:23 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 0 2 0 0 0]
07:38:23 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3 0 3 3 3]
07:38:23 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 156.   0.]
 [  0.   0.   0.   0.   0.]
 [ 23.   0.   0.  74.   0.]
 [  0.   0. 208.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:23 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:23 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:23 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:23 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:23 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.09519040503734505
07:38:23 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:23 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:23 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:23 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 36 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 36 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:23 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 16
07:38:23 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:23 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 16 elements
07:38:23 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:23 INFO    opendrift.models.chemicaldrift:1861: partitioning: [316, 0, 165, 19, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:23 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:23 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:23 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:23 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:23 INFO    opendrift.models.basemodel:2045: 2025-01-27 16:37:59.782365 - step 19 of 96 - 500 active elements (0 deactivated)
07:38:23 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:23 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:23 DEBUG   opendrift.models.basemodel:2064:               57.58788286640366 <- latitude  -> 57.75632184704964
07:38:23 DEBUG   opendrift.models.basemodel:2069:               10.565487436836115 <- longitude -> 10.797440038179927
07:38:23 DEBUG   opendrift.models.basemodel:2074:               -29.242199600731308   <- z ->   0.0
07:38:23 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:23 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']
07:38:23 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:23 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 16:00:00 (before)
                2025-01-27 17:00:00 (after)
07:38:23 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 16:00:00) in space  (linearNDFast)
07:38:23 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:23 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 17:00:00) in space  (linearNDFast)
07:38:23 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:23 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 16:00:00, weight 0.37) and
                      after (2025-01-27 17:00:00, weight 0.63) in time
07:38:23 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:23 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4345236213945 and -59.202570968924235 degrees.
07:38:23 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4345236213945 and -59.202570968924235 degrees.
07:38:23 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:23 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:23 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:23 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:23 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:23 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:23 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:23 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:23 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:23 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:23 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:23 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:23 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:23 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:23 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:23 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:23 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:23 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.242009 (min) 0.462067 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0342604 (min) 0.635442 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.438146 (min) -0.395524 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.380081 (min) 1.31669 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.90536 (min) 11.276 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 11.2713 (min) 38.1613 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.48677 (min) 7.11453 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.4732 (min) 33.2228 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000172109 (min) 0.000978804 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:23 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:23 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:23 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:23 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:23 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:23 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:23 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
07:38:23 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0]
07:38:23 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3]
07:38:23 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 157.   0.]
 [  0.   0.   0.   0.   0.]
 [ 23.   0.   0.  87.   0.]
 [  0.   0. 224.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:23 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:23 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:23 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:23 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:23 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.0931354174204337
07:38:23 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:23 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:23 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:23 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 44 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 32 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:23 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:23 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:23 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 11
07:38:23 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:23 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 11 elements
07:38:23 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:23 INFO    opendrift.models.chemicaldrift:1861: partitioning: [315, 0, 170, 15, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:23 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:23 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:23 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:23 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:23 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:23 INFO    opendrift.models.basemodel:2045: 2025-01-27 17:07:59.782365 - step 20 of 96 - 500 active elements (0 deactivated)
07:38:23 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:23 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:23 DEBUG   opendrift.models.basemodel:2064:               57.589413835147596 <- latitude  -> 57.76264232600283
07:38:23 DEBUG   opendrift.models.basemodel:2069:               10.570580745410286 <- longitude -> 10.80513611802188
07:38:23 DEBUG   opendrift.models.basemodel:2074:               -25.00572395324707   <- z ->   0.0
07:38:23 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:23 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']
07:38:23 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:23 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:23 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:23 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 17:00:00 (before)
                2025-01-27 18:00:00 (after)
07:38:26 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:26 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:26 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:26 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:26 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:26 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:26 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 50x35x7) for time after (2025-01-27 18:00:00)
07:38:26 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 17:00:00) in space  (linearNDFast)
07:38:26 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:26 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 18:00:00) in space  (linearNDFast)
07:38:26 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:26 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 17:00:00, weight 0.87) and
                      after (2025-01-27 18:00:00, weight 0.13) in time
07:38:26 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:26 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42943031818822 and -59.19487488766155 degrees.
07:38:26 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42943031818822 and -59.19487488766155 degrees.
07:38:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:26 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:26 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:26 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:26 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:26 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.241268 (min) 0.467167 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.00293294 (min) 0.570523 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.472235 (min) -0.429829 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.15109 (min) 1.3027 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.85083 (min) 11.0104 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 11.5499 (min) 42.3093 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.59664 (min) 7.14379 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.7195 (min) 33.4198 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000151765 (min) 0.000949014 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:26 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:26 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:26 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:26 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:26 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:26 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
07:38:26 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0]
07:38:26 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3]
07:38:26 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 158.   0.]
 [  0.   0.   0.   0.   0.]
 [ 24.   0.   0.  93.   0.]
 [  0.   0. 235.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:26 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:26 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:26 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:26 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:26 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.0886897450887478
07:38:26 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:26 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:26 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:26 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 32 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 40 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 42 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 36 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 36 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 36 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 35 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:26 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 17
07:38:26 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:26 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 17 elements
07:38:26 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:26 INFO    opendrift.models.chemicaldrift:1861: partitioning: [315, 0, 182, 3, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:26 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:26 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:26 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:26 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:26 INFO    opendrift.models.basemodel:2045: 2025-01-27 17:37:59.782365 - step 21 of 96 - 500 active elements (0 deactivated)
07:38:26 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:26 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:26 DEBUG   opendrift.models.basemodel:2064:               57.59132773199891 <- latitude  -> 57.76725499420242
07:38:26 DEBUG   opendrift.models.basemodel:2069:               10.57504395715003 <- longitude -> 10.80869069319123
07:38:26 DEBUG   opendrift.models.basemodel:2074:               -29.97902081590721   <- z ->   0.0
07:38:26 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 17:00:00 (before)
                2025-01-27 18:00:00 (after)
07:38:26 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 17:00:00) in space  (linearNDFast)
07:38:26 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:26 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 18:00:00) in space  (linearNDFast)
07:38:26 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:26 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 17:00:00, weight 0.37) and
                      after (2025-01-27 18:00:00, weight 0.63) in time
07:38:26 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:26 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4249670903523 and -59.19132033216169 degrees.
07:38:26 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.4249670903523 and -59.19132033216169 degrees.
07:38:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:26 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:26 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:26 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:26 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:26 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:26 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:26 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:26 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.22759 (min) 0.525509 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.016136 (min) 0.637588 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.502809 (min) -0.460999 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.6307 (min) 0.747945 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.44629 (min) 10.4954 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 11.8131 (min) 45.3242 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.61766 (min) 7.09717 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.7477 (min) 33.5207 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000147326 (min) 0.000862667 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:26 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:26 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:26 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:26 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:26 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:26 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:26 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
07:38:26 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2 2 0 2 2 2]
07:38:26 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0 0 3 0 0 0]
07:38:26 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 159.   0.]
 [  0.   0.   0.   0.   0.]
 [ 32.   0.   0.  97.   0.]
 [  0.   0. 252.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:26 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:26 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:26 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:26 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:26 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.0797698884492455
07:38:26 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:26 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:26 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:26 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 39 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 47 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 38 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 41 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:26 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:26 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:26 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 12
07:38:26 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:26 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 12 elements
07:38:26 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:26 INFO    opendrift.models.chemicaldrift:1861: partitioning: [322, 0, 177, 1, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:26 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:26 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:26 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:26 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:26 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:26 INFO    opendrift.models.basemodel:2045: 2025-01-27 18:07:59.782365 - step 22 of 96 - 500 active elements (0 deactivated)
07:38:26 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:26 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:26 DEBUG   opendrift.models.basemodel:2064:               57.59636895611091 <- latitude  -> 57.77755857819106
07:38:26 DEBUG   opendrift.models.basemodel:2069:               10.579584128184933 <- longitude -> 10.811290674438792
07:38:26 DEBUG   opendrift.models.basemodel:2074:               -33.030488310627824   <- z ->   0.0
07:38:26 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:26 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:26 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:26 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:26 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 18:00:00 (before)
                2025-01-27 19:00:00 (after)
07:38:27 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:27 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:27 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:27 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:27 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:27 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:27 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 52x36x7) for time after (2025-01-27 19:00:00)
07:38:27 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 18:00:00) in space  (linearNDFast)
07:38:27 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:27 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 19:00:00) in space  (linearNDFast)
07:38:27 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:27 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 18:00:00, weight 0.87) and
                      after (2025-01-27 19:00:00, weight 0.13) in time
07:38:27 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:27 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42042692828254 and -59.188720327952346 degrees.
07:38:27 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.42042692828254 and -59.188720327952346 degrees.
07:38:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:28 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:28 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:28 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:28 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:28 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.217602 (min) 0.502772 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0366665 (min) 0.562887 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.531478 (min) -0.491218 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.908677 (min) 0.445513 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.14012 (min) 10.2175 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 12.0797 (min) 52.6176 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.71028 (min) 7.10092 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.963 (min) 33.5876 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000117375 (min) 0.000901747 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:28 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:28 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:28 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:28 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:28 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:28 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
07:38:28 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2]
07:38:28 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0]
07:38:28 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 160.   0.]
 [  0.   0.   0.   0.   0.]
 [ 33.   0.   0. 106.   0.]
 [  0.   0. 264.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:28 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:28 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:28 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.07558772241701814
07:38:28 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:28 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:28 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:28 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:28 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 11
07:38:28 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 11 elements
07:38:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:28 INFO    opendrift.models.chemicaldrift:1861: partitioning: [322, 0, 177, 1, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:28 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:28 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:28 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:28 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:28 INFO    opendrift.models.basemodel:2045: 2025-01-27 18:37:59.782365 - step 23 of 96 - 500 active elements (0 deactivated)
07:38:28 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:28 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:28 DEBUG   opendrift.models.basemodel:2064:               57.601642330415416 <- latitude  -> 57.78400603586736
07:38:28 DEBUG   opendrift.models.basemodel:2069:               10.584222580084894 <- longitude -> 10.816116395770136
07:38:28 DEBUG   opendrift.models.basemodel:2074:               -29.405994961952864   <- z ->   0.0
07:38:28 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 18:00:00 (before)
                2025-01-27 19:00:00 (after)
07:38:28 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 18:00:00) in space  (linearNDFast)
07:38:28 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:28 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 19:00:00) in space  (linearNDFast)
07:38:28 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:28 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 18:00:00, weight 0.37) and
                      after (2025-01-27 19:00:00, weight 0.63) in time
07:38:28 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:28 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.41578847387264 and -59.1838946169693 degrees.
07:38:28 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.41578847387264 and -59.1838946169693 degrees.
07:38:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:28 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:28 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:28 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:28 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:28 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:28 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:28 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:28 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.199028 (min) 0.500185 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0346096 (min) 0.575512 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.553848 (min) -0.513019 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.759545 (min) 0.487359 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.44944 (min) 10.3779 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 12.3239 (min) 56.9705 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.69901 (min) 7.12619 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.94 (min) 33.6351 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000129269 (min) 0.000859413 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:28 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:28 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:28 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:28 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:28 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:28 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:28 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
07:38:28 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2]
07:38:28 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0]
07:38:28 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 160.   0.]
 [  0.   0.   0.   0.   0.]
 [ 36.   0.   0. 116.   0.]
 [  0.   0. 275.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:28 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:28 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:28 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.07784429916679857
07:38:28 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:28 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:28 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:28 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 37 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:28 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:28 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:28 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 5
07:38:28 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:28 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 5 elements
07:38:28 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:28 INFO    opendrift.models.chemicaldrift:1861: partitioning: [325, 0, 174, 1, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:28 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:28 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:28 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:28 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:28 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:28 INFO    opendrift.models.basemodel:2045: 2025-01-27 19:07:59.782365 - step 24 of 96 - 500 active elements (0 deactivated)
07:38:28 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:28 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:28 DEBUG   opendrift.models.basemodel:2064:               57.60492356547119 <- latitude  -> 57.79246577544879
07:38:28 DEBUG   opendrift.models.basemodel:2069:               10.58853104496675 <- longitude -> 10.826725168897841
07:38:28 DEBUG   opendrift.models.basemodel:2074:               -31.28316760920471   <- z ->   0.0
07:38:28 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:28 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:28 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:28 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:28 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 19:00:00 (before)
                2025-01-27 20:00:00 (after)
07:38:29 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:29 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:29 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:29 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:29 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:29 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:29 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 54x36x7) for time after (2025-01-27 20:00:00)
07:38:29 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 19:00:00) in space  (linearNDFast)
07:38:29 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:29 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 20:00:00) in space  (linearNDFast)
07:38:29 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:29 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 19:00:00, weight 0.87) and
                      after (2025-01-27 20:00:00, weight 0.13) in time
07:38:29 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:29 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.41147999623632 and -59.17328584803989 degrees.
07:38:29 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.41147999623632 and -59.17328584803989 degrees.
07:38:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:29 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:29 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:29 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:29 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:29 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:29 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:29 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.193004 (min) 0.536664 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0673006 (min) 0.56503 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.574463 (min) -0.531787 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.541205 (min) 0.553132 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 9.49655 (min) 10.3644 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 12.5772 (min) 62.0463 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.68854 (min) 7.11672 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9181 (min) 33.6486 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000116379 (min) 0.000983262 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:29 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:29 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:29 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:29 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:29 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:29 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
07:38:29 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0]
07:38:29 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3]
07:38:29 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 162.   0.]
 [  0.   0.   0.   0.   0.]
 [ 36.   0.   0. 121.   0.]
 [  0.   0. 280.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:29 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:29 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:29 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:29 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:29 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.07766214873385202
07:38:29 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:29 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:29 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:29 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 19 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 32 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 34 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 19 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 33 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 30 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:29 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 8
07:38:29 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:29 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 8 elements
07:38:29 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:29 INFO    opendrift.models.chemicaldrift:1861: partitioning: [323, 0, 176, 1, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:29 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:29 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:29 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:29 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:29 INFO    opendrift.models.basemodel:2045: 2025-01-27 19:37:59.782365 - step 25 of 96 - 500 active elements (0 deactivated)
07:38:29 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:29 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:29 DEBUG   opendrift.models.basemodel:2064:               57.608775869342665 <- latitude  -> 57.800709262447135
07:38:29 DEBUG   opendrift.models.basemodel:2069:               10.59325821978623 <- longitude -> 10.838983078582643
07:38:29 DEBUG   opendrift.models.basemodel:2074:               -31.901762517080858   <- z ->   0.0
07:38:29 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:29 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']
07:38:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:29 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 19:00:00 (before)
                2025-01-27 20:00:00 (after)
07:38:29 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 19:00:00) in space  (linearNDFast)
07:38:29 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:29 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 20:00:00) in space  (linearNDFast)
07:38:29 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:29 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 19:00:00, weight 0.37) and
                      after (2025-01-27 20:00:00, weight 0.63) in time
07:38:29 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:29 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40675283801418 and -59.16102794087717 degrees.
07:38:29 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40675283801418 and -59.16102794087717 degrees.
07:38:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:29 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:29 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:29 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:29 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:29 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:29 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:29 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:29 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:29 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:29 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:29 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:29 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:29 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:29 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.181026 (min) 0.478552 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0946062 (min) 0.46212 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.593225 (min) -0.546794 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.0394082 (min) 0.795431 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.8654 (min) 9.88341 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 12.7937 (min) 66.1403 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.68878 (min) 7.13251 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9224 (min) 33.6632 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00125458 (min) 0.0009282 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:29 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:29 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:29 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:29 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:29 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:29 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:29 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
07:38:29 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
07:38:29 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
07:38:29 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 162.   0.]
 [  0.   0.   0.   0.   0.]
 [ 37.   0.   0. 127.   0.]
 [  0.   0. 288.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:29 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:29 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:29 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:29 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:29 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.07097837100690707
07:38:29 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:29 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:29 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:29 DEBUG   opendrift.models.oceandrift:517: 19 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 1 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 1 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 2 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 2 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 31 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:29 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:29 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:29 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:30 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:30 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:30 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:30 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:30 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:30 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:30 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:30 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:30 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:30 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:30 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:30 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:30 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:30 DEBUG   opendrift.models.oceandrift:517: 29 elements penetrated seafloor, lifting up
07:38:30 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:30 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:30 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:30 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:30 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:30 DEBUG   opendrift.models.oceandrift:517: 32 elements penetrated seafloor, lifting up
07:38:30 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:30 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:30 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:30 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:30 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:30 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 4
07:38:30 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:30 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 4 elements
07:38:30 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:30 INFO    opendrift.models.chemicaldrift:1861: partitioning: [324, 0, 175, 1, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:30 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:30 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:30 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:30 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:30 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:30 INFO    opendrift.models.basemodel:2045: 2025-01-27 20:07:59.782365 - step 26 of 96 - 500 active elements (0 deactivated)
07:38:30 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:30 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:30 DEBUG   opendrift.models.basemodel:2064:               57.61183378968256 <- latitude  -> 57.80378695213625
07:38:30 DEBUG   opendrift.models.basemodel:2069:               10.596845469845716 <- longitude -> 10.850568116897751
07:38:30 DEBUG   opendrift.models.basemodel:2074:               -35.6112263320442   <- z ->   0.0
07:38:30 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:30 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:30 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:30 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:30 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:30 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:30 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:30 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 20:00:00 (before)
                2025-01-27 21:00:00 (after)
07:38:31 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:31 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:31 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:31 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:31 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:31 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:31 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 55x37x7) for time after (2025-01-27 21:00:00)
07:38:31 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 20:00:00) in space  (linearNDFast)
07:38:31 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:31 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 21:00:00) in space  (linearNDFast)
07:38:31 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:31 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 20:00:00, weight 0.87) and
                      after (2025-01-27 21:00:00, weight 0.13) in time
07:38:31 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:31 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.403165589652275 and -59.14944289473939 degrees.
07:38:31 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.403165589652275 and -59.14944289473939 degrees.
07:38:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:31 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:31 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:31 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:31 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:31 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:31 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:31 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:31 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:31 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.169067 (min) 0.481374 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.106151 (min) 0.491114 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.604314 (min) -0.556952 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: 0.208767 (min) 0.960302 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.25036 (min) 9.4351 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.0052 (min) 67.2424 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.6811 (min) 7.10761 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9095 (min) 33.6779 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00083325 (min) 0.000884901 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:31 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:31 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:31 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:31 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:31 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:31 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
07:38:31 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0]
07:38:31 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3]
07:38:31 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 163.   0.]
 [  0.   0.   0.   0.   0.]
 [ 38.   0.   0. 131.   0.]
 [  0.   0. 292.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:31 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:31 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:31 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:31 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:31 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.0647988273660023
07:38:31 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:31 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:31 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:31 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 3 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 3 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 4 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 28 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 26 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 7
07:38:31 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:31 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 7 elements
07:38:31 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:31 INFO    opendrift.models.chemicaldrift:1861: partitioning: [324, 0, 174, 2, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:31 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:31 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:31 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:31 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:31 INFO    opendrift.models.basemodel:2045: 2025-01-27 20:37:59.782365 - step 27 of 96 - 500 active elements (0 deactivated)
07:38:31 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:31 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:31 DEBUG   opendrift.models.basemodel:2064:               57.614936967520926 <- latitude  -> 57.80602616888899
07:38:31 DEBUG   opendrift.models.basemodel:2069:               10.597958919282858 <- longitude -> 10.859787867674303
07:38:31 DEBUG   opendrift.models.basemodel:2074:               -36.46407451453304   <- z ->   0.0
07:38:31 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:31 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']
07:38:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 20:00:00 (before)
                2025-01-27 21:00:00 (after)
07:38:31 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 20:00:00) in space  (linearNDFast)
07:38:31 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:31 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 21:00:00) in space  (linearNDFast)
07:38:31 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:31 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 20:00:00, weight 0.37) and
                      after (2025-01-27 21:00:00, weight 0.63) in time
07:38:31 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:31 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.402052148313075 and -59.140223149025985 degrees.
07:38:31 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.402052148313075 and -59.140223149025985 degrees.
07:38:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:31 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:31 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:31 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:31 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:31 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:31 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:31 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:31 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:31 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:31 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.162295 (min) 0.471206 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.136736 (min) 0.504311 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.602365 (min) -0.554779 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.124547 (min) 0.938907 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.78096 (min) 8.88288 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.205 (min) 67.5167 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.67851 (min) 7.1251 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9206 (min) 33.6356 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00083004 (min) 0.000853696 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:31 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:31 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:31 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:31 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:31 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:31 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:31 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
07:38:31 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 0 2]
07:38:31 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 3 0]
07:38:31 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 164.   0.]
 [  0.   0.   0.   0.   0.]
 [ 42.   0.   0. 138.   0.]
 [  0.   0. 299.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:31 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:31 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:31 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:31 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:31 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.05765981477499774
07:38:31 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:31 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:31 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:31 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 24 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 19 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 19 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 23 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 27 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 19 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:31 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:31 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 4
07:38:31 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:31 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 4 elements
07:38:31 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:31 INFO    opendrift.models.chemicaldrift:1861: partitioning: [327, 0, 168, 5, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:31 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:31 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:31 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:31 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:31 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:31 INFO    opendrift.models.basemodel:2045: 2025-01-27 21:07:59.782365 - step 28 of 96 - 500 active elements (0 deactivated)
07:38:31 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:31 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:31 DEBUG   opendrift.models.basemodel:2064:               57.6179287890107 <- latitude  -> 57.80867142071932
07:38:31 DEBUG   opendrift.models.basemodel:2069:               10.59500308618645 <- longitude -> 10.869971301473244
07:38:31 DEBUG   opendrift.models.basemodel:2074:               -40.401193609193015   <- z ->   0.0
07:38:31 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:31 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']
07:38:31 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:31 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:31 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:31 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 21:00:00 (before)
                2025-01-27 22:00:00 (after)
07:38:33 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:33 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:33 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:33 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:33 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:33 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:33 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 56x38x7) for time after (2025-01-27 22:00:00)
07:38:33 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 21:00:00) in space  (linearNDFast)
07:38:33 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:33 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 22:00:00) in space  (linearNDFast)
07:38:33 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:33 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 21:00:00, weight 0.87) and
                      after (2025-01-27 22:00:00, weight 0.13) in time
07:38:33 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:33 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.405007985290915 and -59.13003971197115 degrees.
07:38:33 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.405007985290915 and -59.13003971197115 degrees.
07:38:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:33 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:33 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:33 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:33 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:33 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.15261 (min) 0.457361 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.146685 (min) 0.458595 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.595028 (min) -0.545217 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.31405 (min) 0.917963 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.47804 (min) 8.51627 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.395 (min) 67.9837 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.70672 (min) 7.06375 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9914 (min) 33.6756 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000610649 (min) 0.000842464 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:33 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:33 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:33 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:33 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:33 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:33 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
07:38:33 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 2]
07:38:33 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 0]
07:38:33 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 164.   0.]
 [  0.   0.   0.   0.   0.]
 [ 46.   0.   0. 144.   0.]
 [  0.   0. 303.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:33 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:33 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:33 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:33 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:33 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.05302226559948869
07:38:33 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:33 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:33 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:33 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 22 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 5 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 25 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 6
07:38:33 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:33 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 6 elements
07:38:33 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:33 INFO    opendrift.models.chemicaldrift:1861: partitioning: [331, 0, 164, 5, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:33 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:33 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:33 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:33 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:33 INFO    opendrift.models.basemodel:2045: 2025-01-27 21:37:59.782365 - step 29 of 96 - 500 active elements (0 deactivated)
07:38:33 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:33 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:33 DEBUG   opendrift.models.basemodel:2064:               57.620936722857124 <- latitude  -> 57.81137275179852
07:38:33 DEBUG   opendrift.models.basemodel:2069:               10.596177674042648 <- longitude -> 10.878432667950332
07:38:33 DEBUG   opendrift.models.basemodel:2074:               -41.9067519183952   <- z ->   0.0
07:38:33 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:33 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']
07:38:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 21:00:00 (before)
                2025-01-27 22:00:00 (after)
07:38:33 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 21:00:00) in space  (linearNDFast)
07:38:33 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:33 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 22:00:00) in space  (linearNDFast)
07:38:33 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:33 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 21:00:00, weight 0.37) and
                      after (2025-01-27 22:00:00, weight 0.63) in time
07:38:33 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:33 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40383339877821 and -59.121578344597545 degrees.
07:38:33 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40383339877821 and -59.121578344597545 degrees.
07:38:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:33 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:33 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:33 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:33 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:33 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:33 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:33 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:33 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.132494 (min) 0.495351 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.155387 (min) 0.425115 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.567853 (min) -0.517375 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.133498 (min) 0.818653 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.85564 (min) 8.62854 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.5922 (min) 69.4498 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.70795 (min) 7.06358 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9993 (min) 33.6795 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000818966 (min) 0.000799168 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:33 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:33 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:33 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:33 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:33 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:33 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:33 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
07:38:33 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2]
07:38:33 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0]
07:38:33 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 165.   0.]
 [  0.   0.   0.   0.   0.]
 [ 47.   0.   0. 150.   0.]
 [  0.   0. 309.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:33 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:33 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:33 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:33 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:33 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.05400094023930489
07:38:33 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:33 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:33 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:33 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:33 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:33 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:33 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 7
07:38:33 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:33 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 7 elements
07:38:33 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:33 INFO    opendrift.models.chemicaldrift:1861: partitioning: [331, 0, 163, 6, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:33 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:33 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:33 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:33 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:33 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:33 INFO    opendrift.models.basemodel:2045: 2025-01-27 22:07:59.782365 - step 30 of 96 - 500 active elements (0 deactivated)
07:38:33 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:33 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:33 DEBUG   opendrift.models.basemodel:2064:               57.62395302690915 <- latitude  -> 57.81442664467756
07:38:33 DEBUG   opendrift.models.basemodel:2069:               10.597569443959967 <- longitude -> 10.88609469821691
07:38:33 DEBUG   opendrift.models.basemodel:2074:               -42.84564641430187   <- z ->   0.0
07:38:33 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:33 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']
07:38:33 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:33 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:33 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:33 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 22:00:00 (before)
                2025-01-27 23:00:00 (after)
07:38:34 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:34 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:34 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:34 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:34 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:34 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:34 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 57x38x7) for time after (2025-01-27 23:00:00)
07:38:34 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 22:00:00) in space  (linearNDFast)
07:38:34 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:34 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 23:00:00) in space  (linearNDFast)
07:38:34 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:34 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 22:00:00, weight 0.87) and
                      after (2025-01-27 23:00:00, weight 0.13) in time
07:38:34 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:34 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40244162503963 and -59.11391631229336 degrees.
07:38:34 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40244162503963 and -59.11391631229336 degrees.
07:38:34 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:34 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:34 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:34 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:34 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:34 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:34 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:34 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:34 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:34 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:34 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:34 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:34 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:34 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:34 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:34 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:34 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:34 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.115473 (min) 0.56254 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.167379 (min) 0.476221 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.533406 (min) -0.483688 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -0.255041 (min) 0.752799 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.22662 (min) 8.73176 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.7533 (min) 70.872 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.68113 (min) 7.08811 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9457 (min) 33.6595 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000549775 (min) 0.000750302 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:34 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:34 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:34 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:34 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:34 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:34 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 2
07:38:34 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2]
07:38:34 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0]
07:38:34 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 166.   0.]
 [  0.   0.   0.   0.   0.]
 [ 48.   0.   0. 157.   0.]
 [  0.   0. 316.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:34 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:34 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:34 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:34 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:34 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.05518709634583884
07:38:34 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:34 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:34 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:34 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:34 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 4
07:38:34 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:34 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 4 elements
07:38:34 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:34 INFO    opendrift.models.chemicaldrift:1861: partitioning: [331, 0, 158, 11, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:34 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:34 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:34 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:34 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:34 INFO    opendrift.models.basemodel:2045: 2025-01-27 22:37:59.782365 - step 31 of 96 - 500 active elements (0 deactivated)
07:38:34 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:34 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:34 DEBUG   opendrift.models.basemodel:2064:               57.6267691467291 <- latitude  -> 57.81592077029355
07:38:34 DEBUG   opendrift.models.basemodel:2069:               10.597395452833428 <- longitude -> 10.893815182554407
07:38:34 DEBUG   opendrift.models.basemodel:2074:               -43.845062565101294   <- z ->   0.0
07:38:34 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:34 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']
07:38:34 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:34 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 22:00:00 (before)
                2025-01-27 23:00:00 (after)
07:38:34 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 22:00:00) in space  (linearNDFast)
07:38:34 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:34 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-27 23:00:00) in space  (linearNDFast)
07:38:34 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:34 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 22:00:00, weight 0.37) and
                      after (2025-01-27 23:00:00, weight 0.63) in time
07:38:34 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:34 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40261561912166 and -59.10619583680565 degrees.
07:38:34 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40261561912166 and -59.10619583680565 degrees.
07:38:34 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:34 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:34 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:34 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:34 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:34 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:34 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:34 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:34 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:34 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:34 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:34 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:34 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:34 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:34 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:34 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:34 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:34 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.0931525 (min) 0.52379 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.200984 (min) 0.461052 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.48274 (min) -0.432901 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.02134 (min) 0.54405 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.40548 (min) 8.84194 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.8762 (min) 72.0288 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.6825 (min) 7.0713 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9517 (min) 33.7216 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00061955 (min) 0.000685115 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:34 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:34 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:34 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:34 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:34 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:34 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:34 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
07:38:34 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2]
07:38:34 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0]
07:38:34 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 166.   0.]
 [  0.   0.   0.   0.   0.]
 [ 49.   0.   0. 165.   0.]
 [  0.   0. 320.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:34 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:34 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:34 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:34 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:34 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.05692759785455908
07:38:34 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:34 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:34 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:34 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:34 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:34 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:34 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 9
07:38:34 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:34 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 9 elements
07:38:34 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:34 INFO    opendrift.models.chemicaldrift:1861: partitioning: [332, 0, 161, 7, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:34 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:34 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:34 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:34 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:34 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:34 INFO    opendrift.models.basemodel:2045: 2025-01-27 23:07:59.782365 - step 32 of 96 - 500 active elements (0 deactivated)
07:38:34 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:34 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:34 DEBUG   opendrift.models.basemodel:2064:               57.62938437504854 <- latitude  -> 57.819029900396686
07:38:34 DEBUG   opendrift.models.basemodel:2069:               10.596841283070974 <- longitude -> 10.900920143372055
07:38:34 DEBUG   opendrift.models.basemodel:2074:               -44.73902355548969   <- z ->   0.0
07:38:34 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:34 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']
07:38:34 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:34 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:34 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:34 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 23:00:00 (before)
                2025-01-28 00:00:00 (after)
07:38:36 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:36 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:36 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:36 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:36 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:36 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:36 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 57x39x7) for time after (2025-01-28 00:00:00)
07:38:36 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 23:00:00) in space  (linearNDFast)
07:38:36 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:36 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 00:00:00) in space  (linearNDFast)
07:38:36 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:36 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 23:00:00, weight 0.87) and
                      after (2025-01-28 00:00:00, weight 0.13) in time
07:38:36 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:36 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40316978498314 and -59.09909085087026 degrees.
07:38:36 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40316978498314 and -59.09909085087026 degrees.
07:38:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:36 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:36 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:36 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:36 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:36 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.104192 (min) 0.588569 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.227482 (min) 0.483464 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.428733 (min) -0.378416 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.53756 (min) 0.216775 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.2847 (min) 9.02566 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 13.9623 (min) 71.6933 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.68486 (min) 7.08683 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9668 (min) 33.6465 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000513381 (min) 0.000691052 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:36 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:36 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:36 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:36 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:36 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
07:38:36 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 0 2]
07:38:36 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 3 0]
07:38:36 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 167.   0.]
 [  0.   0.   0.   0.   0.]
 [ 52.   0.   0. 170.   0.]
 [  0.   0. 329.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:36 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:36 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:36 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:36 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:36 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06006313499776772
07:38:36 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:36 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:36 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:36 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:36 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 4
07:38:36 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:36 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 4 elements
07:38:36 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:36 INFO    opendrift.models.chemicaldrift:1861: partitioning: [334, 0, 158, 8, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:36 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:36 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:36 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:36 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:36 INFO    opendrift.models.basemodel:2045: 2025-01-27 23:37:59.782365 - step 33 of 96 - 500 active elements (0 deactivated)
07:38:36 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:36 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:36 DEBUG   opendrift.models.basemodel:2064:               57.63184027715959 <- latitude  -> 57.82444059253268
07:38:36 DEBUG   opendrift.models.basemodel:2069:               10.597748697154982 <- longitude -> 10.907434882208623
07:38:36 DEBUG   opendrift.models.basemodel:2074:               -45.46563548608576   <- z ->   0.0
07:38:36 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:36 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']
07:38:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-27 23:00:00 (before)
                2025-01-28 00:00:00 (after)
07:38:36 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-27 23:00:00) in space  (linearNDFast)
07:38:36 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:36 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 00:00:00) in space  (linearNDFast)
07:38:36 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:36 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-27 23:00:00, weight 0.37) and
                      after (2025-01-28 00:00:00, weight 0.63) in time
07:38:36 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:36 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.402262370322596 and -59.09257612226105 degrees.
07:38:36 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.402262370322596 and -59.09257612226105 degrees.
07:38:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:36 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:36 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:36 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:36 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:36 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:36 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:36 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:36 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.132796 (min) 0.648004 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.258497 (min) 0.498865 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.370969 (min) -0.313779 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.50858 (min) -0.84656 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.06512 (min) 9.25232 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.0229 (min) 76.0506 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.6849 (min) 7.09429 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9729 (min) 33.6509 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000406225 (min) 0.000627499 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:36 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:36 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:36 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:36 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:36 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:36 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 1
07:38:36 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0]
07:38:36 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3]
07:38:36 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 168.   0.]
 [  0.   0.   0.   0.   0.]
 [ 52.   0.   0. 174.   0.]
 [  0.   0. 333.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:36 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:36 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:36 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:36 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:36 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06326367139711038
07:38:36 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:36 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:36 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:36 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 19 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:36 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:36 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:36 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 6
07:38:36 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:36 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 6 elements
07:38:36 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:36 INFO    opendrift.models.chemicaldrift:1861: partitioning: [333, 0, 162, 5, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:36 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:36 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:36 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:36 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:36 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:36 INFO    opendrift.models.basemodel:2045: 2025-01-28 00:07:59.782365 - step 34 of 96 - 500 active elements (0 deactivated)
07:38:36 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:36 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:36 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.8312410156816
07:38:36 DEBUG   opendrift.models.basemodel:2069:               10.598747128748467 <- longitude -> 10.914569640722437
07:38:36 DEBUG   opendrift.models.basemodel:2074:               -46.348829843509   <- z ->   0.0
07:38:36 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:36 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']
07:38:36 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:36 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:36 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:36 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 00:00:00 (before)
                2025-01-28 01:00:00 (after)
07:38:37 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:37 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:37 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:37 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:37 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:37 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:37 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 59x39x7) for time after (2025-01-28 01:00:00)
07:38:37 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 00:00:00) in space  (linearNDFast)
07:38:37 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:37 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 01:00:00) in space  (linearNDFast)
07:38:37 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:37 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 00:00:00, weight 0.87) and
                      after (2025-01-28 01:00:00, weight 0.13) in time
07:38:37 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.08544133548912 degrees.
07:38:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.08544133548912 degrees.
07:38:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:37 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:37 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:37 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:37 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:37 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:37 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:37 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:37 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:37 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.153272 (min) 0.673197 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.310776 (min) 0.468212 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.319178 (min) -0.254413 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.85024 (min) -1.14697 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.95189 (min) 9.50094 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.0937 (min) 79.2647 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.67747 (min) 7.09488 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.966 (min) 33.7121 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000338236 (min) 0.000615247 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:37 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:37 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:37 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:37 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:37 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:37 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:37 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
07:38:37 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0]
07:38:37 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3]
07:38:37 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 172.   0.]
 [  0.   0.   0.   0.   0.]
 [ 52.   0.   0. 176.   0.]
 [  0.   0. 339.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:37 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:37 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:37 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:37 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:37 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06618494859487783
07:38:37 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:37 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:37 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:37 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 10 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 10 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 11 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 11 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:37 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:37 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:37 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 13
07:38:37 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:37 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 13 elements
07:38:37 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:37 INFO    opendrift.models.chemicaldrift:1861: partitioning: [329, 0, 167, 4, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:37 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:37 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:37 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:37 DEBUG   opendrift.models.basemodel:736: Lifting 4 elements to seafloor.
07:38:37 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:37 INFO    opendrift.models.basemodel:2045: 2025-01-28 00:37:59.782365 - step 35 of 96 - 500 active elements (0 deactivated)
07:38:37 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:37 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:37 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.8384444973398
07:38:37 DEBUG   opendrift.models.basemodel:2069:               10.598747128748473 <- longitude -> 10.931424912545037
07:38:37 DEBUG   opendrift.models.basemodel:2074:               -47.70581876782291   <- z ->   0.0
07:38:37 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:37 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:37 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:37 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:37 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:37 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 00:00:00 (before)
                2025-01-28 01:00:00 (after)
07:38:37 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 00:00:00) in space  (linearNDFast)
07:38:37 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:37 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 01:00:00) in space  (linearNDFast)
07:38:37 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:37 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 00:00:00, weight 0.37) and
                      after (2025-01-28 01:00:00, weight 0.63) in time
07:38:37 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:37 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.06858604963685 degrees.
07:38:38 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.06858604963685 degrees.
07:38:38 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:38 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:38 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:38 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:38 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:38 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:38 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:38 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:38 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:38 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:38 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:38 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:38 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:38 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:38 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:38 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:38 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:38 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:38 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:38 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:38 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:38 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.173598 (min) 0.664219 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.31977 (min) 0.539127 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.280122 (min) -0.209461 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.57294 (min) -0.56501 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.25543 (min) 9.52738 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.1139 (min) 79.5882 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.67084 (min) 7.09358 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9661 (min) 33.7501 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000260417 (min) 0.000611636 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:38 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:38 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:38 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:38 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:38 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:38 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:38 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 5
07:38:38 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 0 0]
07:38:38 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 3 3]
07:38:38 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 174.   0.]
 [  0.   0.   0.   0.   0.]
 [ 55.   0.   0. 184.   0.]
 [  0.   0. 352.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:38 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:38 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:38 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:38 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:38 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06582761685242229
07:38:38 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:38 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:38 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:38 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 6 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 7 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 20 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:38 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:38 DEBUG   opendrift.models.oceandrift:535: 8 elements reached seafloor, interacting with bottom
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 8 elements to seafloor.
07:38:38 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 4
07:38:38 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:38 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 4 elements
07:38:38 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:38 INFO    opendrift.models.chemicaldrift:1861: partitioning: [330, 0, 166, 4, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:38 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:38 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:38 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:38 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:38 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:38 INFO    opendrift.models.basemodel:2045: 2025-01-28 01:07:59.782365 - step 36 of 96 - 500 active elements (0 deactivated)
07:38:38 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:38 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:38 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.8454523811504
07:38:38 DEBUG   opendrift.models.basemodel:2069:               10.59874712874847 <- longitude -> 10.945828961992467
07:38:38 DEBUG   opendrift.models.basemodel:2074:               -48.51578044509054   <- z ->   0.0
07:38:38 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:38 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']
07:38:38 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:38 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:38 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:38 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:38 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 01:00:00 (before)
                2025-01-28 02:00:00 (after)
07:38:39 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:39 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:39 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:39 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:39 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:39 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:39 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 62x39x7) for time after (2025-01-28 02:00:00)
07:38:39 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 01:00:00) in space  (linearNDFast)
07:38:39 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:39 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 02:00:00) in space  (linearNDFast)
07:38:39 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:39 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 01:00:00, weight 0.87) and
                      after (2025-01-28 02:00:00, weight 0.13) in time
07:38:39 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:39 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.05418200783674 degrees.
07:38:39 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.05418200783674 degrees.
07:38:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:39 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:39 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:39 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:39 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:39 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.186303 (min) 0.678368 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.342019 (min) 0.442475 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.245788 (min) -0.169931 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.60017 (min) -0.220846 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 8.34774 (min) 9.50902 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.0658 (min) 78.9007 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.67741 (min) 7.09261 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9923 (min) 33.7712 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000258381 (min) 0.000555243 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:39 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:39 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:39 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:39 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:39 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:39 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 8
07:38:39 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 2 2 0 0 0 0 0]
07:38:39 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 0 0 3 3 3 3 3]
07:38:39 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 179.   0.]
 [  0.   0.   0.   0.   0.]
 [ 58.   0.   0. 186.   0.]
 [  0.   0. 356.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:39 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:39 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:39 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:39 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:39 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06539068035045832
07:38:39 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:39 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:39 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:39 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 9 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:39 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 11
07:38:39 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:39 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 11 elements
07:38:39 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:39 INFO    opendrift.models.chemicaldrift:1861: partitioning: [328, 0, 167, 5, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:39 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:39 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:39 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 5 elements to seafloor.
07:38:39 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:39 INFO    opendrift.models.basemodel:2045: 2025-01-28 01:37:59.782365 - step 37 of 96 - 500 active elements (0 deactivated)
07:38:39 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:39 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:39 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.85133560771597
07:38:39 DEBUG   opendrift.models.basemodel:2069:               10.59874712874847 <- longitude -> 10.958136945388295
07:38:39 DEBUG   opendrift.models.basemodel:2074:               -49.350704588602326   <- z ->   0.0
07:38:39 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 01:00:00 (before)
                2025-01-28 02:00:00 (after)
07:38:39 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 01:00:00) in space  (linearNDFast)
07:38:39 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:39 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 02:00:00) in space  (linearNDFast)
07:38:39 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:39 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 01:00:00, weight 0.37) and
                      after (2025-01-28 02:00:00, weight 0.63) in time
07:38:39 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:39 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.04187400870445 degrees.
07:38:39 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.04187400870445 degrees.
07:38:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:39 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:39 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:39 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:39 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:39 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:39 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:39 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:39 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.197288 (min) 0.656423 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.31879 (min) 0.545109 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.22659 (min) -0.14527 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -1.91558 (min) -0.600704 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.84575 (min) 9.33755 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.0028 (min) 79.9598 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.74558 (min) 7.0926 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 29.1418 (min) 33.8093 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000236119 (min) 0.000471546 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:39 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:39 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:39 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:39 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:39 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:39 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:39 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 8
07:38:39 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 2 0 0]
07:38:39 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 0 3 3]
07:38:39 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 186.   0.]
 [  0.   0.   0.   0.   0.]
 [ 59.   0.   0. 193.   0.]
 [  0.   0. 367.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:39 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:39 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:39 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:39 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:39 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06372958589561709
07:38:39 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:39 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:39 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:39 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 12 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:39 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:39 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:39 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 17
07:38:39 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:39 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 17 elements
07:38:39 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:39 INFO    opendrift.models.chemicaldrift:1861: partitioning: [322, 0, 173, 5, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:39 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:39 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:39 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:39 DEBUG   opendrift.models.basemodel:736: Lifting 6 elements to seafloor.
07:38:39 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:39 INFO    opendrift.models.basemodel:2045: 2025-01-28 02:07:59.782365 - step 38 of 96 - 500 active elements (0 deactivated)
07:38:39 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:39 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:39 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.86014437576103
07:38:39 DEBUG   opendrift.models.basemodel:2069:               10.598747128748473 <- longitude -> 10.974617813900549
07:38:39 DEBUG   opendrift.models.basemodel:2074:               -50.119052554836756   <- z ->   0.0
07:38:39 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:39 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:39 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:39 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:39 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 02:00:00 (before)
                2025-01-28 03:00:00 (after)
07:38:41 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:41 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:41 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:41 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:41 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:41 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:41 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 65x40x8) for time after (2025-01-28 03:00:00)
07:38:41 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 02:00:00) in space  (linearNDFast)
07:38:41 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:41 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 03:00:00) in space  (linearNDFast)
07:38:41 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:41 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 02:00:00, weight 0.87) and
                      after (2025-01-28 03:00:00, weight 0.13) in time
07:38:41 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:41 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.02539313652023 degrees.
07:38:41 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.02539313652023 degrees.
07:38:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:41 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:41 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:41 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:41 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:41 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.211159 (min) 0.614173 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.301367 (min) 0.521887 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.223 (min) -0.131669 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.11461 (min) -0.80833 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.3861 (min) 9.16674 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.0034 (min) 81.1003 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.6518 (min) 7.09161 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9549 (min) 33.8349 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000631522 (min) 0.000432169 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:41 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 9 elements to seafloor.
07:38:41 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:41 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:41 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:41 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:41 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
07:38:41 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 2 0 0 0 2]
07:38:41 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 0 3 3 3 0]
07:38:41 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 193.   0.]
 [  0.   0.   0.   0.   0.]
 [ 61.   0.   0. 203.   0.]
 [  0.   0. 384.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:41 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:41 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:41 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:41 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:41 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06209110049168467
07:38:41 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:41 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:41 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:41 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 13 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 13 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 14 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 14 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 12
07:38:41 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:41 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 12 elements
07:38:41 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:41 INFO    opendrift.models.chemicaldrift:1861: partitioning: [317, 0, 176, 7, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:41 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:41 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:41 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 7 elements to seafloor.
07:38:41 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:41 INFO    opendrift.models.basemodel:2045: 2025-01-28 02:37:59.782365 - step 39 of 96 - 500 active elements (0 deactivated)
07:38:41 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:41 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:41 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.864464874127826
07:38:41 DEBUG   opendrift.models.basemodel:2069:               10.598747128748473 <- longitude -> 10.986493102105474
07:38:41 DEBUG   opendrift.models.basemodel:2074:               -50.59620332935692   <- z ->   0.0
07:38:41 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 02:00:00 (before)
                2025-01-28 03:00:00 (after)
07:38:41 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 02:00:00) in space  (linearNDFast)
07:38:41 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:41 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 03:00:00) in space  (linearNDFast)
07:38:41 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:41 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 02:00:00, weight 0.37) and
                      after (2025-01-28 03:00:00, weight 0.63) in time
07:38:41 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:41 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.013517848739866 degrees.
07:38:41 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.013517848739866 degrees.
07:38:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:41 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:41 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:41 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:41 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:41 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:41 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:41 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:41 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.21245 (min) 0.602473 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.256504 (min) 0.439666 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.25885 (min) -0.156697 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.01805 (min) -0.78216 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.97642 (min) 8.95881 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.0885 (min) 82.8609 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.69162 (min) 7.08792 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 29.006 (min) 33.8402 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00078863 (min) 0.000354147 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:41 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:41 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:41 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:41 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:41 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:41 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:41 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 9
07:38:41 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 2 2 0 0 0 0]
07:38:41 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 0 0 3 3 3 3]
07:38:41 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 200.   0.]
 [  0.   0.   0.   0.   0.]
 [ 63.   0.   0. 210.   0.]
 [  0.   0. 396.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:41 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:41 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:41 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:41 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:41 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.05903106924663139
07:38:41 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:41 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:41 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:41 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 15 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 15 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 16 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 16 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 17 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 18 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 18 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 19 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 19 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:41 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:41 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:41 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 15
07:38:41 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:41 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 15 elements
07:38:41 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:41 INFO    opendrift.models.chemicaldrift:1861: partitioning: [312, 0, 178, 10, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:41 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:41 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:41 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:41 DEBUG   opendrift.models.basemodel:736: Lifting 12 elements to seafloor.
07:38:41 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:41 INFO    opendrift.models.basemodel:2045: 2025-01-28 03:07:59.782365 - step 40 of 96 - 500 active elements (0 deactivated)
07:38:41 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:41 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:41 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.868281318287465
07:38:41 DEBUG   opendrift.models.basemodel:2069:               10.598747128748473 <- longitude -> 10.997795897124064
07:38:41 DEBUG   opendrift.models.basemodel:2074:               -51.47879113780351   <- z ->   -0.1525629199087992
07:38:41 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:41 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:41 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:41 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:41 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 03:00:00 (before)
                2025-01-28 04:00:00 (after)
07:38:43 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:43 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:43 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:43 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:43 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:43 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:43 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 67x40x8) for time after (2025-01-28 04:00:00)
07:38:43 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 03:00:00) in space  (linearNDFast)
07:38:43 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:43 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 04:00:00) in space  (linearNDFast)
07:38:43 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:43 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 03:00:00, weight 0.87) and
                      after (2025-01-28 04:00:00, weight 0.13) in time
07:38:43 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:43 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.00221505434091 degrees.
07:38:43 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -59.00221505434091 degrees.
07:38:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:43 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:43 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:43 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:43 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:43 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:43 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:43 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.213462 (min) 0.58088 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.224937 (min) 0.537951 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.294555 (min) -0.186068 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.00198 (min) -0.74442 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.67816 (min) 8.82026 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.3237 (min) 83.2299 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.72177 (min) 7.08488 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 29.1214 (min) 33.8601 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000830417 (min) 0.000334678 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:43 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:43 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:43 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:43 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:43 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:43 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 14
07:38:43 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2 2 0 0 0 0 0 0 0 0 0 0]
07:38:43 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0 0 3 3 3 3 3 3 3 3 3 3]
07:38:43 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 212.   0.]
 [  0.   0.   0.   0.   0.]
 [ 65.   0.   0. 221.   0.]
 [  0.   0. 411.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:43 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:43 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:43 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:43 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:43 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.05668996274889502
07:38:43 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:43 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:43 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:43 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 21 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 19 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 19 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:43 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 18
07:38:43 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:43 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 18 elements
07:38:43 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:43 INFO    opendrift.models.chemicaldrift:1861: partitioning: [302, 0, 186, 12, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:43 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:43 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:43 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 17 elements to seafloor.
07:38:43 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:43 INFO    opendrift.models.basemodel:2045: 2025-01-28 03:37:59.782365 - step 41 of 96 - 500 active elements (0 deactivated)
07:38:43 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:43 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:43 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.8728915564477
07:38:43 DEBUG   opendrift.models.basemodel:2069:               10.59874712874847 <- longitude -> 11.00862034989688
07:38:43 DEBUG   opendrift.models.basemodel:2074:               -52.22519728128438   <- z ->   -0.028399718211458314
07:38:43 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 03:00:00 (before)
                2025-01-28 04:00:00 (after)
07:38:43 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 03:00:00) in space  (linearNDFast)
07:38:43 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:43 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 04:00:00) in space  (linearNDFast)
07:38:43 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:43 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 03:00:00, weight 0.37) and
                      after (2025-01-28 04:00:00, weight 0.63) in time
07:38:43 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:43 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.991390587418216 degrees.
07:38:43 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.991390587418216 degrees.
07:38:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:43 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:43 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:43 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:43 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:43 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:43 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:43 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:43 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:43 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.204157 (min) 0.580895 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.174389 (min) 0.622478 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.328929 (min) -0.229566 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.26883 (min) -0.694719 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.77508 (min) 8.59431 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.4015 (min) 83.3046 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.7231 (min) 7.08357 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 29.0527 (min) 33.8647 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00069667 (min) 0.000291615 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:43 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:43 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:43 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:43 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:43 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:43 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:43 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 12
07:38:43 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0 0 2 0 0 0 2 0 0]
07:38:43 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3 3 0 3 3 3 0 3 3]
07:38:43 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 222.   0.]
 [  0.   0.   0.   0.   0.]
 [ 67.   0.   0. 229.   0.]
 [  0.   0. 429.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:43 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:43 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:43 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:43 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:43 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.054315161563170865
07:38:43 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:43 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:43 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:43 DEBUG   opendrift.models.oceandrift:517: 17 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 23 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 23 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:43 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:43 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:43 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 8
07:38:43 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:43 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 8 elements
07:38:43 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:43 INFO    opendrift.models.chemicaldrift:1861: partitioning: [294, 0, 185, 21, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:43 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:43 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:43 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:43 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:43 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:43 INFO    opendrift.models.basemodel:2045: 2025-01-28 04:07:59.782365 - step 42 of 96 - 500 active elements (0 deactivated)
07:38:43 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:43 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:43 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.87819972724079
07:38:43 DEBUG   opendrift.models.basemodel:2069:               10.59874712874847 <- longitude -> 11.018985331871955
07:38:43 DEBUG   opendrift.models.basemodel:2074:               -53.26498143463043   <- z ->   -0.4922342434820727
07:38:43 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:43 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:43 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:43 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:43 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 04:00:00 (before)
                2025-01-28 05:00:00 (after)
07:38:44 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:44 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:44 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:44 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:44 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:44 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:44 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 69x40x8) for time after (2025-01-28 05:00:00)
07:38:44 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 04:00:00) in space  (linearNDFast)
07:38:44 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:44 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 05:00:00) in space  (linearNDFast)
07:38:44 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:44 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 04:00:00, weight 0.87) and
                      after (2025-01-28 05:00:00, weight 0.13) in time
07:38:44 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:44 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.981025612355594 degrees.
07:38:45 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.981025612355594 degrees.
07:38:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:45 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:45 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:45 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:45 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:45 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.183548 (min) 0.486845 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.138412 (min) 0.671336 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.365881 (min) -0.275401 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.62184 (min) -0.705892 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.91637 (min) 8.50086 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.5699 (min) 83.4723 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.66446 (min) 7.08261 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9392 (min) 33.8674 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00104887 (min) 0.000271505 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:45 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:45 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:45 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:45 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:45 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:45 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
07:38:45 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 0]
07:38:45 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 3]
07:38:45 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 226.   0.]
 [  0.   0.   0.   0.   0.]
 [ 67.   0.   0. 236.   0.]
 [  0.   0. 437.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:45 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:45 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:45 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:45 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:45 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.05314718731362949
07:38:45 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:45 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:45 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:45 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 29 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 3 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:45 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 6
07:38:45 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:45 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 6 elements
07:38:45 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:45 INFO    opendrift.models.chemicaldrift:1861: partitioning: [290, 0, 183, 27, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:45 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:45 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:45 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 29 elements to seafloor.
07:38:45 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:45 INFO    opendrift.models.basemodel:2045: 2025-01-28 04:37:59.782365 - step 43 of 96 - 500 active elements (0 deactivated)
07:38:45 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:45 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:45 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.88389421472489
07:38:45 DEBUG   opendrift.models.basemodel:2069:               10.59874712874847 <- longitude -> 11.029212183109953
07:38:45 DEBUG   opendrift.models.basemodel:2074:               -54.79600554756851   <- z ->   -0.22869441657359546
07:38:45 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 04:00:00 (before)
                2025-01-28 05:00:00 (after)
07:38:45 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 04:00:00) in space  (linearNDFast)
07:38:45 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:45 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 05:00:00) in space  (linearNDFast)
07:38:45 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:45 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 04:00:00, weight 0.37) and
                      after (2025-01-28 05:00:00, weight 0.63) in time
07:38:45 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:45 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.97079875347899 degrees.
07:38:45 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.97079875347899 degrees.
07:38:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:45 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:45 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:45 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:45 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:45 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:45 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:45 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:45 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.153178 (min) 0.510253 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0923245 (min) 0.734089 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.405861 (min) -0.323342 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.01526 (min) -0.871464 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.14542 (min) 8.64086 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 14.8092 (min) 84.2696 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.75247 (min) 7.0826 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 29.132 (min) 33.8715 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000963547 (min) 0.000246282 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:45 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:45 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:45 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:45 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:45 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:45 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:45 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
07:38:45 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2 0 0 2 2]
07:38:45 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 3 3 0 0]
07:38:45 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 229.   0.]
 [  0.   0.   0.   0.   0.]
 [ 70.   0.   0. 244.   0.]
 [  0.   0. 443.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:45 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:45 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:45 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:45 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:45 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.060527955054397196
07:38:45 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:45 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:45 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:45 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:45 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:45 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 10
07:38:45 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:45 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 10 elements
07:38:45 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:45 INFO    opendrift.models.chemicaldrift:1861: partitioning: [290, 0, 182, 28, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:45 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:45 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:45 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:45 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:45 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:45 INFO    opendrift.models.basemodel:2045: 2025-01-28 05:07:59.782365 - step 44 of 96 - 500 active elements (0 deactivated)
07:38:45 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:45 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:45 DEBUG   opendrift.models.basemodel:2064:               57.632505767179545 <- latitude  -> 57.890643944902024
07:38:45 DEBUG   opendrift.models.basemodel:2069:               10.59874712874847 <- longitude -> 11.038495728795969
07:38:45 DEBUG   opendrift.models.basemodel:2074:               -56.242496490478516   <- z ->   -0.18756362003724925
07:38:45 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:45 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:45 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:45 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:45 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 05:00:00 (before)
                2025-01-28 06:00:00 (after)
07:38:46 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:46 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:46 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:46 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:46 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:46 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:46 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 71x39x8) for time after (2025-01-28 06:00:00)
07:38:46 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 05:00:00) in space  (linearNDFast)
07:38:46 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 06:00:00) in space  (linearNDFast)
07:38:46 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:46 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 05:00:00, weight 0.87) and
                      after (2025-01-28 06:00:00, weight 0.13) in time
07:38:46 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:46 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.961515205890684 degrees.
07:38:46 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.961515205890684 degrees.
07:38:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:46 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:46 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:46 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:46 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:46 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.136554 (min) 0.526692 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0519043 (min) 0.836545 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.4407 (min) -0.363947 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.28717 (min) -0.799791 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.30162 (min) 9.10382 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 15.3321 (min) 84.4287 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.61838 (min) 7.08259 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.8739 (min) 33.8724 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.000984591 (min) 0.000704179 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:46 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:46 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:46 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:46 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:46 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 7
07:38:46 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 2 0 0 2 0]
07:38:46 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 0 3 3 0 3]
07:38:46 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 234.   0.]
 [  0.   0.   0.   0.   0.]
 [ 72.   0.   0. 252.   0.]
 [  0.   0. 453.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:46 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:46 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:46 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:46 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:46 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06770270646837959
07:38:46 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:46 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:46 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:46 DEBUG   opendrift.models.oceandrift:517: 16 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 41 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 41 elements to seafloor.
07:38:46 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 10
07:38:46 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:46 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 10 elements
07:38:46 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:46 INFO    opendrift.models.chemicaldrift:1861: partitioning: [287, 0, 182, 31, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:46 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:46 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:46 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:46 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:46 INFO    opendrift.models.basemodel:2045: 2025-01-28 05:37:59.782365 - step 45 of 96 - 500 active elements (0 deactivated)
07:38:46 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:46 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:46 DEBUG   opendrift.models.basemodel:2064:               57.632505767179545 <- latitude  -> 57.89789941293216
07:38:46 DEBUG   opendrift.models.basemodel:2069:               10.59874712874847 <- longitude -> 11.047811465027722
07:38:46 DEBUG   opendrift.models.basemodel:2074:               -57.12285614013672   <- z ->   0.0
07:38:46 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:46 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']
07:38:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 05:00:00 (before)
                2025-01-28 06:00:00 (after)
07:38:46 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 05:00:00) in space  (linearNDFast)
07:38:46 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:46 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 06:00:00) in space  (linearNDFast)
07:38:46 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:46 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 05:00:00, weight 0.37) and
                      after (2025-01-28 06:00:00, weight 0.63) in time
07:38:46 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:46 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.952199473886864 degrees.
07:38:46 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.952199473886864 degrees.
07:38:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:46 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:46 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:46 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:46 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:46 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:46 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:46 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:46 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.141182 (min) 0.529474 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0345715 (min) 0.837253 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.4629 (min) -0.387961 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.34058 (min) -0.811597 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 7.14662 (min) 9.27583 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 16.0405 (min) 83.9661 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.59097 (min) 7.08258 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.8636 (min) 33.8649 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00094784 (min) 0.000367562 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:46 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:46 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:46 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:46 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:46 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:46 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:46 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
07:38:46 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 2 0 2]
07:38:46 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 0 3 0]
07:38:46 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 236.   0.]
 [  0.   0.   0.   0.   0.]
 [ 74.   0.   0. 260.   0.]
 [  0.   0. 463.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:46 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:46 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:46 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:46 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:46 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.07024305434463551
07:38:46 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:46 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:46 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:46 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 4 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:46 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:46 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:46 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 6
07:38:46 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:46 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 6 elements
07:38:46 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:46 INFO    opendrift.models.chemicaldrift:1861: partitioning: [287, 0, 181, 32, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:46 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:46 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:46 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:46 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:46 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:46 INFO    opendrift.models.basemodel:2045: 2025-01-28 06:07:59.782365 - step 46 of 96 - 500 active elements (0 deactivated)
07:38:46 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:46 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:46 DEBUG   opendrift.models.basemodel:2064:               57.632505767179545 <- latitude  -> 57.90711475139993
07:38:46 DEBUG   opendrift.models.basemodel:2069:               10.598747128748467 <- longitude -> 11.057342167039872
07:38:46 DEBUG   opendrift.models.basemodel:2074:               -58.12074279785156   <- z ->   -0.2757269288733233
07:38:46 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:46 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']
07:38:46 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:46 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:46 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:46 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 06:00:00 (before)
                2025-01-28 07:00:00 (after)
07:38:48 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:48 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:48 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:48 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:48 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:48 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:48 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 74x39x8) for time after (2025-01-28 07:00:00)
07:38:48 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 06:00:00) in space  (linearNDFast)
07:38:48 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:48 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 07:00:00) in space  (linearNDFast)
07:38:48 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:48 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:48 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 06:00:00, weight 0.87) and
                      after (2025-01-28 07:00:00, weight 0.13) in time
07:38:48 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:48 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.942668757355946 degrees.
07:38:48 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.942668757355946 degrees.
07:38:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:48 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:48 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:48 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:48 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:48 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.144494 (min) 0.555625 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.0233098 (min) 1.01061 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.48674 (min) -0.412635 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.25635 (min) -0.756322 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.76329 (min) 9.35788 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 16.0794 (min) 82.9011 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.78262 (min) 7.08258 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 29.2642 (min) 33.8508 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00107685 (min) 0.000218684 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:48 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:48 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:48 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:48 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:48 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:48 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 10
07:38:48 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 0 0 2 2 2 2 2 0]
07:38:48 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3 3 0 0 0 0 0 3]
07:38:48 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 240.   0.]
 [  0.   0.   0.   0.   0.]
 [ 80.   0.   0. 265.   0.]
 [  0.   0. 469.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:48 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:48 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:48 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:48 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:48 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.07094630032944678
07:38:48 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:48 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:48 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:48 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 4 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 15 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 4 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 42 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 42 elements to seafloor.
07:38:48 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 14
07:38:48 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:48 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 14 elements
07:38:48 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:48 INFO    opendrift.models.chemicaldrift:1861: partitioning: [289, 0, 183, 28, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:48 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:48 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:48 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:48 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:48 INFO    opendrift.models.basemodel:2045: 2025-01-28 06:37:59.782365 - step 47 of 96 - 500 active elements (0 deactivated)
07:38:48 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:48 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:48 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.92344712848373
07:38:48 DEBUG   opendrift.models.basemodel:2069:               10.598747128748466 <- longitude -> 11.066359538349507
07:38:48 DEBUG   opendrift.models.basemodel:2074:               -59.16328811645508   <- z ->   -0.14327407007562953
07:38:48 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 06:00:00 (before)
                2025-01-28 07:00:00 (after)
07:38:48 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 06:00:00) in space  (linearNDFast)
07:38:48 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:48 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 07:00:00) in space  (linearNDFast)
07:38:48 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:48 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 06:00:00, weight 0.37) and
                      after (2025-01-28 07:00:00, weight 0.63) in time
07:38:48 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:48 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.93365138647281 degrees.
07:38:48 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.93365138647281 degrees.
07:38:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:48 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:48 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:48 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:48 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:48 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:48 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:48 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:48 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.160284 (min) 0.569798 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.00807919 (min) 1.09384 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.522398 (min) -0.442017 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.81529 (min) -0.882681 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 6.48208 (min) 9.20521 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 16.0794 (min) 83.8769 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.6118 (min) 7.08258 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9138 (min) 33.8219 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00110924 (min) 0.000220846 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:48 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:48 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:48 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:48 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:48 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:48 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:48 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 4
07:38:48 DEBUG   opendrift.models.chemicaldrift:1452: old species: [0 0 0 2]
07:38:48 DEBUG   opendrift.models.chemicaldrift:1453: new species: [3 3 3 0]
07:38:48 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 243.   0.]
 [  0.   0.   0.   0.   0.]
 [ 81.   0.   0. 271.   0.]
 [  0.   0. 483.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:48 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:48 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:48 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:48 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:48 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06638394637181827
07:38:48 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:48 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:48 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:48 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 41 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 41 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 41 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 41 elements to seafloor.
07:38:48 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:48 DEBUG   opendrift.models.oceandrift:535: 41 elements reached seafloor, interacting with bottom
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 41 elements to seafloor.
07:38:48 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 13
07:38:48 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:48 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 13 elements
07:38:48 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:48 INFO    opendrift.models.chemicaldrift:1861: partitioning: [287, 0, 185, 28, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:48 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:48 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:48 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:48 DEBUG   opendrift.models.basemodel:736: Lifting 44 elements to seafloor.
07:38:48 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:48 INFO    opendrift.models.basemodel:2045: 2025-01-28 07:07:59.782365 - step 48 of 96 - 500 active elements (0 deactivated)
07:38:48 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:48 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:48 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.94112462073271
07:38:48 DEBUG   opendrift.models.basemodel:2069:               10.598747128748466 <- longitude -> 11.074850003479035
07:38:48 DEBUG   opendrift.models.basemodel:2074:               -60.27637481689453   <- z ->   -0.1458889233454252
07:38:48 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:48 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:48 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:48 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:48 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 07:00:00 (before)
                2025-01-28 08:00:00 (after)
07:38:50 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:50 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:50 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:50 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:50 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:50 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:50 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 78x39x8) for time after (2025-01-28 08:00:00)
07:38:50 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 07:00:00) in space  (linearNDFast)
07:38:50 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:50 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 08:00:00) in space  (linearNDFast)
07:38:50 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:50 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:50 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:50 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:50 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:50 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:50 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:50 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:50 DEBUG   opendrift:136: Linear2DInterpolator informational: NaN values for 1 elements, expanding data 1
07:38:50 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 07:00:00, weight 0.87) and
                      after (2025-01-28 08:00:00, weight 0.13) in time
07:38:50 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:50 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.9251609235272 degrees.
07:38:50 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.9251609235272 degrees.
07:38:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:50 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:50 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:50 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:50 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:50 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.164938 (min) 0.617886 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.00162082 (min) 1.12871 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.560278 (min) -0.470028 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -2.97122 (min) -1.33099 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 5.98525 (min) 9.14771 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 16.0794 (min) 87.7293 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.82876 (min) 7.08125 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 29.2861 (min) 33.8019 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00114229 (min) 0.000380662 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:50 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 41 elements to seafloor.
07:38:50 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:50 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:50 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:50 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:50 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 6
07:38:50 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 2 0 2 0]
07:38:50 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 0 3 0 3]
07:38:50 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 246.   0.]
 [  0.   0.   0.   0.   0.]
 [ 84.   0.   0. 281.   0.]
 [  0.   0. 496.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:50 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:50 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:50 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:50 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:50 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.0634483213940862
07:38:50 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:50 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:50 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:50 DEBUG   opendrift.models.oceandrift:517: 14 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 34 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 36 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 36 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 3 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 37 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 37 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 38 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 38 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 3 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 39 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 39 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 40 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 40 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 41 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 41 elements to seafloor.
07:38:50 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 17
07:38:50 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:50 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 17 elements
07:38:50 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:50 INFO    opendrift.models.chemicaldrift:1861: partitioning: [287, 0, 189, 24, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:50 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:50 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:50 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 41 elements to seafloor.
07:38:50 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:50 INFO    opendrift.models.basemodel:2045: 2025-01-28 07:37:59.782365 - step 49 of 96 - 500 active elements (0 deactivated)
07:38:50 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:50 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:50 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.95936564743213
07:38:50 DEBUG   opendrift.models.basemodel:2069:               10.598747128748466 <- longitude -> 11.082595308213072
07:38:50 DEBUG   opendrift.models.basemodel:2074:               -61.56443786621094   <- z ->   0.0
07:38:50 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 07:00:00 (before)
                2025-01-28 08:00:00 (after)
07:38:50 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 07:00:00) in space  (linearNDFast)
07:38:50 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:50 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 08:00:00) in space  (linearNDFast)
07:38:50 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:50 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 07:00:00, weight 0.37) and
                      after (2025-01-28 08:00:00, weight 0.63) in time
07:38:50 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:50 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.91741561238972 degrees.
07:38:50 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.91741561238972 degrees.
07:38:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:50 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:50 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:50 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:50 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:50 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:50 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:50 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:50 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.160188 (min) 0.601076 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: -0.000369843 (min) 0.897579 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.590441 (min) -0.494871 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -3.02288 (min) -1.54328 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 5.66166 (min) 9.25397 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 16.0794 (min) 96.2443 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.63433 (min) 7.07625 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 28.9397 (min) 33.7614 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.001195 (min) 0.000447407 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:50 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:50 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:50 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:50 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:50 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:50 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:50 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 3
07:38:50 DEBUG   opendrift.models.chemicaldrift:1452: old species: [2 0 0]
07:38:50 DEBUG   opendrift.models.chemicaldrift:1453: new species: [0 3 3]
07:38:50 DEBUG   opendrift.models.chemicaldrift:1460: Number of transformations total:
 [[  0.   0.   0. 248.   0.]
 [  0.   0.   0.   0.   0.]
 [ 85.   0.   0. 291.   0.]
 [  0.   0. 513.   0.   0.]
 [  0.   0.   0.   0.   0.]]
07:38:50 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 0 elements
07:38:50 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:50 DEBUG   opendrift.models.chemicaldrift:1504: Adding uncertainty for desorption from sediments: 0.5 m
07:38:50 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:50 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06360738969479633
07:38:50 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:50 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:50 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:50 DEBUG   opendrift.models.oceandrift:517: 18 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 10 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 12 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 28 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 28 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 3 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 30 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 30 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 4 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 31 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 31 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 32 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 32 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 33 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 33 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:50 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:50 DEBUG   opendrift.models.oceandrift:535: 35 elements reached seafloor, interacting with bottom
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 35 elements to seafloor.
07:38:50 INFO    opendrift.models.chemicaldrift:1633: Number of resuspended particles: 16
07:38:50 DEBUG   opendrift.models.chemicaldrift:1638: Adding uncertainty for resuspension from sediments: 0.5 m
07:38:50 DEBUG   opendrift.models.chemicaldrift:1539: Updated particle diameter for 16 elements
07:38:50 DEBUG   opendrift.models.chemicaldrift:1543: Adding uncertainty for particle diameter: 5e-06 m
07:38:50 INFO    opendrift.models.chemicaldrift:1861: partitioning: [286, 0, 195, 19, 0] ['LMM', 'Humic colloid', 'Particle reversible', 'Sediment reversible', 'Sediment slowly reversible']
07:38:50 DEBUG   opendrift.models.basemodel:1644: Horizontal diffusivity is 0, no random walk.
07:38:50 DEBUG   opendrift.models.basemodel:2133: 500 active elements (0 deactivated)
07:38:50 DEBUG   opendrift.models.basemodel:872: to be seeded: 0, already seeded 500
07:38:50 DEBUG   opendrift.models.basemodel:736: Lifting 34 elements to seafloor.
07:38:50 DEBUG   opendrift.models.basemodel:2044: ======================================================================
07:38:50 INFO    opendrift.models.basemodel:2045: 2025-01-28 08:07:59.782365 - step 50 of 96 - 500 active elements (0 deactivated)
07:38:50 DEBUG   opendrift.models.basemodel:2051: 0 elements scheduled.
07:38:50 DEBUG   opendrift.models.basemodel:2053: ======================================================================
07:38:50 DEBUG   opendrift.models.basemodel:2064:               57.63250576717954 <- latitude  -> 57.97387123907296
07:38:50 DEBUG   opendrift.models.basemodel:2069:               10.598747128748466 <- longitude -> 11.089457715530957
07:38:50 DEBUG   opendrift.models.basemodel:2074:               -63.09143829345703   <- z ->   0.0
07:38:50 DEBUG   opendrift.models.basemodel:2075: ---------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38: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']
07:38:50 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:613: Calling reader https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be
07:38:50 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:50 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from https://thredds.met.no/thredds/dodsC/sea/norkyst800m/1h/aggregate_be covering 500 elements
07:38:50 DEBUG   opendrift.readers.basereader.structured:222: Reader time:
                2025-01-28 08:00:00 (before)
                2025-01-28 09:00:00 (after)
07:38:51 DEBUG   opendrift.readers.basereader.variables:633: Checking sea_floor_depth_below_sea_level for invalid values
07:38:51 DEBUG   opendrift.readers.basereader.variables:633: Checking x_wind for invalid values
07:38:51 DEBUG   opendrift.readers.basereader.variables:633: Checking y_wind for invalid values
07:38:51 DEBUG   opendrift.readers.basereader.variables:633: Checking x_sea_water_velocity for invalid values
07:38:51 DEBUG   opendrift.readers.basereader.variables:633: Checking y_sea_water_velocity for invalid values
07:38:51 DEBUG   opendrift.readers.interpolation.structured:70: Filled NaN-values toward seafloor for :['upward_sea_water_velocity', 'sea_water_salinity', 'x_sea_water_velocity', 'sea_water_temperature', 'y_sea_water_velocity']
07:38:51 DEBUG   opendrift.readers.basereader.structured:315: Fetched env-block (size 83x39x8) for time after (2025-01-28 09:00:00)
07:38:51 DEBUG   opendrift.readers.basereader.structured:336: Interpolating before (2025-01-28 08:00:00) in space  (linearNDFast)
07:38:51 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:51 DEBUG   opendrift.readers.basereader.structured:342: Interpolating after (2025-01-28 09:00:00) in space  (linearNDFast)
07:38:51 DEBUG   opendrift.readers.interpolation.structured:97: Initialising interpolator.
07:38:51 DEBUG   opendrift.readers.basereader.structured:357: Interpolating before (2025-01-28 08:00:00, weight 0.87) and
                      after (2025-01-28 09:00:00, weight 0.13) in time
07:38:51 DEBUG   opendrift.readers.basereader.structured:370: Interpolating profiles in time
07:38:51 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.91055319928431 degrees.
07:38:51 DEBUG   opendrift.readers.basereader.variables:96: Rotating vectors between -59.40126393425859 and -58.91055319928431 degrees.
07:38:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['ocean_mixed_layer_thickness']
07:38:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader constant_reader
07:38:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from constant_reader covering 500 elements
07:38:51 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:51 DEBUG   opendrift.models.basemodel.environment:607: ----------------------------------------
07:38:51 DEBUG   opendrift.models.basemodel.environment:608: Variable group ['land_binary_mask']
07:38:51 DEBUG   opendrift.models.basemodel.environment:609: ----------------------------------------
07:38:51 DEBUG   opendrift.models.basemodel.environment:613: Calling reader global_landmask
07:38:51 DEBUG   opendrift.models.basemodel.environment:614: ----------------------------------------
07:38:51 DEBUG   opendrift.models.basemodel.environment:630: Data needed for 500 elements
07:38:51 DEBUG   opendrift.readers.basereader.variables:752: Fetching variables from global_landmask covering 500 elements
07:38:51 DEBUG   opendrift.readers.basereader.continuous:37: Fetched env-before
07:38:51 DEBUG   opendrift.readers.basereader.variables:633: Checking land_binary_mask for invalid values
07:38:51 DEBUG   opendrift.readers.basereader.variables:788: Reader projection is latlon - rotation of vectors is not needed.
07:38:51 DEBUG   opendrift.models.basemodel.environment:764: Obtained data for all elements.
07:38:51 DEBUG   opendrift.models.basemodel.environment:777: ---------------------------------------
07:38:51 DEBUG   opendrift.models.basemodel.environment:778: Finished processing all variable groups
07:38:51 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 0.0001 for ocean_vertical_diffusivity for all profiles
07:38:51 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 10 for sea_water_temperature for 0 profiles
07:38:51 DEBUG   opendrift.models.basemodel.environment:814:       Using fallback value 34 for sea_water_salinity for 0 profiles
07:38:51 DEBUG   opendrift.models.basemodel.environment:803:       Using fallback value 8.1 for sea_water_ph_reported_on_total_scale for all profiles
07:38:51 DEBUG   opendrift.models.basemodel.environment:903: ------------ SUMMARY -------------
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     x_sea_water_velocity: -0.153898 (min) 0.62593 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     y_sea_water_velocity: 0.00455136 (min) 1.00082 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_surface_height: -0.60634 (min) -0.513976 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     x_wind: -4.09014 (min) -1.40889 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     y_wind: 5.65073 (min) 9.32984 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     land_binary_mask: 0 (min) 0 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_floor_depth_below_sea_level: 16.0794 (min) 102.26 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     ocean_vertical_diffusivity: 0.0001 (min) 0.0001 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_temperature: 5.78669 (min) 7.07258 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_salinity: 29.276 (min) 33.795 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     upward_sea_water_velocity: -0.00141508 (min) 0.000502758 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     spm: 1 (min) 1 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     ocean_mixed_layer_thickness: 40 (min) 40 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     active_sediment_layer_thickness: 0.03 (min) 0.03 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     doc: 0 (min) 0 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     sea_water_ph_reported_on_total_scale: 8.1 (min) 8.1 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:905:     pH_sediment: 6.9 (min) 6.9 (max)
07:38:51 DEBUG   opendrift.models.basemodel.environment:907: ---------------------------------
07:38:51 DEBUG   opendrift.models.basemodel:692: No elements hit coastline.
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:51 DEBUG   opendrift.models.basemodel:1693: No elements to deactivate
07:38:51 DEBUG   opendrift.models.basemodel:2118: Calling ChemicalDrift.update()
07:38:51 DEBUG   opendrift.models.chemicaldrift:1667: Calculating overall degradation using overall rate constants
07:38:51 DEBUG   opendrift.models.chemicaldrift:1722: Calculating: volatilization
07:38:51 INFO    opendrift.models.chemicaldrift:1435: Number of transformations: 0
07:38:51 DEBUG   opendrift.models.oceandrift:429: Using functional expression for diffusivity
07:38:51 DEBUG   opendrift.models.oceandrift:434: Diffusivities are in range 0.0 to 0.06474557394253125
07:38:51 DEBUG   opendrift.models.oceandrift:453: TSprofiles deactivated for vertical mixing
07:38:51 DEBUG   opendrift.models.oceandrift:467: Vertical mixing module:windspeed_Large1994
07:38:51 DEBUG   opendrift.models.oceandrift:470: Turbulent diffusion with random walk scheme using 30 fast time steps of dt=60s
07:38:51 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 11 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 13 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 20 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 20 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 9 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 21 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 21 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 22 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 22 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 3 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 3 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 3 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 24 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 24 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 4 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 4 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 4 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 4 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 25 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 25 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 2 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 26 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 26 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 6 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 8 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 7 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.models.basemodel:736: Lifting 27 elements to seafloor.
07:38:51 DEBUG   opendrift.models.oceandrift:517: 5 elements penetrated seafloor, lifting up
07:38:51 DEBUG   opendrift.models.oceandrift:535: 27 elements reached seafloor, interacting with bottom
07:38:51 DEBUG   opendrift.