.git-blame-ignore-revs
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierignore
.readthedocs.yaml
.vale.ini
CITATION.cff
CLAUDE.md
LICENSE.md
README.md
codecov.yml
pixi.toml
pyproject.toml
.binder/environment.yml
.github/CODE_OF_CONDUCT.md
.github/CONTRIBUTING.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release.yaml
.github/DISCUSSION_TEMPLATE/q-a.yml
.github/ISSUE_TEMPLATE/01_feature.yml
.github/ISSUE_TEMPLATE/02_bug.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ci/policy.yaml
.github/ci/recipe.yaml
.github/workflows/additional.yml
.github/workflows/ci.yml
.github/workflows/pypi-release.yml
.github/workflows/upstream-dev-ci.yaml
.vale/styles/Parcels/BritishEnglish.yml
ci/nightly/pixi.toml
ci/scripts/download-all-tutorial-datasets.py
docs/Makefile
docs/c_standard_gcc7.txt
docs/c_standard_gcc8.txt
docs/conf.py
docs/favicon.ico
docs/index.md
docs/make.bat
docs/pyproject.toml
docs/robots.txt
docs/_static/LAdiag-logo.svg
docs/_static/NEMO_ghost_vel.png
docs/_static/NEMO_latBC.png
docs/_static/calendar-icon.jpg
docs/_static/clam-full-white-buffer.svg
docs/_static/clock-icon.png
docs/_static/concepts_diagram.png
docs/_static/custom.css
docs/_static/github-logo.svg
docs/_static/globe-icon.jpg
docs/_static/grid_discretisation.png
docs/_static/harddrive.png
docs/_static/homepage.gif
docs/_static/logo-horo-transparent-dark.png
docs/_static/logo-horo-transparent.png
docs/_static/loop-icon.jpeg
docs/_static/pulled_particles_twoatractors_line.gif
docs/_templates/layout.html
docs/community/index.md
docs/development/docsguide.md
docs/development/index.md
docs/development/maintainer.md
docs/development/policies.md
docs/development/posting-issues.md
docs/development/unstructured_grid_search.md
docs/user_guide/index.md
docs/user_guide/v4-migration.md
docs/user_guide/examples/explanation_grids.ipynb
docs/user_guide/examples/explanation_interpolation.md
docs/user_guide/examples/explanation_kernelloop.md
docs/user_guide/examples/explanation_performance.md
docs/user_guide/examples/tutorial_Argofloats.ipynb
docs/user_guide/examples/tutorial_croco_3D.ipynb
docs/user_guide/examples/tutorial_delaystart.ipynb
docs/user_guide/examples/tutorial_delft3d.ipynb
docs/user_guide/examples/tutorial_diffusion.ipynb
docs/user_guide/examples/tutorial_dt_integrators.ipynb
docs/user_guide/examples/tutorial_fesom.ipynb
docs/user_guide/examples/tutorial_gsw_density.ipynb
docs/user_guide/examples/tutorial_homepage_animation.md
docs/user_guide/examples/tutorial_interaction.ipynb
docs/user_guide/examples/tutorial_interpolation.ipynb
docs/user_guide/examples/tutorial_manipulating_field_data.ipynb
docs/user_guide/examples/tutorial_mitgcm.ipynb
docs/user_guide/examples/tutorial_nemo.ipynb
docs/user_guide/examples/tutorial_nestedgrids.ipynb
docs/user_guide/examples/tutorial_peninsula_AvsCgrid.ipynb
docs/user_guide/examples/tutorial_sampling.ipynb
docs/user_guide/examples/tutorial_schism.ipynb
docs/user_guide/examples/tutorial_statuscodes.md
docs/user_guide/examples/tutorial_stuck_particles.ipynb
docs/user_guide/examples/tutorial_unstuck_Agrid.ipynb
docs/user_guide/examples/tutorial_velocityconversion.ipynb
docs/user_guide/examples/tutorial_write_in_kernel.ipynb
docs/user_guide/getting_started/explanation_concepts.md
docs/user_guide/getting_started/installation.md
docs/user_guide/getting_started/tutorial_output.ipynb
docs/user_guide/getting_started/tutorial_quickstart.md
docs/v4/index.md
docs/v4/nojit.md
licenses/XARRAY_LICENSE
src/parcels/__init__.py
src/parcels/_compat.py
src/parcels/_compat_v3.py
src/parcels/_decorators.py
src/parcels/_logger.py
src/parcels/_python.py
src/parcels/_repr_utils.py
src/parcels/_typing.py
src/parcels/_v3to4.py
src/parcels/_version_setup.py
src/parcels/_xarray.py
src/parcels/convert.py
src/parcels/tutorial.py
src/parcels.egg-info/PKG-INFO
src/parcels.egg-info/SOURCES.txt
src/parcels.egg-info/dependency_links.txt
src/parcels.egg-info/requires.txt
src/parcels.egg-info/scm_file_list.json
src/parcels.egg-info/scm_version.json
src/parcels.egg-info/top_level.txt
src/parcels/_chunk_cached_array/__init__.py
src/parcels/_chunk_cached_array/core.py
src/parcels/_chunk_cached_array/lru_cache.py
src/parcels/_core/__init__.py
src/parcels/_core/_windowed_array.py
src/parcels/_core/basegrid.py
src/parcels/_core/field.py
src/parcels/_core/fieldset.py
src/parcels/_core/index_search.py
src/parcels/_core/kernel.py
src/parcels/_core/mesh.py
src/parcels/_core/model.py
src/parcels/_core/particle.py
src/parcels/_core/particlefile.py
src/parcels/_core/particleset.py
src/parcels/_core/particlesetview.py
src/parcels/_core/spatialhash.py
src/parcels/_core/statuscodes.py
src/parcels/_core/uxgrid.py
src/parcels/_core/warnings.py
src/parcels/_core/xgrid.py
src/parcels/_core/utils/__init__.py
src/parcels/_core/utils/interpolation.py
src/parcels/_core/utils/kernel_linting.py
src/parcels/_core/utils/string.py
src/parcels/_core/utils/time.py
src/parcels/_core/utils/unstructured.py
src/parcels/_datasets/__init__.py
src/parcels/_datasets/remote.py
src/parcels/_datasets/utils.py
src/parcels/_datasets/structured/__init__.py
src/parcels/_datasets/structured/circulation_models.py
src/parcels/_datasets/structured/generated.py
src/parcels/_datasets/structured/generic.py
src/parcels/_datasets/structured/strategies.py
src/parcels/_datasets/unstructured/__init__.py
src/parcels/_datasets/unstructured/generated.py
src/parcels/_datasets/unstructured/generic.py
src/parcels/_sgrid/__init__.py
src/parcels/_sgrid/accessor.py
src/parcels/_sgrid/core.py
src/parcels/_strategies/__init__.py
src/parcels/_strategies/_core.py
src/parcels/_strategies/particle.py
src/parcels/_strategies/sgrid.py
src/parcels/_strategies/time.py
src/parcels/interpolators/__init__.py
src/parcels/interpolators/_base.py
src/parcels/interpolators/_uxinterpolators.py
src/parcels/interpolators/_xinterpolators.py
src/parcels/kernels/__init__.py
src/parcels/kernels/_advection.py
src/parcels/kernels/_advectiondiffusion.py
src/parcels/kernels/_sigmagrids.py
tests/__init__.py
tests/common_kernels.py
tests/conftest.py
tests/mark.py
tests/test_advection.py
tests/test_backends.py
tests/test_basegrid.py
tests/test_compat_v3.py
tests/test_convert.py
tests/test_decorators.py
tests/test_diffusion.py
tests/test_field.py
tests/test_fieldset.py
tests/test_index_search.py
tests/test_interpolation.py
tests/test_kernel.py
tests/test_mesh.py
tests/test_particle.py
tests/test_particlefile.py
tests/test_particleset.py
tests/test_particleset_execute.py
tests/test_particlesetview.py
tests/test_python.py
tests/test_repr_utils.py
tests/test_sigmagrids.py
tests/test_spatialhash.py
tests/test_structured_gcm.py
tests/test_typing.py
tests/test_utils.py
tests/test_uxadvection.py
tests/test_uxarray_fieldset.py
tests/test_uxgrid.py
tests/test_windowed_array.py
tests/test_xarray.py
tests/test_xarray_fieldset.py
tests/test_xgrid.py
tests/utils.py
tests/datasets/test_remote.py
tests/datasets/test_strategies.py
tests/datasets/test_structured.py
tests/datasets/test_utils.py
tests/sgrid/test_accessor.py
tests/sgrid/test_sgrid.py
tests/test_data/README.md
tests/test_data/test_interpolation_data_random_cgrid_velocity.nc
tests/test_data/test_interpolation_data_random_freeslip.nc
tests/test_data/test_interpolation_data_random_linear.nc
tests/test_data/test_interpolation_data_random_nearest.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/utils/test_kernel_linting.py
tests/utils/test_time.py
tests/utils/test_unstructured.py
tests/validation/__init__.py
tests/validation/test_ux.py
tools/get-parcels-alpha-version.py
tools/lint_british_english.py
tools/numpydoc-public-api.py