.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "gallery/example_oil_ice.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_gallery_example_oil_ice.py: Oil in ice ================================== .. GENERATED FROM PYTHON SOURCE LINES 6-14 .. code-block:: Python from datetime import datetime, timedelta from opendrift.readers import reader_netCDF_CF_generic from opendrift.models.openoil import OpenOil import cmocean o = OpenOil(loglevel=20) .. rst-class:: sphx-glr-script-out .. code-block:: none 11:38:19 INFO opendrift.models.basemodel:533: OpenDriftSimulation initialised (version 1.11.2 / v1.11.2-30-g8806683) .. GENERATED FROM PYTHON SOURCE LINES 15-16 Using live data from Barents 2.5 km ocean model .. GENERATED FROM PYTHON SOURCE LINES 16-18 .. code-block:: Python o.add_readers_from_list(['https://thredds.met.no/thredds/dodsC/fou-hi/barents_eps_zdepth_be']) .. GENERATED FROM PYTHON SOURCE LINES 19-20 Adjusting some configuration .. GENERATED FROM PYTHON SOURCE LINES 20-26 .. code-block:: Python o.set_config('processes:dispersion', False) o.set_config('processes:evaporation', False) o.set_config('processes:emulsification', False) o.set_config('drift:horizontal_diffusivity', 10) o.set_config('drift:truncate_ocean_model_below_m', 3) .. GENERATED FROM PYTHON SOURCE LINES 27-28 Imaginary oil spill in Hinlopen strait .. GENERATED FROM PYTHON SOURCE LINES 28-31 .. code-block:: Python o.seed_elements(lon=19.1909, lat=79.5986, radius=50, number=3000, time=datetime.utcnow() - timedelta(days=7)) .. rst-class:: sphx-glr-script-out .. code-block:: none 11:38:19 INFO opendrift.models.openoil.openoil:1710: Oil type not specified, using default: GENERIC BUNKER C 11:38:19 INFO opendrift.models.openoil.adios.dirjs:90: Querying ADIOS database for oil: GENERIC BUNKER C 11:38:19 INFO opendrift.models.openoil.openoil:1719: Using density 971.1 and viscosity 0.0005020658058702914 of oiltype GENERIC BUNKER C 11:38:19 INFO opendrift.models.basemodel.environment:218: Adding a dynamical landmask with max. priority based on assumed maximum speed of 1.3 m/s. Adding a customised landmask may be faster... 11:38:25 INFO opendrift.models.basemodel.environment:245: Fallback values will be used for the following variables which have no readers: 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_surface_height: 0.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: upward_sea_water_velocity: 0.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_surface_wave_significant_height: 0.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_surface_wave_stokes_drift_x_velocity: 0.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_surface_wave_stokes_drift_y_velocity: 0.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_surface_wave_period_at_variance_spectral_density_maximum: 0.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_ice_area_fraction: 0.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_ice_x_velocity: 0.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_ice_y_velocity: 0.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_water_temperature: 10.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_water_salinity: 34.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: sea_floor_depth_below_sea_level: 10000.000000 11:38:25 INFO opendrift.models.basemodel.environment:248: ocean_vertical_diffusivity: 0.020000 11:38:25 INFO opendrift.models.basemodel.environment:248: ocean_mixed_layer_thickness: 50.000000 .. GENERATED FROM PYTHON SOURCE LINES 32-33 Running model .. GENERATED FROM PYTHON SOURCE LINES 33-35 .. code-block:: Python o.run(duration=timedelta(hours=48), time_step=1800, time_step_output=3600) .. rst-class:: sphx-glr-script-out .. code-block:: none 11:38:25 INFO opendrift.models.basemodel:911: Using existing reader for land_binary_mask 11:38:25 INFO opendrift.models.basemodel:922: All points are in ocean 11:38:25 INFO opendrift.models.openoil.openoil:687: Oil-water surface tension is 0.035282 Nm 11:38:25 INFO opendrift.models.openoil.openoil:700: Max water fraction not available for GENERIC BUNKER C, using default 11:38:25 INFO opendrift.models.basemodel:2011: 2024-04-17 11:38:19.420119 - step 1 of 96 - 3000 active elements (0 deactivated) 11:38:25 INFO opendrift.readers.reader_netCDF_CF_generic:102: Opening dataset: https://thredds.met.no/thredds/dodsC/fou-hi/barents_eps_zdepth_be /opt/conda/envs/opendrift/lib/python3.11/site-packages/pyproj/crs/crs.py:1286: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj = self._crs.to_proj4(version=version) 11:38:27 INFO opendrift.readers.reader_netCDF_CF_generic:314: Detected dimensions: {'x': 'X', 'y': 'Y', 'z': 'depth', 'time': 'time'} 11:38:27 INFO opendrift.readers.basereader:166: Variable x_sea_water_velocity will be rotated from eastward_sea_water_velocity 11:38:27 INFO opendrift.readers.basereader:166: Variable y_sea_water_velocity will be rotated from northward_sea_water_velocity 11:38:30 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.0074430862 to -0.0019475007) found for ocean_vertical_diffusivity, replacing with NaN 11:38:30 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:32 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.009666167 to -0.0028436992) found for ocean_vertical_diffusivity, replacing with NaN 11:38:32 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:32 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:32 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:33 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:33 INFO opendrift.models.basemodel:2011: 2024-04-17 12:08:19.420119 - step 2 of 96 - 3000 active elements (0 deactivated) 11:38:35 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.012771169 to -0.0030687784) found for ocean_vertical_diffusivity, replacing with NaN 11:38:35 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:35 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:35 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:35 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:35 INFO opendrift.models.basemodel:2011: 2024-04-17 12:38:19.420119 - step 3 of 96 - 3000 active elements (0 deactivated) 11:38:35 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:35 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:35 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:35 INFO opendrift.models.basemodel:2011: 2024-04-17 13:08:19.420119 - step 4 of 96 - 3000 active elements (0 deactivated) 11:38:38 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.007617255 to -0.002406732) found for ocean_vertical_diffusivity, replacing with NaN 11:38:38 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:38 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:38 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:38 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:38 INFO opendrift.models.basemodel:2011: 2024-04-17 13:38:19.420119 - step 5 of 96 - 3000 active elements (0 deactivated) 11:38:38 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:38 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:38 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:38 INFO opendrift.models.basemodel:2011: 2024-04-17 14:08:19.420119 - step 6 of 96 - 3000 active elements (0 deactivated) 11:38:40 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.015650297 to -0.0010794892) found for ocean_vertical_diffusivity, replacing with NaN 11:38:40 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:40 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:40 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:41 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:41 INFO opendrift.models.basemodel:2011: 2024-04-17 14:38:19.420119 - step 7 of 96 - 3000 active elements (0 deactivated) 11:38:41 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:41 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:41 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:41 INFO opendrift.models.basemodel:2011: 2024-04-17 15:08:19.420119 - step 8 of 96 - 3000 active elements (0 deactivated) 11:38:43 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.02947945 to -0.004094184) found for ocean_vertical_diffusivity, replacing with NaN 11:38:43 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:43 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:43 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:43 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:43 INFO opendrift.models.basemodel:2011: 2024-04-17 15:38:19.420119 - step 9 of 96 - 3000 active elements (0 deactivated) 11:38:43 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:43 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:43 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:43 INFO opendrift.models.basemodel:2011: 2024-04-17 16:08:19.420119 - step 10 of 96 - 3000 active elements (0 deactivated) 11:38:46 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.027147302 to -0.0034342364) found for ocean_vertical_diffusivity, replacing with NaN 11:38:46 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:46 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:46 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:46 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:46 INFO opendrift.models.basemodel:2011: 2024-04-17 16:38:19.420119 - step 11 of 96 - 3000 active elements (0 deactivated) 11:38:46 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:46 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:46 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:46 INFO opendrift.models.basemodel:2011: 2024-04-17 17:08:19.420119 - step 12 of 96 - 3000 active elements (0 deactivated) 11:38:49 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.014882913 to -0.0034067626) found for ocean_vertical_diffusivity, replacing with NaN 11:38:49 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:49 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:49 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:49 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:49 INFO opendrift.models.basemodel:2011: 2024-04-17 17:38:19.420119 - step 13 of 96 - 3000 active elements (0 deactivated) 11:38:49 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:49 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:49 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:49 INFO opendrift.models.basemodel:2011: 2024-04-17 18:08:19.420119 - step 14 of 96 - 3000 active elements (0 deactivated) 11:38:51 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.020791238 to -0.0031640187) found for ocean_vertical_diffusivity, replacing with NaN 11:38:51 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:51 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:51 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:52 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:52 INFO opendrift.models.basemodel:2011: 2024-04-17 18:38:19.420119 - step 15 of 96 - 3000 active elements (0 deactivated) 11:38:52 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:52 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:52 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:52 INFO opendrift.models.basemodel:2011: 2024-04-17 19:08:19.420119 - step 16 of 96 - 3000 active elements (0 deactivated) 11:38:54 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.0114447465 to -0.003092961) found for ocean_vertical_diffusivity, replacing with NaN 11:38:54 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:54 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:54 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:54 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:54 INFO opendrift.models.basemodel:2011: 2024-04-17 19:38:19.420119 - step 17 of 96 - 3000 active elements (0 deactivated) 11:38:54 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:54 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:54 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:54 INFO opendrift.models.basemodel:2011: 2024-04-17 20:08:19.420119 - step 18 of 96 - 3000 active elements (0 deactivated) 11:38:57 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.0073353574 to -0.0017311051) found for ocean_vertical_diffusivity, replacing with NaN 11:38:57 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:57 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:57 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:57 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:57 INFO opendrift.models.basemodel:2011: 2024-04-17 20:38:19.420119 - step 19 of 96 - 2999 active elements (1 deactivated) 11:38:57 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:57 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:57 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:57 INFO opendrift.models.basemodel:2011: 2024-04-17 21:08:19.420119 - step 20 of 96 - 2998 active elements (2 deactivated) 11:38:59 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.009230241 to -0.0024493544) found for ocean_vertical_diffusivity, replacing with NaN 11:38:59 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:38:59 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:59 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:59 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:38:59 INFO opendrift.models.basemodel:2011: 2024-04-17 21:38:19.420119 - step 21 of 96 - 2997 active elements (3 deactivated) 11:38:59 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:38:59 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:00 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:00 INFO opendrift.models.basemodel:2011: 2024-04-17 22:08:19.420119 - step 22 of 96 - 2995 active elements (5 deactivated) 11:39:02 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.010745699 to -0.0025558672) found for ocean_vertical_diffusivity, replacing with NaN 11:39:02 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:02 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:02 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:02 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:02 INFO opendrift.models.basemodel:2011: 2024-04-17 22:38:19.420119 - step 23 of 96 - 2995 active elements (5 deactivated) 11:39:02 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:02 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:02 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:02 INFO opendrift.models.basemodel:2011: 2024-04-17 23:08:19.420119 - step 24 of 96 - 2992 active elements (8 deactivated) 11:39:05 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.009601293 to -0.0018089167) found for ocean_vertical_diffusivity, replacing with NaN 11:39:05 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:05 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:05 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:05 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:05 INFO opendrift.models.basemodel:2011: 2024-04-17 23:38:19.420119 - step 25 of 96 - 2991 active elements (9 deactivated) 11:39:05 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:05 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:05 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:05 INFO opendrift.models.basemodel:2011: 2024-04-18 00:08:19.420119 - step 26 of 96 - 2988 active elements (12 deactivated) 11:39:07 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.014538823 to -0.0028067825) found for ocean_vertical_diffusivity, replacing with NaN 11:39:07 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:07 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:07 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:08 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:08 INFO opendrift.models.basemodel:2011: 2024-04-18 00:38:19.420119 - step 27 of 96 - 2985 active elements (15 deactivated) 11:39:08 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:08 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:08 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:08 INFO opendrift.models.basemodel:2011: 2024-04-18 01:08:19.420119 - step 28 of 96 - 2985 active elements (15 deactivated) 11:39:10 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.009791776 to -0.0024362374) found for ocean_vertical_diffusivity, replacing with NaN 11:39:10 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:10 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:10 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:11 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:11 INFO opendrift.models.basemodel:2011: 2024-04-18 01:38:19.420119 - step 29 of 96 - 2984 active elements (16 deactivated) 11:39:11 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:11 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:11 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:11 INFO opendrift.models.basemodel:2011: 2024-04-18 02:08:19.420119 - step 30 of 96 - 2982 active elements (18 deactivated) 11:39:13 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.008459691 to -0.0018245127) found for ocean_vertical_diffusivity, replacing with NaN 11:39:13 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:13 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:13 INFO opendrift.models.basemodel:2011: 2024-04-18 02:38:19.420119 - step 31 of 96 - 2980 active elements (20 deactivated) 11:39:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:14 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:14 INFO opendrift.models.basemodel:2011: 2024-04-18 03:08:19.420119 - step 32 of 96 - 2979 active elements (21 deactivated) 11:39:16 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.020514695 to -0.0030573178) found for ocean_vertical_diffusivity, replacing with NaN 11:39:16 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:16 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:16 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:16 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:16 INFO opendrift.models.basemodel:2011: 2024-04-18 03:38:19.420119 - step 33 of 96 - 2973 active elements (27 deactivated) 11:39:16 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:16 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:16 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:16 INFO opendrift.models.basemodel:2011: 2024-04-18 04:08:19.420119 - step 34 of 96 - 2971 active elements (29 deactivated) 11:39:19 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.025727136 to -0.002464005) found for ocean_vertical_diffusivity, replacing with NaN 11:39:19 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:19 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:19 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:19 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:19 INFO opendrift.models.basemodel:2011: 2024-04-18 04:38:19.420119 - step 35 of 96 - 2967 active elements (33 deactivated) 11:39:19 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:19 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:19 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:19 INFO opendrift.models.basemodel:2011: 2024-04-18 05:08:19.420119 - step 36 of 96 - 2962 active elements (38 deactivated) 11:39:22 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.013428478 to -0.0020795772) found for ocean_vertical_diffusivity, replacing with NaN 11:39:22 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:22 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:22 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:22 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:22 INFO opendrift.models.basemodel:2011: 2024-04-18 05:38:19.420119 - step 37 of 96 - 2958 active elements (42 deactivated) 11:39:22 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:22 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:22 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:22 INFO opendrift.models.basemodel:2011: 2024-04-18 06:08:19.420119 - step 38 of 96 - 2955 active elements (45 deactivated) 11:39:25 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.021328947 to -0.0023509418) found for ocean_vertical_diffusivity, replacing with NaN 11:39:25 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:25 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:25 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:25 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:25 INFO opendrift.models.basemodel:2011: 2024-04-18 06:38:19.420119 - step 39 of 96 - 2953 active elements (47 deactivated) 11:39:25 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:25 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:25 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:25 INFO opendrift.models.basemodel:2011: 2024-04-18 07:08:19.420119 - step 40 of 96 - 2952 active elements (48 deactivated) 11:39:28 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.017570758 to -0.003015968) found for ocean_vertical_diffusivity, replacing with NaN 11:39:28 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:28 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:28 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:28 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:28 INFO opendrift.models.basemodel:2011: 2024-04-18 07:38:19.420119 - step 41 of 96 - 2950 active elements (50 deactivated) 11:39:28 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:28 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:28 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:28 INFO opendrift.models.basemodel:2011: 2024-04-18 08:08:19.420119 - step 42 of 96 - 2947 active elements (53 deactivated) 11:39:30 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.009809094 to -0.00064546335) found for ocean_vertical_diffusivity, replacing with NaN 11:39:30 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:30 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:30 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:31 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:31 INFO opendrift.models.basemodel:2011: 2024-04-18 08:38:19.420119 - step 43 of 96 - 2947 active elements (53 deactivated) 11:39:31 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:31 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:31 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:31 INFO opendrift.models.basemodel:2011: 2024-04-18 09:08:19.420119 - step 44 of 96 - 2945 active elements (55 deactivated) 11:39:33 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.0064223497 to -0.0013201268) found for ocean_vertical_diffusivity, replacing with NaN 11:39:33 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:33 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:33 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:33 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:33 INFO opendrift.models.basemodel:2011: 2024-04-18 09:38:19.420119 - step 45 of 96 - 2945 active elements (55 deactivated) 11:39:33 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:33 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:34 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:34 INFO opendrift.models.basemodel:2011: 2024-04-18 10:08:19.420119 - step 46 of 96 - 2942 active elements (58 deactivated) 11:39:36 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.0065055443 to -0.0012453127) found for ocean_vertical_diffusivity, replacing with NaN 11:39:36 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:36 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:36 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:37 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:37 INFO opendrift.models.basemodel:2011: 2024-04-18 10:38:19.420119 - step 47 of 96 - 2939 active elements (61 deactivated) 11:39:37 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:37 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:37 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:37 INFO opendrift.models.basemodel:2011: 2024-04-18 11:08:19.420119 - step 48 of 96 - 2936 active elements (64 deactivated) 11:39:39 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.008231738 to -0.0014709297) found for ocean_vertical_diffusivity, replacing with NaN 11:39:39 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:39 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:39 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:39 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:39 INFO opendrift.models.basemodel:2011: 2024-04-18 11:38:19.420119 - step 49 of 96 - 2934 active elements (66 deactivated) 11:39:39 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:39 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:40 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:40 INFO opendrift.models.basemodel:2011: 2024-04-18 12:08:19.420119 - step 50 of 96 - 2932 active elements (68 deactivated) 11:39:42 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.014956163 to -0.0007288633) found for ocean_vertical_diffusivity, replacing with NaN 11:39:42 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:42 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:42 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:42 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:42 INFO opendrift.models.basemodel:2011: 2024-04-18 12:38:19.420119 - step 51 of 96 - 2928 active elements (72 deactivated) 11:39:42 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:42 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:42 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:42 INFO opendrift.models.basemodel:2011: 2024-04-18 13:08:19.420119 - step 52 of 96 - 2925 active elements (75 deactivated) 11:39:45 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.012547068 to -0.0007628252) found for ocean_vertical_diffusivity, replacing with NaN 11:39:45 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:45 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:45 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:45 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:45 INFO opendrift.models.basemodel:2011: 2024-04-18 13:38:19.420119 - step 53 of 96 - 2922 active elements (78 deactivated) 11:39:45 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:45 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:45 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:45 INFO opendrift.models.basemodel:2011: 2024-04-18 14:08:19.420119 - step 54 of 96 - 2919 active elements (81 deactivated) 11:39:48 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.0057783024 to -0.0013215912) found for ocean_vertical_diffusivity, replacing with NaN 11:39:48 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:48 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:48 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:48 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:48 INFO opendrift.models.basemodel:2011: 2024-04-18 14:38:19.420119 - step 55 of 96 - 2918 active elements (82 deactivated) 11:39:48 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:48 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:48 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:48 INFO opendrift.models.basemodel:2011: 2024-04-18 15:08:19.420119 - step 56 of 96 - 2912 active elements (88 deactivated) 11:39:50 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.021408578 to -0.0011376267) found for ocean_vertical_diffusivity, replacing with NaN 11:39:50 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:50 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:50 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:50 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:51 INFO opendrift.models.basemodel:2011: 2024-04-18 15:38:19.420119 - step 57 of 96 - 2909 active elements (91 deactivated) 11:39:51 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:51 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:51 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:51 INFO opendrift.models.basemodel:2011: 2024-04-18 16:08:19.420119 - step 58 of 96 - 2901 active elements (99 deactivated) 11:39:53 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.031982724 to -0.0021191945) found for ocean_vertical_diffusivity, replacing with NaN 11:39:53 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:53 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:53 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:53 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:53 INFO opendrift.models.basemodel:2011: 2024-04-18 16:38:19.420119 - step 59 of 96 - 2895 active elements (105 deactivated) 11:39:53 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:53 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:53 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:53 INFO opendrift.models.basemodel:2011: 2024-04-18 17:08:19.420119 - step 60 of 96 - 2893 active elements (107 deactivated) 11:39:56 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.02709688 to -0.0022916265) found for ocean_vertical_diffusivity, replacing with NaN 11:39:56 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:56 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:56 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:56 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:56 INFO opendrift.models.basemodel:2011: 2024-04-18 17:38:19.420119 - step 61 of 96 - 2890 active elements (110 deactivated) 11:39:56 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:56 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:56 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:56 INFO opendrift.models.basemodel:2011: 2024-04-18 18:08:19.420119 - step 62 of 96 - 2889 active elements (111 deactivated) 11:39:59 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.013512624 to -0.0014524563) found for ocean_vertical_diffusivity, replacing with NaN 11:39:59 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:39:59 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:59 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:59 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:59 INFO opendrift.models.basemodel:2011: 2024-04-18 18:38:19.420119 - step 63 of 96 - 2887 active elements (113 deactivated) 11:39:59 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:59 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:39:59 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:39:59 INFO opendrift.models.basemodel:2011: 2024-04-18 19:08:19.420119 - step 64 of 96 - 2885 active elements (115 deactivated) 11:40:01 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.015804453 to -0.0011198005) found for ocean_vertical_diffusivity, replacing with NaN 11:40:01 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:40:01 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:01 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:02 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:02 INFO opendrift.models.basemodel:2011: 2024-04-18 19:38:19.420119 - step 65 of 96 - 2883 active elements (117 deactivated) 11:40:02 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:02 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:02 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:02 INFO opendrift.models.basemodel:2011: 2024-04-18 20:08:19.420119 - step 66 of 96 - 2882 active elements (118 deactivated) 11:40:04 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.009829376 to -0.0007690991) found for ocean_vertical_diffusivity, replacing with NaN 11:40:04 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:40:04 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:04 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:04 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:04 INFO opendrift.models.basemodel:2011: 2024-04-18 20:38:19.420119 - step 67 of 96 - 2879 active elements (121 deactivated) 11:40:04 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:04 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:04 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:04 INFO opendrift.models.basemodel:2011: 2024-04-18 21:08:19.420119 - step 68 of 96 - 2878 active elements (122 deactivated) 11:40:07 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.0067664515 to -0.0008156729) found for ocean_vertical_diffusivity, replacing with NaN 11:40:07 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:40:07 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:07 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:07 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:07 INFO opendrift.models.basemodel:2011: 2024-04-18 21:38:19.420119 - step 69 of 96 - 2877 active elements (123 deactivated) 11:40:07 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:07 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:07 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:07 INFO opendrift.models.basemodel:2011: 2024-04-18 22:08:19.420119 - step 70 of 96 - 2875 active elements (125 deactivated) 11:40:10 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.007339532 to -0.00078309025) found for ocean_vertical_diffusivity, replacing with NaN 11:40:10 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:40:10 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:10 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:10 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:10 INFO opendrift.models.basemodel:2011: 2024-04-18 22:38:19.420119 - step 71 of 96 - 2874 active elements (126 deactivated) 11:40:10 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:10 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:10 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:10 INFO opendrift.models.basemodel:2011: 2024-04-18 23:08:19.420119 - step 72 of 96 - 2874 active elements (126 deactivated) 11:40:12 WARNING opendrift.readers.basereader.variables:644: Invalid values (-0.015002813 to -0.0013730767) found for ocean_vertical_diffusivity, replacing with NaN 11:40:12 WARNING opendrift.readers.basereader.variables:647: (allowed range: [0, 1]) 11:40:12 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:12 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:12 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:12 INFO opendrift.models.basemodel:2011: 2024-04-18 23:38:19.420119 - step 73 of 96 - 2873 active elements (127 deactivated) 11:40:12 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:12 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:12 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:12 INFO opendrift.models.basemodel:2011: 2024-04-19 00:08:19.420119 - step 74 of 96 - 2873 active elements (127 deactivated) 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:13 INFO opendrift.models.basemodel:2011: 2024-04-19 00:38:19.420119 - step 75 of 96 - 2871 active elements (129 deactivated) 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:13 INFO opendrift.models.basemodel:2011: 2024-04-19 01:08:19.420119 - step 76 of 96 - 2871 active elements (129 deactivated) 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:13 INFO opendrift.models.basemodel:2011: 2024-04-19 01:38:19.420119 - step 77 of 96 - 2871 active elements (129 deactivated) 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:13 INFO opendrift.models.basemodel:2011: 2024-04-19 02:08:19.420119 - step 78 of 96 - 2870 active elements (130 deactivated) 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:13 INFO opendrift.models.basemodel:2011: 2024-04-19 02:38:19.420119 - step 79 of 96 - 2869 active elements (131 deactivated) 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:13 INFO opendrift.models.basemodel:2011: 2024-04-19 03:08:19.420119 - step 80 of 96 - 2868 active elements (132 deactivated) 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:13 INFO opendrift.models.basemodel:2011: 2024-04-19 03:38:19.420119 - step 81 of 96 - 2868 active elements (132 deactivated) 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:13 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:14 INFO opendrift.models.basemodel:2011: 2024-04-19 04:08:19.420119 - step 82 of 96 - 2868 active elements (132 deactivated) 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:14 INFO opendrift.models.basemodel:2011: 2024-04-19 04:38:19.420119 - step 83 of 96 - 2868 active elements (132 deactivated) 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:14 INFO opendrift.models.basemodel:2011: 2024-04-19 05:08:19.420119 - step 84 of 96 - 2868 active elements (132 deactivated) 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:14 INFO opendrift.models.basemodel:2011: 2024-04-19 05:38:19.420119 - step 85 of 96 - 2868 active elements (132 deactivated) 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:14 INFO opendrift.models.basemodel:2011: 2024-04-19 06:08:19.420119 - step 86 of 96 - 2868 active elements (132 deactivated) 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:14 INFO opendrift.models.basemodel:2011: 2024-04-19 06:38:19.420119 - step 87 of 96 - 2868 active elements (132 deactivated) 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:14 INFO opendrift.models.basemodel:2011: 2024-04-19 07:08:19.420119 - step 88 of 96 - 2868 active elements (132 deactivated) 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:14 INFO opendrift.models.basemodel:2011: 2024-04-19 07:38:19.420119 - step 89 of 96 - 2868 active elements (132 deactivated) 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:14 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:15 INFO opendrift.models.basemodel:2011: 2024-04-19 08:08:19.420119 - step 90 of 96 - 2868 active elements (132 deactivated) 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:15 INFO opendrift.models.basemodel:2011: 2024-04-19 08:38:19.420119 - step 91 of 96 - 2868 active elements (132 deactivated) 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:15 INFO opendrift.models.basemodel:2011: 2024-04-19 09:08:19.420119 - step 92 of 96 - 2868 active elements (132 deactivated) 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:15 INFO opendrift.models.basemodel:2011: 2024-04-19 09:38:19.420119 - step 93 of 96 - 2868 active elements (132 deactivated) 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:15 INFO opendrift.models.basemodel:2011: 2024-04-19 10:08:19.420119 - step 94 of 96 - 2868 active elements (132 deactivated) 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:15 INFO opendrift.models.basemodel:2011: 2024-04-19 10:38:19.420119 - step 95 of 96 - 2868 active elements (132 deactivated) 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice 11:40:15 INFO opendrift.models.basemodel:2011: 2024-04-19 11:08:19.420119 - step 96 of 96 - 2868 active elements (132 deactivated) 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 WARNING opendrift:122: Only NaNs input to linearNDFast - returning 11:40:15 INFO opendrift.models.openoil.openoil:1184: Ice concentration above 30%, using Nordam scheme for advection in ice .. GENERATED FROM PYTHON SOURCE LINES 36-37 Print and plot results .. GENERATED FROM PYTHON SOURCE LINES 37-41 .. code-block:: Python print(o) o.animation(background='sea_ice_area_fraction', cmap=cmocean.cm.ice, vmin=0, vmax=1, bgalpha=1, fast=False) .. rst-class:: sphx-glr-script-out .. code-block:: none =========================== -------------------- Reader performance: -------------------- global_landmask 0:00:00.0 total 0:00:00.0 preparing 0:00:00.0 reading 0:00:00.0 masking -------------------- https://thredds.met.no/thredds/dodsC/fou-hi/barents_eps_zdepth_be 0:01:38.9 total 0:00:00.0 preparing 0:01:36.0 reading 0:00:01.6 interpolation 0:00:00.1 interpolation_time 0:00:02.9 rotating vectors 0:00:00.0 masking -------------------- Performance: 1:56.7 total time 6.0 configuration 0.1 preparing main loop 0.0 moving elements to ocean 1:50.6 main loop 6.0 updating elements 0.0 oil weathering 0.0 updating viscosities 0.0 updating densities 5.4 vertical mixing 0.0 cleaning up -------------------- =========================== Model: OpenOil (OpenDrift version 1.11.2) 2868 active Oil particles (132 deactivated, 0 scheduled) ------------------- Environment variables: ----- land_binary_mask 1) global_landmask ----- ocean_vertical_diffusivity sea_floor_depth_below_sea_level sea_ice_area_fraction sea_ice_x_velocity sea_ice_y_velocity sea_water_salinity sea_water_temperature upward_sea_water_velocity x_sea_water_velocity x_wind y_sea_water_velocity y_wind 1) https://thredds.met.no/thredds/dodsC/fou-hi/barents_eps_zdepth_be ----- Readers not added for the following variables: ocean_mixed_layer_thickness sea_surface_height sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment sea_surface_wave_period_at_variance_spectral_density_maximum sea_surface_wave_significant_height sea_surface_wave_stokes_drift_x_velocity sea_surface_wave_stokes_drift_y_velocity Discarded readers: Time: Start: 2024-04-17 11:38:19.420119 UTC Present: 2024-04-19 11:38:19.420119 UTC Calculation steps: 96 * 0:30:00 - total time: 2 days, 0:00:00 Output steps: 49 * 1:00:00 =========================== /opt/conda/envs/opendrift/lib/python3.11/site-packages/cartopy/mpl/geoaxes.py:1696: UserWarning: No data for colormapping provided via 'c'. Parameters 'cmap', 'vmin', 'vmax' will be ignored result = super().scatter(*args, **kwargs) 11:40:29 INFO opendrift.models.basemodel:4563: Saving animation to /root/project/docs/source/gallery/animations/example_oil_ice_0.gif... 11:42:48 INFO opendrift.models.basemodel:3003: Time to make animation: 0:02:32.391690 .. GENERATED FROM PYTHON SOURCE LINES 42-43 .. image:: /gallery/animations/example_oil_ice_0.gif .. GENERATED FROM PYTHON SOURCE LINES 43-46 .. code-block:: Python o.plot(background='sea_ice_area_fraction', cmap=cmocean.cm.ice, vmin=0, vmax=1, bgalpha=1, fast=False) .. image-sg:: /gallery/images/sphx_glr_example_oil_ice_001.png :alt: OpenDrift - OpenOil (GENERIC BUNKER C) 2024-04-17 11:38 to 2024-04-19 11:38 UTC (49 steps) :srcset: /gallery/images/sphx_glr_example_oil_ice_001.png :class: sphx-glr-single-img .. rst-class:: sphx-glr-script-out .. code-block:: none (,
) .. rst-class:: sphx-glr-timing **Total running time of the script:** (4 minutes 46.147 seconds) .. _sphx_glr_download_gallery_example_oil_ice.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: example_oil_ice.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: example_oil_ice.py ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_