.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "gallery/example_oil_budget_noaa.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_budget_noaa.py: Oil budget (NOAA) ================================== .. GENERATED FROM PYTHON SOURCE LINES 6-27 .. code-block:: Python from datetime import datetime from opendrift import test_data_folder as tdf from opendrift.readers import reader_netCDF_CF_generic from opendrift.models.openoil import OpenOil o = OpenOil(loglevel=20, weathering_model='noaa') # Using constand wind and current #o.set_config('environment:fallback:x_wind', 7) #o.set_config('environment:fallback:x_sea_water_velocity', .7) #o.set_config('environment:fallback:y_sea_water_velocity', .3) #o.set_config('environment:fallback:land_binary_mask', 0) # Arome atmospheric model reader_arome = reader_netCDF_CF_generic.Reader(tdf + '16Nov2015_NorKyst_z_surface/arome_subset_16Nov2015.nc') # Norkyst ocean model reader_norkyst = reader_netCDF_CF_generic.Reader(tdf + '16Nov2015_NorKyst_z_surface/norkyst800_subset_16Nov2015.nc') o.add_reader([reader_arome, reader_norkyst]) .. rst-class:: sphx-glr-script-out .. code-block:: none 17:14:01 INFO opendrift:513: OpenDriftSimulation initialised (version 1.14.2 / v1.14.2-88-gf09b7bd) 17:14:01 INFO opendrift.readers:61: Opening file with xr.open_dataset 17:14:01 INFO opendrift.readers.reader_netCDF_CF_generic:332: Detected dimensions: {'time': 'time', 'x': 'x', 'y': 'y'} 17:14:01 INFO opendrift.readers:61: Opening file with xr.open_dataset 17:14:01 INFO opendrift.readers.reader_netCDF_CF_generic:332: Detected dimensions: {'x': 'X', 'y': 'Y', 'z': 'depth', 'time': 'time'} .. GENERATED FROM PYTHON SOURCE LINES 28-29 Adjusting some configuration .. GENERATED FROM PYTHON SOURCE LINES 29-34 .. code-block:: Python o.set_config('processes:dispersion', False) o.set_config('processes:evaporation', True) o.set_config('processes:emulsification', True) o.set_config('drift:vertical_mixing', True) .. GENERATED FROM PYTHON SOURCE LINES 35-36 Seeding some oil particles .. GENERATED FROM PYTHON SOURCE LINES 36-40 .. code-block:: Python oil_type='MARTIN LINGE CRUDE 2016' o.seed_elements(lon=4.88, lat=60.1, z=0, radius=3000, number=500, time=reader_norkyst.start_time, oil_type=oil_type) .. rst-class:: sphx-glr-script-out .. code-block:: none 17:14:01 INFO opendrift.models.openoil.adios.dirjs:86: Querying ADIOS database for oil: MARTIN LINGE CRUDE 2016 17:14:01 INFO opendrift.models.openoil.openoil:1717: Using density 930.00252 and viscosity 0.0004141770017829454 of oiltype MARTIN LINGE CRUDE 2016 17:14:01 INFO opendrift.models.basemodel.environment:206: Adding a global landmask from GSHHG 17:14:05 INFO opendrift.models.basemodel.environment:229: Fallback values will be used for the following variables which have no readers: 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_surface_height: 0.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: upward_sea_water_velocity: 0.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_significant_height: 0.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_stokes_drift_x_velocity: 0.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_stokes_drift_y_velocity: 0.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_period_at_variance_spectral_density_maximum: 0.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment: 0.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_ice_area_fraction: 0.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_ice_x_velocity: 0.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_ice_y_velocity: 0.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_water_temperature: 10.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_water_salinity: 34.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: sea_floor_depth_below_sea_level: 10000.000000 17:14:05 INFO opendrift.models.basemodel.environment:232: ocean_vertical_diffusivity: 0.020000 17:14:05 INFO opendrift.models.basemodel.environment:232: ocean_mixed_layer_thickness: 50.000000 .. GENERATED FROM PYTHON SOURCE LINES 41-42 Running model .. GENERATED FROM PYTHON SOURCE LINES 42-44 .. code-block:: Python o.run(steps=4*24, time_step=900, time_step_output=3600) .. rst-class:: sphx-glr-script-out .. code-block:: none 17:14:05 INFO opendrift:1732: Skipping environment variable upward_sea_water_velocity because of condition ['drift:vertical_advection', 'is', False] 17:14:05 INFO opendrift:1743: Storing previous values of element property lon because of condition (('general:coastline_action', 'in', ['stranding', 'previous']), 'or', ('general:seafloor_action', 'in', ['previous'])) 17:14:05 INFO opendrift:1743: Storing previous values of element property lat because of condition (('general:coastline_action', 'in', ['stranding', 'previous']), 'or', ('general:seafloor_action', 'in', ['previous'])) 17:14:05 INFO opendrift:899: Using existing reader for land_binary_mask 17:14:05 INFO opendrift:928: All points are in ocean 17:14:05 INFO opendrift.models.openoil.openoil:692: Oil-water surface tension is 0.033729 Nm 17:14:05 INFO opendrift.models.openoil.openoil:701: Using max water fractions [0.72, 0.78] for temperatures [5.0, 15.0] for oiltype MARTIN LINGE CRUDE 2016 17:14:05 INFO opendrift.models.openoil.openoil:702: Corresponding max water fraction from GNOME is 0.731347796266117 17:14:05 INFO opendrift:2035: 2015-11-16 00:00:00 - step 1 of 96 - 500 active elements (0 deactivated) 17:14:06 INFO opendrift:2035: 2015-11-16 00:15:00 - step 2 of 96 - 500 active elements (0 deactivated) 17:14:06 INFO opendrift:2035: 2015-11-16 00:30:00 - step 3 of 96 - 500 active elements (0 deactivated) 17:14:07 INFO opendrift:2035: 2015-11-16 00:45:00 - step 4 of 96 - 500 active elements (0 deactivated) 17:14:07 INFO opendrift:2035: 2015-11-16 01:00:00 - step 5 of 96 - 500 active elements (0 deactivated) 17:14:07 INFO opendrift:2035: 2015-11-16 01:15:00 - step 6 of 96 - 500 active elements (0 deactivated) 17:14:07 INFO opendrift:2035: 2015-11-16 01:30:00 - step 7 of 96 - 500 active elements (0 deactivated) 17:14:07 INFO opendrift:2035: 2015-11-16 01:45:00 - step 8 of 96 - 500 active elements (0 deactivated) 17:14:07 INFO opendrift:2035: 2015-11-16 02:00:00 - step 9 of 96 - 500 active elements (0 deactivated) 17:14:07 INFO opendrift:2035: 2015-11-16 02:15:00 - step 10 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 02:30:00 - step 11 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 02:45:00 - step 12 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 03:00:00 - step 13 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 03:15:00 - step 14 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 03:30:00 - step 15 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 03:45:00 - step 16 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 04:00:00 - step 17 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 04:15:00 - step 18 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 04:30:00 - step 19 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 04:45:00 - step 20 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 05:00:00 - step 21 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 05:15:00 - step 22 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 05:30:00 - step 23 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 05:45:00 - step 24 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 06:00:00 - step 25 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 06:15:00 - step 26 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 06:30:00 - step 27 of 96 - 500 active elements (0 deactivated) 17:14:08 INFO opendrift:2035: 2015-11-16 06:45:00 - step 28 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 07:00:00 - step 29 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 07:15:00 - step 30 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 07:30:00 - step 31 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 07:45:00 - step 32 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 08:00:00 - step 33 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 08:15:00 - step 34 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 08:30:00 - step 35 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 08:45:00 - step 36 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 09:00:00 - step 37 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 09:15:00 - step 38 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 09:30:00 - step 39 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 09:45:00 - step 40 of 96 - 500 active elements (0 deactivated) 17:14:09 WARNING opendrift.readers.basereader.structured:326: Data block from /root/project/tests/test_data/16Nov2015_NorKyst_z_surface/arome_subset_16Nov2015.nc not large enough to cover element positions within timestep. Buffer size (4) must be increased. See `Variables.set_buffer_size`. 17:14:09 INFO opendrift:2035: 2015-11-16 10:00:00 - step 41 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 10:15:00 - step 42 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 10:30:00 - step 43 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 10:45:00 - step 44 of 96 - 500 active elements (0 deactivated) 17:14:09 INFO opendrift:2035: 2015-11-16 11:00:00 - step 45 of 96 - 500 active elements (0 deactivated) 17:14:10 INFO opendrift:2035: 2015-11-16 11:15:00 - step 46 of 96 - 500 active elements (0 deactivated) 17:14:10 INFO opendrift:2035: 2015-11-16 11:30:00 - step 47 of 96 - 500 active elements (0 deactivated) 17:14:10 INFO opendrift:2035: 2015-11-16 11:45:00 - step 48 of 96 - 500 active elements (0 deactivated) 17:14:10 INFO opendrift:2035: 2015-11-16 12:00:00 - step 49 of 96 - 500 active elements (0 deactivated) 17:14:11 INFO opendrift:2035: 2015-11-16 12:15:00 - step 50 of 96 - 499 active elements (1 deactivated) 17:14:11 INFO opendrift:2035: 2015-11-16 12:30:00 - step 51 of 96 - 499 active elements (1 deactivated) 17:14:11 INFO opendrift:2035: 2015-11-16 12:45:00 - step 52 of 96 - 499 active elements (1 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 13:00:00 - step 53 of 96 - 499 active elements (1 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 13:15:00 - step 54 of 96 - 499 active elements (1 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 13:30:00 - step 55 of 96 - 499 active elements (1 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 13:45:00 - step 56 of 96 - 499 active elements (1 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 14:00:00 - step 57 of 96 - 499 active elements (1 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 14:15:00 - step 58 of 96 - 499 active elements (1 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 14:30:00 - step 59 of 96 - 497 active elements (3 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 14:45:00 - step 60 of 96 - 497 active elements (3 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 15:00:00 - step 61 of 96 - 496 active elements (4 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 15:15:00 - step 62 of 96 - 496 active elements (4 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 15:30:00 - step 63 of 96 - 496 active elements (4 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 15:45:00 - step 64 of 96 - 496 active elements (4 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 16:00:00 - step 65 of 96 - 495 active elements (5 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 16:15:00 - step 66 of 96 - 493 active elements (7 deactivated) 17:14:12 INFO opendrift:2035: 2015-11-16 16:30:00 - step 67 of 96 - 493 active elements (7 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 16:45:00 - step 68 of 96 - 492 active elements (8 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 17:00:00 - step 69 of 96 - 489 active elements (11 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 17:15:00 - step 70 of 96 - 487 active elements (13 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 17:30:00 - step 71 of 96 - 483 active elements (17 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 17:45:00 - step 72 of 96 - 477 active elements (23 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 18:00:00 - step 73 of 96 - 472 active elements (28 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 18:15:00 - step 74 of 96 - 466 active elements (34 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 18:30:00 - step 75 of 96 - 460 active elements (40 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 18:45:00 - step 76 of 96 - 455 active elements (45 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 19:00:00 - step 77 of 96 - 444 active elements (56 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 19:15:00 - step 78 of 96 - 441 active elements (59 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 19:30:00 - step 79 of 96 - 436 active elements (64 deactivated) 17:14:13 INFO opendrift:2035: 2015-11-16 19:45:00 - step 80 of 96 - 432 active elements (68 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 20:00:00 - step 81 of 96 - 427 active elements (73 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 20:15:00 - step 82 of 96 - 421 active elements (79 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 20:30:00 - step 83 of 96 - 415 active elements (85 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 20:45:00 - step 84 of 96 - 405 active elements (95 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 21:00:00 - step 85 of 96 - 401 active elements (99 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 21:15:00 - step 86 of 96 - 401 active elements (99 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 21:30:00 - step 87 of 96 - 393 active elements (107 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 21:45:00 - step 88 of 96 - 392 active elements (108 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 22:00:00 - step 89 of 96 - 390 active elements (110 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 22:15:00 - step 90 of 96 - 385 active elements (115 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 22:30:00 - step 91 of 96 - 376 active elements (124 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 22:45:00 - step 92 of 96 - 374 active elements (126 deactivated) 17:14:14 INFO opendrift:2035: 2015-11-16 23:00:00 - step 93 of 96 - 368 active elements (132 deactivated) 17:14:15 INFO opendrift:2035: 2015-11-16 23:15:00 - step 94 of 96 - 360 active elements (140 deactivated) 17:14:15 INFO opendrift:2035: 2015-11-16 23:30:00 - step 95 of 96 - 350 active elements (150 deactivated) 17:14:15 INFO opendrift:2035: 2015-11-16 23:45:00 - step 96 of 96 - 345 active elements (155 deactivated) .. raw:: html
<xarray.Dataset> Size: 2MB
    Dimensions:                                                                              (
                                                                                              trajectory: 500,
                                                                                              time: 25)
    Coordinates:
      * trajectory                                                                           (trajectory) int64 4kB ...
      * time                                                                                 (time) datetime64[ns] 200B ...
    Data variables: (12/43)
        status                                                                               (trajectory, time) float32 50kB ...
        moving                                                                               (trajectory, time) float32 50kB ...
        age_seconds                                                                          (trajectory, time) float32 50kB ...
        origin_marker                                                                        (trajectory, time) float32 50kB ...
        lon                                                                                  (trajectory, time) float32 50kB ...
        lat                                                                                  (trajectory, time) float32 50kB ...
        ...                                                                                   ...
        sea_water_temperature                                                                (trajectory, time) float32 50kB ...
        sea_water_salinity                                                                   (trajectory, time) float32 50kB ...
        sea_floor_depth_below_sea_level                                                      (trajectory, time) float32 50kB ...
        ocean_vertical_diffusivity                                                           (trajectory, time) float32 50kB ...
        land_binary_mask                                                                     (trajectory, time) float32 50kB ...
        ocean_mixed_layer_thickness                                                          (trajectory, time) float32 50kB ...
    Attributes: (12/165)
        Conventions:                                                             ...
        standard_name_vocabulary:                                                ...
        featureType:                                                             ...
        title:                                                                   ...
        summary:                                                                 ...
        keywords:                                                                ...
        ...                                                                                                               ...
        geospatial_lon_units:                                                    ...
        geospatial_lon_resolution:                                               ...
        runtime:                                                                 ...
        geospatial_vertical_min:                                                 ...
        geospatial_vertical_max:                                                 ...
        geospatial_vertical_positive:                                            ...


