.git-blame-ignore-revs
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierignore
.readthedocs.yaml
CITATION.cff
LICENSE.md
README.md
codecov.yml
environment.yml
pyproject.toml
.binder/environment.yml
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/pull_request_template.md
.github/release.yaml
.github/DISCUSSION_TEMPLATE/q-a.yml
.github/ISSUE_TEMPLATE/01_feature.md
.github/ISSUE_TEMPLATE/02_bug.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/actions/install-parcels/action.yml
.github/ci/min-core-deps.yml
.github/ci/min_deps_check.py
.github/workflows/additional.yml
.github/workflows/ci.yml
.github/workflows/pypi-release.yml
docs/Makefile
docs/c_standard_gcc7.txt
docs/c_standard_gcc8.txt
docs/conf.py
docs/favicon.ico
docs/index.rst
docs/installation.rst
docs/make.bat
docs/pyproject.toml
docs/reference.rst
docs/robots.txt
docs/_static/calendar-icon.jpg
docs/_static/clock-icon.png
docs/_static/globe-icon.jpg
docs/_static/harddrive.png
docs/_static/homepage.gif
docs/_static/logo-horo.svg
docs/_static/logo-horo_dia.svg
docs/_static/loop-icon.jpeg
docs/_static/pulled_particles_twoatractors_line.gif
docs/_templates/layout.html
docs/community/contributing.rst
docs/community/index.rst
docs/community/maintainer.md
docs/community/policies.md
docs/documentation/additional_examples.rst
docs/documentation/index.rst
docs/examples/documentation_LargeRunsOutput.ipynb
docs/examples/documentation_MPI.ipynb
docs/examples/documentation_advanced_zarr.ipynb
docs/examples/documentation_geospatial.ipynb
docs/examples/documentation_homepage_animation.ipynb
docs/examples/documentation_indexing.ipynb
docs/examples/documentation_stuck_particles.ipynb
docs/examples/documentation_unstuck_Agrid.ipynb
docs/examples/example_brownian.py
docs/examples/example_dask_chunk_OCMs.py
docs/examples/example_decaying_moving_eddy.py
docs/examples/example_globcurrent.py
docs/examples/example_mitgcm.py
docs/examples/example_moving_eddies.py
docs/examples/example_nemo_curvilinear.py
docs/examples/example_ofam.py
docs/examples/example_peninsula.py
docs/examples/example_radial_rotation.py
docs/examples/example_stommel.py
docs/examples/parcels_tutorial.ipynb
docs/examples/tutorial_Argofloats.ipynb
docs/examples/tutorial_NestedFields.ipynb
docs/examples/tutorial_analyticaladvection.ipynb
docs/examples/tutorial_croco_3D.ipynb
docs/examples/tutorial_delaystart.ipynb
docs/examples/tutorial_diffusion.ipynb
docs/examples/tutorial_interaction.ipynb
docs/examples/tutorial_interpolation.ipynb
docs/examples/tutorial_jit_vs_scipy.ipynb
docs/examples/tutorial_kernelloop.ipynb
docs/examples/tutorial_nemo_3D.ipynb
docs/examples/tutorial_nemo_curvilinear.ipynb
docs/examples/tutorial_output.ipynb
docs/examples/tutorial_parcels_structure.ipynb
docs/examples/tutorial_particle_field_interaction.ipynb
docs/examples/tutorial_peninsula_AvsCgrid.ipynb
docs/examples/tutorial_periodic_boundaries.ipynb
docs/examples/tutorial_sampling.ipynb
docs/examples/tutorial_timestamps.ipynb
docs/examples/tutorial_timevaryingdepthdimensions.ipynb
docs/examples/tutorial_unitconverters.ipynb
docs/examples/images/NEMO_ghost_vel.png
docs/examples/images/NEMO_latBC.png
docs/examples/images/grid_comparison.png
docs/examples/images/homepage.gif
docs/examples/images/parcels_user_diagram.png
docs/examples/images/parcels_user_diagram.svg
docs/examples/images/tutorial_geospatial_google_earth.png
docs/examples/images/tutorial_geospatial_kepler.png
docs/examples/images/tutorial_geospatial_qgis.png
docs/reference/code_generation.rst
docs/reference/fields.rst
docs/reference/grids.rst
docs/reference/interaction.rst
docs/reference/misc.rst
docs/reference/particlefile.rst
docs/reference/particles.rst
docs/reference/predefined_kernels.rst
docs/reference/userdefined_kernels.rst
licenses/XARRAY_LICENSE
parcels/__init__.py
parcels/_compat.py
parcels/_index_search.py
parcels/_interpolation.py
parcels/_typing.py
parcels/_version.py
parcels/_version_setup.py
parcels/field.py
parcels/fieldfilebuffer.py
parcels/fieldset.py
parcels/grid.py
parcels/gridset.py
parcels/kernel.py
parcels/particle.py
parcels/particledata.py
parcels/particlefile.py
parcels/particleset.py
parcels/rng.py
parcels.egg-info/PKG-INFO
parcels.egg-info/SOURCES.txt
parcels.egg-info/dependency_links.txt
parcels.egg-info/requires.txt
parcels.egg-info/top_level.txt
parcels/application_kernels/EOSseawaterproperties.py
parcels/application_kernels/TEOSseawaterdensity.py
parcels/application_kernels/__init__.py
parcels/application_kernels/advection.py
parcels/application_kernels/advectiondiffusion.py
parcels/application_kernels/interaction.py
parcels/compilation/__init__.py
parcels/compilation/codecompiler.py
parcels/compilation/codegenerator.py
parcels/include/index_search.h
parcels/include/interpolation_utils.h
parcels/include/parcels.h
parcels/include/random.h
parcels/interaction/__init__.py
parcels/interaction/interactionkernel.py
parcels/interaction/neighborsearch/__init__.py
parcels/interaction/neighborsearch/base.py
parcels/interaction/neighborsearch/basehash.py
parcels/interaction/neighborsearch/bruteforce.py
parcels/interaction/neighborsearch/distanceutils.py
parcels/interaction/neighborsearch/hashflat.py
parcels/interaction/neighborsearch/hashspherical.py
parcels/interaction/neighborsearch/kdtreeflat.py
parcels/tools/__init__.py
parcels/tools/_helpers.py
parcels/tools/converters.py
parcels/tools/exampledata_utils.py
parcels/tools/global_statics.py
parcels/tools/interpolation_utils.py
parcels/tools/loggers.py
parcels/tools/statuscodes.py
parcels/tools/timer.py
parcels/tools/warnings.py
tests/__init__.py
tests/common_kernels.py
tests/conftest.py
tests/customed_header.h
tests/test_advection.py
tests/test_compat.py
tests/test_deprecations.py
tests/test_diffusion.py
tests/test_examples.py
tests/test_field.py
tests/test_fieldset.py
tests/test_fieldset_sampling.py
tests/test_grids.py
tests/test_interaction.py
tests/test_interpolation.py
tests/test_kernel_execution.py
tests/test_kernel_language.py
tests/test_mpirun.py
tests/test_particlefile.py
tests/test_particles.py
tests/test_particlesets.py
tests/test_reprs.py
tests/test_typing.py
tests/utils.py
tests/test_data/POPtestdata_time.nc
tests/test_data/Uu_eastward_nemo_cross_180lon.nc
tests/test_data/Vv_eastward_nemo_cross_180lon.nc
tests/test_data/access-om2-01_u.nc
tests/test_data/access-om2-01_v.nc
tests/test_data/access-om2-01_wt.nc
tests/test_data/create_testfields.py
tests/test_data/fieldset_CROCO2D.py
tests/test_data/fieldset_CROCO3D.py
tests/test_data/fieldset_nemo.py
tests/test_data/fieldset_nemo_error.py
tests/test_data/mask_nemo_cross_180lon.nc
tests/test_data/perlinfieldsU.nc
tests/test_data/perlinfieldsV.nc
tests/test_data/popcoordinates.nc
tests/test_data/popdata.nc
tests/test_data/testfieldsP.nc
tests/test_data/testfieldsU.nc
tests/test_data/testfieldsV.nc
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/.zattrs
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/.zgroup
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/.zmetadata
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lat/.zarray
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lat/.zattrs
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lat/0.0
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lat/0.1
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lat/0.2
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lat/0.3
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lon/.zarray
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lon/.zattrs
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lon/0.0
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lon/0.1
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lon/0.2
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/lon/0.3
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/obs/.zarray
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/obs/.zattrs
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/obs/0
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/obs/1
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/obs/2
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/obs/3
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/time/.zarray
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/time/.zattrs
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/time/0.0
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/time/0.1
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/time/0.2
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/time/0.3
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/trajectory/.zarray
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/trajectory/.zattrs
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/trajectory/0
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/trajectory/1
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/trajectory/2
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/z/.zarray
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/z/.zattrs
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/z/0.0
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/z/0.1
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/z/0.2
tests/test_data/test_interpolation_jit_cgrid_velocity.zarr/z/0.3
tests/test_data/test_interpolation_jit_freeslip.zarr/.zattrs
tests/test_data/test_interpolation_jit_freeslip.zarr/.zgroup
tests/test_data/test_interpolation_jit_freeslip.zarr/.zmetadata
tests/test_data/test_interpolation_jit_freeslip.zarr/lat/.zarray
tests/test_data/test_interpolation_jit_freeslip.zarr/lat/.zattrs
tests/test_data/test_interpolation_jit_freeslip.zarr/lat/0.0
tests/test_data/test_interpolation_jit_freeslip.zarr/lat/0.1
tests/test_data/test_interpolation_jit_freeslip.zarr/lat/0.2
tests/test_data/test_interpolation_jit_freeslip.zarr/lat/0.3
tests/test_data/test_interpolation_jit_freeslip.zarr/lon/.zarray
tests/test_data/test_interpolation_jit_freeslip.zarr/lon/.zattrs
tests/test_data/test_interpolation_jit_freeslip.zarr/lon/0.0
tests/test_data/test_interpolation_jit_freeslip.zarr/lon/0.1
tests/test_data/test_interpolation_jit_freeslip.zarr/lon/0.2
tests/test_data/test_interpolation_jit_freeslip.zarr/lon/0.3
tests/test_data/test_interpolation_jit_freeslip.zarr/obs/.zarray
tests/test_data/test_interpolation_jit_freeslip.zarr/obs/.zattrs
tests/test_data/test_interpolation_jit_freeslip.zarr/obs/0
tests/test_data/test_interpolation_jit_freeslip.zarr/obs/1
tests/test_data/test_interpolation_jit_freeslip.zarr/obs/2
tests/test_data/test_interpolation_jit_freeslip.zarr/obs/3
tests/test_data/test_interpolation_jit_freeslip.zarr/time/.zarray
tests/test_data/test_interpolation_jit_freeslip.zarr/time/.zattrs
tests/test_data/test_interpolation_jit_freeslip.zarr/time/0.0
tests/test_data/test_interpolation_jit_freeslip.zarr/time/0.1
tests/test_data/test_interpolation_jit_freeslip.zarr/time/0.2
tests/test_data/test_interpolation_jit_freeslip.zarr/time/0.3
tests/test_data/test_interpolation_jit_freeslip.zarr/trajectory/.zarray
tests/test_data/test_interpolation_jit_freeslip.zarr/trajectory/.zattrs
tests/test_data/test_interpolation_jit_freeslip.zarr/trajectory/0
tests/test_data/test_interpolation_jit_freeslip.zarr/trajectory/1
tests/test_data/test_interpolation_jit_freeslip.zarr/trajectory/2
tests/test_data/test_interpolation_jit_freeslip.zarr/z/.zarray
tests/test_data/test_interpolation_jit_freeslip.zarr/z/.zattrs
tests/test_data/test_interpolation_jit_freeslip.zarr/z/0.0
tests/test_data/test_interpolation_jit_freeslip.zarr/z/0.1
tests/test_data/test_interpolation_jit_freeslip.zarr/z/0.2
tests/test_data/test_interpolation_jit_freeslip.zarr/z/0.3
tests/test_data/test_interpolation_jit_linear.zarr/.zattrs
tests/test_data/test_interpolation_jit_linear.zarr/.zgroup
tests/test_data/test_interpolation_jit_linear.zarr/.zmetadata
tests/test_data/test_interpolation_jit_linear.zarr/lat/.zarray
tests/test_data/test_interpolation_jit_linear.zarr/lat/.zattrs
tests/test_data/test_interpolation_jit_linear.zarr/lat/0.0
tests/test_data/test_interpolation_jit_linear.zarr/lat/0.1
tests/test_data/test_interpolation_jit_linear.zarr/lat/0.2
tests/test_data/test_interpolation_jit_linear.zarr/lat/0.3
tests/test_data/test_interpolation_jit_linear.zarr/lon/.zarray
tests/test_data/test_interpolation_jit_linear.zarr/lon/.zattrs
tests/test_data/test_interpolation_jit_linear.zarr/lon/0.0
tests/test_data/test_interpolation_jit_linear.zarr/lon/0.1
tests/test_data/test_interpolation_jit_linear.zarr/lon/0.2
tests/test_data/test_interpolation_jit_linear.zarr/lon/0.3
tests/test_data/test_interpolation_jit_linear.zarr/obs/.zarray
tests/test_data/test_interpolation_jit_linear.zarr/obs/.zattrs
tests/test_data/test_interpolation_jit_linear.zarr/obs/0
tests/test_data/test_interpolation_jit_linear.zarr/obs/1
tests/test_data/test_interpolation_jit_linear.zarr/obs/2
tests/test_data/test_interpolation_jit_linear.zarr/obs/3
tests/test_data/test_interpolation_jit_linear.zarr/time/.zarray
tests/test_data/test_interpolation_jit_linear.zarr/time/.zattrs
tests/test_data/test_interpolation_jit_linear.zarr/time/0.0
tests/test_data/test_interpolation_jit_linear.zarr/time/0.1
tests/test_data/test_interpolation_jit_linear.zarr/time/0.2
tests/test_data/test_interpolation_jit_linear.zarr/time/0.3
tests/test_data/test_interpolation_jit_linear.zarr/trajectory/.zarray
tests/test_data/test_interpolation_jit_linear.zarr/trajectory/.zattrs
tests/test_data/test_interpolation_jit_linear.zarr/trajectory/0
tests/test_data/test_interpolation_jit_linear.zarr/trajectory/1
tests/test_data/test_interpolation_jit_linear.zarr/trajectory/2
tests/test_data/test_interpolation_jit_linear.zarr/z/.zarray
tests/test_data/test_interpolation_jit_linear.zarr/z/.zattrs
tests/test_data/test_interpolation_jit_linear.zarr/z/0.0
tests/test_data/test_interpolation_jit_linear.zarr/z/0.1
tests/test_data/test_interpolation_jit_linear.zarr/z/0.2
tests/test_data/test_interpolation_jit_linear.zarr/z/0.3
tests/test_data/test_interpolation_jit_nearest.zarr/.zattrs
tests/test_data/test_interpolation_jit_nearest.zarr/.zgroup
tests/test_data/test_interpolation_jit_nearest.zarr/.zmetadata
tests/test_data/test_interpolation_jit_nearest.zarr/lat/.zarray
tests/test_data/test_interpolation_jit_nearest.zarr/lat/.zattrs
tests/test_data/test_interpolation_jit_nearest.zarr/lat/0.0
tests/test_data/test_interpolation_jit_nearest.zarr/lat/0.1
tests/test_data/test_interpolation_jit_nearest.zarr/lat/0.2
tests/test_data/test_interpolation_jit_nearest.zarr/lat/0.3
tests/test_data/test_interpolation_jit_nearest.zarr/lon/.zarray
tests/test_data/test_interpolation_jit_nearest.zarr/lon/.zattrs
tests/test_data/test_interpolation_jit_nearest.zarr/lon/0.0
tests/test_data/test_interpolation_jit_nearest.zarr/lon/0.1
tests/test_data/test_interpolation_jit_nearest.zarr/lon/0.2
tests/test_data/test_interpolation_jit_nearest.zarr/lon/0.3
tests/test_data/test_interpolation_jit_nearest.zarr/obs/.zarray
tests/test_data/test_interpolation_jit_nearest.zarr/obs/.zattrs
tests/test_data/test_interpolation_jit_nearest.zarr/obs/0
tests/test_data/test_interpolation_jit_nearest.zarr/obs/1
tests/test_data/test_interpolation_jit_nearest.zarr/obs/2
tests/test_data/test_interpolation_jit_nearest.zarr/obs/3
tests/test_data/test_interpolation_jit_nearest.zarr/time/.zarray
tests/test_data/test_interpolation_jit_nearest.zarr/time/.zattrs
tests/test_data/test_interpolation_jit_nearest.zarr/time/0.0
tests/test_data/test_interpolation_jit_nearest.zarr/time/0.1
tests/test_data/test_interpolation_jit_nearest.zarr/time/0.2
tests/test_data/test_interpolation_jit_nearest.zarr/time/0.3
tests/test_data/test_interpolation_jit_nearest.zarr/trajectory/.zarray
tests/test_data/test_interpolation_jit_nearest.zarr/trajectory/.zattrs
tests/test_data/test_interpolation_jit_nearest.zarr/trajectory/0
tests/test_data/test_interpolation_jit_nearest.zarr/trajectory/1
tests/test_data/test_interpolation_jit_nearest.zarr/trajectory/2
tests/test_data/test_interpolation_jit_nearest.zarr/z/.zarray
tests/test_data/test_interpolation_jit_nearest.zarr/z/.zattrs
tests/test_data/test_interpolation_jit_nearest.zarr/z/0.0
tests/test_data/test_interpolation_jit_nearest.zarr/z/0.1
tests/test_data/test_interpolation_jit_nearest.zarr/z/0.2
tests/test_data/test_interpolation_jit_nearest.zarr/z/0.3
tests/tools/test_converters.py
tests/tools/test_exampledata_utils.py
tests/tools/test_helpers.py
tests/tools/test_warnings.py