Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
39e2b1b
Testing the removal of applyConversion in VectorField API
erikvansebille Oct 3, 2025
c311fba
Fixing applyConversion for VectorFields
erikvansebille Oct 13, 2025
bc8d2c2
Merge branch 'v4-dev' into removing_applyconversion_from_vectorinterp…
erikvansebille Oct 13, 2025
948caa2
minor cleanup of the Cgrid interpolator
erikvansebille Oct 13, 2025
849ef90
update documentation index
Oct 15, 2025
7834d8d
change p.depth to p.z as per #2303
Oct 15, 2025
8474ef8
update delay-start tutorial to v4
Oct 16, 2025
f757e7e
rewrite repeatdt tutorial for v4 and create separate notebook for spl…
Oct 16, 2025
f2d50af
move delaystart tutorial to v4 examples folder
Oct 16, 2025
9b6f299
add splitparticles tutorial to v3 examples
Oct 16, 2025
3777638
add repeat release tutorial to documentation homepage
Oct 16, 2025
082cf27
clean up split particles tutorial and investigate adding particles in…
Oct 16, 2025
14dd9f3
improve ordering and explanation of delayed start tutorial
Oct 20, 2025
6015c6c
start rewriting output-tutorial for v4
Oct 22, 2025
5ba0f26
work from updated Kernel loop
Oct 22, 2025
e4d35d8
rewrite output-tutorial to work in v4
Oct 22, 2025
126088e
Merge branch 'v4-dev' into removing_applyconversion_from_vectorinterp…
erikvansebille Oct 27, 2025
3e484c5
Merge pull request #2294 from Parcels-code/removing_applyconversion_f…
erikvansebille Oct 27, 2025
6982925
Merge branch 'output-time-test' into delayed-start
Oct 30, 2025
8110e85
Merge remote-tracking branch 'upstream/v4-dev' into delayed-start
Oct 30, 2025
644788b
Revert "Merge remote-tracking branch 'upstream/v4-dev' into delayed-s…
Oct 30, 2025
38df000
Cherry-pick decode_times fix: write time as int64 instead of uint64 a…
Oct 22, 2025
720f79f
add Vesna's animation and move to examples folder
Oct 30, 2025
45bbb95
edit output animation and link to Vesnas tutorial
Nov 3, 2025
47a0626
implement Eriks review
Nov 4, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The tutorials written for Parcels v3 are currently being updated for Parcels v4.
:caption: Creating ParticleSets
:name: tutorial-particlesets

<!-- ../examples/tutorial_delaystart.ipynb -->
../examples/tutorial_delaystart.ipynb
```

```{nbgallery}
Expand All @@ -43,6 +43,8 @@ The tutorials written for Parcels v3 are currently being updated for Parcels v4.

<!-- ../examples/tutorial_diffusion.ipynb -->
../examples/tutorial_sampling.ipynb
../examples/tutorial_Argofloats.ipynb
../examples/tutorial_gsw_density.ipynb
<!-- ../examples/tutorial_particle_field_interaction.ipynb -->
<!-- ../examples/tutorial_interaction.ipynb -->
<!-- ../examples/tutorial_analyticaladvection.ipynb -->
Expand All @@ -66,7 +68,7 @@ The tutorials written for Parcels v3 are currently being updated for Parcels v4.
:caption: Worked examples
:name: tutorial-examples

../examples/tutorial_Argofloats.ipynb

<!-- ../examples/documentation_homepage_animation.ipynb -->
```

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/tutorial_Argofloats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.11"
"version": "3.11.0"
}
},
"nbformat": 4,
Expand Down
Loading