Note
Go to the end to download the full example code.
Show dominating source
import os
from datetime import datetime
import xarray as xr
import opendrift
from opendrift.models.oceandrift import OceanDrift
of = 'test.nc'
Seed elements at 5 different locations/longitudes
lons = [4, 4.2, 4.3, 4.32, 4.6]
t = datetime.now()
o = OceanDrift(loglevel=20)
o.set_config('environment:constant:y_sea_water_velocity', .1)
for i, lon in enumerate(lons):
o.seed_elements(lon=lon, lat=60, radius=3000, number=2000, time=t, origin_marker_name='Lon %f' % lon)
o.run(steps=15, outfile=of)
14:39:39 INFO opendrift.models.basemodel:511: OpenDriftSimulation initialised (version 1.12.0 / v1.12.0-42-ga3220e7)
14:39:39 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...
14:39:43 INFO opendrift.models.basemodel.environment:245: Fallback values will be used for the following variables which have no readers:
14:39:43 INFO opendrift.models.basemodel.environment:248: x_sea_water_velocity: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_height: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: x_wind: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: y_wind: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: upward_sea_water_velocity: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: ocean_vertical_diffusivity: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_wave_significant_height: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_wave_stokes_drift_x_velocity: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_wave_stokes_drift_y_velocity: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_wave_period_at_variance_spectral_density_maximum: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_swell_wave_to_direction: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_swell_wave_peak_period_from_variance_spectral_density: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_swell_wave_significant_height: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_wind_wave_to_direction: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_wind_wave_mean_period: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_surface_wind_wave_significant_height: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: surface_downward_x_stress: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: surface_downward_y_stress: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: turbulent_kinetic_energy: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: turbulent_generic_length_scale: 0.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: ocean_mixed_layer_thickness: 50.000000
14:39:43 INFO opendrift.models.basemodel.environment:248: sea_floor_depth_below_sea_level: 10000.000000
14:39:44 INFO opendrift.models.basemodel:931: Using existing reader for land_binary_mask
14:39:44 INFO opendrift.models.basemodel:942: All points are in ocean
14:39:44 INFO opendrift.models.basemodel:2031: 2024-12-31 14:39:39.687299 - step 1 of 15 - 10000 active elements (0 deactivated)
14:39:44 INFO opendrift.models.basemodel:2031: 2024-12-31 15:39:39.687299 - step 2 of 15 - 10000 active elements (0 deactivated)
14:39:44 INFO opendrift.models.basemodel:2031: 2024-12-31 16:39:39.687299 - step 3 of 15 - 10000 active elements (0 deactivated)
14:39:44 INFO opendrift.models.basemodel:2031: 2024-12-31 17:39:39.687299 - step 4 of 15 - 10000 active elements (0 deactivated)
14:39:44 INFO opendrift.models.basemodel:2031: 2024-12-31 18:39:39.687299 - step 5 of 15 - 10000 active elements (0 deactivated)
14:39:44 INFO opendrift.models.basemodel:2031: 2024-12-31 19:39:39.687299 - step 6 of 15 - 10000 active elements (0 deactivated)
14:39:44 INFO opendrift.models.basemodel:2031: 2024-12-31 20:39:39.687299 - step 7 of 15 - 10000 active elements (0 deactivated)
14:39:44 INFO opendrift.models.basemodel:2031: 2024-12-31 21:39:39.687299 - step 8 of 15 - 10000 active elements (0 deactivated)
14:39:44 INFO opendrift.models.basemodel:2031: 2024-12-31 22:39:39.687299 - step 9 of 15 - 10000 active elements (0 deactivated)
14:39:44 INFO opendrift.models.basemodel:2031: 2024-12-31 23:39:39.687299 - step 10 of 15 - 10000 active elements (0 deactivated)
14:39:44 INFO opendrift.models.basemodel:2031: 2025-01-01 00:39:39.687299 - step 11 of 15 - 10000 active elements (0 deactivated)
14:39:45 INFO opendrift.models.basemodel:2031: 2025-01-01 01:39:39.687299 - step 12 of 15 - 10000 active elements (0 deactivated)
14:39:45 INFO opendrift.models.basemodel:2031: 2025-01-01 02:39:39.687299 - step 13 of 15 - 10000 active elements (0 deactivated)
14:39:45 INFO opendrift.models.basemodel:2031: 2025-01-01 03:39:39.687299 - step 14 of 15 - 10000 active elements (0 deactivated)
14:39:45 INFO opendrift.models.basemodel:2031: 2025-01-01 04:39:39.687299 - step 15 of 15 - 10000 active elements (0 deactivated)
14:39:45 INFO opendrift.export.io_netcdf:121: Wrote 16 steps to file test.nc
/opt/conda/envs/opendrift/lib/python3.11/site-packages/numpy/ma/core.py:467: RuntimeWarning: invalid value encountered in cast
fill_value = np.array(fill_value, copy=False, dtype=ndtype)
Calculate spatial density of elements at 1500m grid spacing
oa = opendrift.open_xarray(of)
oa.ds = oa.ds.where(oa.ds.status==0)
d = oa.get_histogram(pixelsize_m=1500, weights=None)
dom = d.argmax(dim='origin_marker', skipna=True)
dom = dom.where(d.sum(dim='origin_marker')>0)
dom.name = 'Dominating source'
14:39:46 DEBUG opendrift.config:168: Adding 18 config items from __init__
14:39:46 DEBUG opendrift.config:178: Overwriting config item readers:max_number_of_fails
14:39:46 DEBUG opendrift.config:168: Adding 5 config items from __init__
14:39:46 INFO opendrift.models.basemodel:511: OpenDriftSimulation initialised (version 1.12.0 / v1.12.0-42-ga3220e7)
14:39:46 DEBUG opendrift.config:168: Adding 15 config items from oceandrift
14:39:46 DEBUG opendrift.config:178: Overwriting config item seed:z
14:39:46 DEBUG opendrift.export.io_netcdf:239: Importing with Xarray from test.nc
14:39:46 INFO opendrift:118: Returning <class 'opendrift.models.oceandrift.OceanDrift'> object
14:39:46 INFO opendrift.models.basemodel:3888: calculating for origin_marker 0...
14:39:47 INFO opendrift.models.basemodel:3888: calculating for origin_marker 1...
14:39:47 INFO opendrift.models.basemodel:3888: calculating for origin_marker 2...
14:39:47 INFO opendrift.models.basemodel:3888: calculating for origin_marker 3...
14:39:47 INFO opendrift.models.basemodel:3888: calculating for origin_marker 4...
Show which of the 5 sources are dominating within each grid cell
oa.animation(background=dom, show_elements=False, bgalpha=1,
legend=oa.origin_marker, colorbar=False, vmin=0, vmax=4)
14:39:47 DEBUG opendrift.models.basemodel:2360: Setting up map: corners=None, fast=False, lscale=None
14:39:47 DEBUG matplotlib.pyplot:487: Loaded backend agg version v2.2.
14:39:47 DEBUG matplotlib.font_manager:1416: findfont: Matching sans\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0.
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf', name='DejaVu Serif Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf', name='STIXGeneral', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmb10.ttf', name='cmb10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 1.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmr10.ttf', name='cmr10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmss10.ttf', name='cmss10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf', name='STIXGeneral', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 0.33499999999999996
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf', name='cmex10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf', name='cmtt10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf', name='cmsy10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 1.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf', name='cmmi10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf', name='STIXGeneral', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf', name='DejaVu Sans Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf', name='STIXSizeFiveSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-It.ttf', name='Source Code Pro', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-RI.ttf', name='Ubuntu', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-BlackIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=900, stretch='normal', size='scalable')) = 11.525
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-Th.ttf', name='Ubuntu', style='normal', variant='normal', weight=250, stretch='normal', size='scalable')) = 10.1925
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Regular.ttf', name='Source Code Pro', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-MediumIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Light.ttf', name='Source Code Pro', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-BoldIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Bold.ttf', name='Source Code Pro', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-ExtraLight.ttf', name='Source Code Pro', style='normal', variant='normal', weight=200, stretch='normal', size='scalable')) = 10.24
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-MI.ttf', name='Ubuntu', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/UbuntuMono-R.ttf', name='Ubuntu Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Medium.ttf', name='Source Code Pro', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-ExtraLightIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=200, stretch='normal', size='scalable')) = 11.24
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Inconsolata-Bold.ttf', name='Inconsolata', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-M.ttf', name='Ubuntu', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-C.ttf', name='Ubuntu Condensed', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-SemiboldIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/UbuntuMono-B.ttf', name='Ubuntu Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/UbuntuMono-RI.ttf', name='Ubuntu Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Black.ttf', name='Source Code Pro', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-LightIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-LI.ttf', name='Ubuntu', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-B.ttf', name='Ubuntu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Semibold.ttf', name='Source Code Pro', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Inconsolata-Regular.ttf', name='Inconsolata', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-L.ttf', name='Ubuntu', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-BI.ttf', name='Ubuntu', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/UbuntuMono-BI.ttf', name='Ubuntu Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:39:47 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-R.ttf', name='Ubuntu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:39:47 DEBUG matplotlib.font_manager:1460: findfont: Matching sans\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=10.0 to DejaVu Sans ('/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000.
14:39:47 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
/opt/conda/envs/opendrift/lib/python3.11/site-packages/cartopy/mpl/geoaxes.py:1692: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap', 'vmin', 'vmax' will be ignored
result = super().scatter(*args, **kwargs)
14:40:06 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:07 DEBUG opendrift.models.basemodel:3040: Saving animation..
14:40:07 INFO opendrift.models.basemodel:4609: Saving animation to /root/project/docs/source/gallery/animations/example_dominating_0.gif...
14:40:07 DEBUG matplotlib.font_manager:1416: findfont: Matching sans\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=12.0.
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Bold.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Bold.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerifDisplay.ttf', name='DejaVu Serif Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymReg.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBolIta.ttf', name='STIXGeneral', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono.ttf', name='DejaVu Sans Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneral.ttf', name='STIXGeneral', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmb10.ttf', name='cmb10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBol.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Oblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 1.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmr10.ttf', name='cmr10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniBolIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmss10.ttf', name='cmss10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif.ttf', name='DejaVu Serif', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralItalic.ttf', name='STIXGeneral', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUni.ttf', name='STIXNonUnicode', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-Bold.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 0.33499999999999996
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmex10.ttf', name='cmex10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymReg.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFourSymBol.ttf', name='STIXSizeFourSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizThreeSymBol.ttf', name='STIXSizeThreeSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymReg.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmtt10.ttf', name='cmtt10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymReg.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizOneSymBol.ttf', name='STIXSizeOneSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizTwoSymBol.ttf', name='STIXSizeTwoSym', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmsy10.ttf', name='cmsy10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXNonUniIta.ttf', name='STIXNonUnicode', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-BoldItalic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans-BoldOblique.ttf', name='DejaVu Sans', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 1.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSerif-Italic.ttf', name='DejaVu Serif', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/cmmi10.ttf', name='cmmi10', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXGeneralBol.ttf', name='STIXGeneral', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansDisplay.ttf', name='DejaVu Sans Display', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/STIXSizFiveSymReg.ttf', name='STIXSizeFiveSym', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-BoldOblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSansMono-Oblique.ttf', name='DejaVu Sans Mono', style='oblique', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-It.ttf', name='Source Code Pro', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-RI.ttf', name='Ubuntu', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-BlackIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=900, stretch='normal', size='scalable')) = 11.525
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-Th.ttf', name='Ubuntu', style='normal', variant='normal', weight=250, stretch='normal', size='scalable')) = 10.1925
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Regular.ttf', name='Source Code Pro', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-MediumIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Light.ttf', name='Source Code Pro', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-BoldIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Bold.ttf', name='Source Code Pro', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-ExtraLight.ttf', name='Source Code Pro', style='normal', variant='normal', weight=200, stretch='normal', size='scalable')) = 10.24
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-MI.ttf', name='Ubuntu', style='italic', variant='normal', weight=500, stretch='normal', size='scalable')) = 11.145
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/UbuntuMono-R.ttf', name='Ubuntu Mono', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Medium.ttf', name='Source Code Pro', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-ExtraLightIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=200, stretch='normal', size='scalable')) = 11.24
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Inconsolata-Bold.ttf', name='Inconsolata', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-M.ttf', name='Ubuntu', style='normal', variant='normal', weight=500, stretch='normal', size='scalable')) = 10.145
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-C.ttf', name='Ubuntu Condensed', style='normal', variant='normal', weight=400, stretch='condensed', size='scalable')) = 10.25
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-SemiboldIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=600, stretch='normal', size='scalable')) = 11.24
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/UbuntuMono-B.ttf', name='Ubuntu Mono', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/UbuntuMono-RI.ttf', name='Ubuntu Mono', style='italic', variant='normal', weight=400, stretch='normal', size='scalable')) = 11.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/DejaVuSans.ttf', name='DejaVu Sans', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 0.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Black.ttf', name='Source Code Pro', style='normal', variant='normal', weight=900, stretch='normal', size='scalable')) = 10.525
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-LightIt.ttf', name='Source Code Pro', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-LI.ttf', name='Ubuntu', style='italic', variant='normal', weight=300, stretch='normal', size='scalable')) = 11.145
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-B.ttf', name='Ubuntu', style='normal', variant='normal', weight=700, stretch='normal', size='scalable')) = 10.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/SourceCodePro-Semibold.ttf', name='Source Code Pro', style='normal', variant='normal', weight=600, stretch='normal', size='scalable')) = 10.24
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Inconsolata-Regular.ttf', name='Inconsolata', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-L.ttf', name='Ubuntu', style='normal', variant='normal', weight=300, stretch='normal', size='scalable')) = 10.145
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-BI.ttf', name='Ubuntu', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/UbuntuMono-BI.ttf', name='Ubuntu Mono', style='italic', variant='normal', weight=700, stretch='normal', size='scalable')) = 11.335
14:40:07 DEBUG matplotlib.font_manager:1428: findfont: score(FontEntry(fname='/opt/conda/envs/opendrift/fonts/Ubuntu-R.ttf', name='Ubuntu', style='normal', variant='normal', weight=400, stretch='normal', size='scalable')) = 10.05
14:40:07 DEBUG matplotlib.font_manager:1460: findfont: Matching sans\-serif:style=normal:variant=normal:weight=normal:stretch=normal:size=12.0 to DejaVu Sans ('/opt/conda/envs/opendrift/lib/python3.11/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf') with score of 0.050000.
14:40:07 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:09 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:10 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:12 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:13 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:15 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:16 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:17 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:19 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:20 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:22 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:23 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:25 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:26 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:28 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:29 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:31 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:32 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:34 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:35 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:37 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:38 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:40 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:41 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:43 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:44 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:46 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:47 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:48 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:50 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:51 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:53 DEBUG opendrift.readers.reader_global_landmask:78: Adding GSHHG shapes from cartopy, scale: h, extent: (3.435968017578124, 5.1932105064392085, 59.68026428222656, 60.350817871093746)..
14:40:54 DEBUG opendrift.models.basemodel:4647: MPLBACKEND = agg
14:40:54 DEBUG opendrift.models.basemodel:4648: DISPLAY = None
14:40:54 DEBUG opendrift.models.basemodel:4649: Time to save animation: 0:00:47.226976
14:40:54 INFO opendrift.models.basemodel:3033: Time to make animation: 0:01:07.785590
os.remove(of)
Total running time of the script: (1 minutes 19.061 seconds)