.. GENERATED FROM PYTHON SOURCE LINES 45-46 Print and plot results .. GENERATED FROM PYTHON SOURCE LINES 46-52 .. code-block:: Python o.plot_oil_budget() o.plot(fast=True) o.animation(fast=True) #o.plot_oil_budget('oil_budget_MartinLingeCrude.png') .. rst-class:: sphx-glr-horizontal * .. image-sg:: /gallery/images/sphx_glr_example_oil_budget_noaa_001.png :alt: MARTIN LINGE CRUDE 2016 (930.0 kg/m3) - 2015-11-16 00:00 to 2015-11-17 00:00 :srcset: /gallery/images/sphx_glr_example_oil_budget_noaa_001.png :class: sphx-glr-multi-img * .. image-sg:: /gallery/images/sphx_glr_example_oil_budget_noaa_002.png :alt: OpenDrift - OpenOil (MARTIN LINGE CRUDE 2016) 2015-11-16 00:00 to 2015-11-17 00:00 UTC (25 steps) :srcset: /gallery/images/sphx_glr_example_oil_budget_noaa_002.png :class: sphx-glr-multi-img .. rst-class:: sphx-glr-script-out .. code-block:: none 17:14:15 WARNING opendrift:2391: Plotting fast. This will make your plots less accurate. 17:14:17 WARNING opendrift:2391: Plotting fast. This will make your plots less accurate. 17:14:18 INFO opendrift:4553: Saving animation to /root/project/docs/source/gallery/animations/example_oil_budget_noaa_0.gif... 17:14:34 INFO opendrift:2994: Time to make animation: 0:00:17.498209 .. GENERATED FROM PYTHON SOURCE LINES 53-54 .. image:: /gallery/animations/example_oil_budget_noaa_0.gif .. GENERATED FROM PYTHON SOURCE LINES 54-62 .. code-block:: Python o.plot_property('fraction_evaporated') o.plot_property('density') o.plot_property('water_fraction') o.plot_property('viscosity') o.plot_property('interfacial_area') o.plot_property('z') .. rst-class:: sphx-glr-horizontal * .. image-sg:: /gallery/images/sphx_glr_example_oil_budget_noaa_003.png :alt: fraction_evaporated :srcset: /gallery/images/sphx_glr_example_oil_budget_noaa_003.png :class: sphx-glr-multi-img * .. image-sg:: /gallery/images/sphx_glr_example_oil_budget_noaa_004.png :alt: density :srcset: /gallery/images/sphx_glr_example_oil_budget_noaa_004.png :class: sphx-glr-multi-img * .. image-sg:: /gallery/images/sphx_glr_example_oil_budget_noaa_005.png :alt: water_fraction :srcset: /gallery/images/sphx_glr_example_oil_budget_noaa_005.png :class: sphx-glr-multi-img * .. image-sg:: /gallery/images/sphx_glr_example_oil_budget_noaa_006.png :alt: viscosity :srcset: /gallery/images/sphx_glr_example_oil_budget_noaa_006.png :class: sphx-glr-multi-img * .. image-sg:: /gallery/images/sphx_glr_example_oil_budget_noaa_007.png :alt: interfacial_area :srcset: /gallery/images/sphx_glr_example_oil_budget_noaa_007.png :class: sphx-glr-multi-img * .. image-sg:: /gallery/images/sphx_glr_example_oil_budget_noaa_008.png :alt: z :srcset: /gallery/images/sphx_glr_example_oil_budget_noaa_008.png :class: sphx-glr-multi-img .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 43.077 seconds) .. _sphx_glr_download_gallery_example_oil_budget_noaa.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_budget_noaa.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: example_oil_budget_noaa.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: example_oil_budget_noaa.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_