From e48306b84f56dca0b6d1b49d2223f7255e63cfbc Mon Sep 17 00:00:00 2001 From: Gael Forget Date: Tue, 18 Jan 2022 19:02:44 -0500 Subject: [PATCH] Update examples.md --- docs/src/examples.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/examples.md b/docs/src/examples.md index b50a0aba..4bdf0d4a 100644 --- a/docs/src/examples.md +++ b/docs/src/examples.md @@ -7,7 +7,7 @@ Output is in [DataFrames](https://juliadata.github.io/DataFrames.jl/latest/) tab To run an example, the recommended method is to copy the corresponding `notebook (code)` link, paste into the [Pluto.jl](https://github.com/fonsp/Pluto.jl/wiki/🔎-Basic-Commands-in-Pluto) prompt, and click `open`. -### Simple Two-Dimensional Flow +## Simple Two-Dimensional Flow [notebook (html)](random_flow_field.html) ➭ [notebook (code)](https://github.com/JuliaClimate/IndividualDisplacements.jl/blob/master/examples/basics/random_flow_field.jl) @@ -19,7 +19,7 @@ All that is left to do at this stage is to define initial conditions, put them t Exercises include the non-periodic domain case, statistics made easy via `DataFrames.jl`, and replacing the flow field with your own. -### Simple Three-Dimensional Flow +## Simple Three-Dimensional Flow [notebook (html)](solid_body_rotation.html) ➭ [notebook (code)](https://github.com/JuliaClimate/IndividualDisplacements.jl/blob/master/examples/basics/solid_body_rotation.jl) @@ -29,7 +29,7 @@ Set up a three-dimensional flow field `u,v,w`, initialize a single particle at p The flow field consists of [rigid body rotation](https://en.wikipedia.org/wiki/Rigid_body), plus a convergent term, plus a sinking term in the vertical direction. This flow field generates a downward, converging spiral -- a idealized version of a relevant case in the Ocean. -### Global Ocean Circulation +## Global Ocean Circulation [notebook (html)](global_ocean_circulation.html) ➭ [notebook (code)](https://github.com/JuliaClimate/IndividualDisplacements.jl/blob/master/examples/worldwide/global_ocean_circulation.jl) @@ -37,7 +37,7 @@ A simulation of floating particles over the Global Ocean which illustrates (1) u The flow field is based on a data-constrained ocean model solution. The problem is configured in a way to mimic, albeit very crudely, the near-surface tranport of plastics or planktons. -### Three Dimensional Pathways +## Three Dimensional Pathways [notebook (html)](three_dimensional_ocean.html) ➭ [notebook (code)](https://github.com/JuliaClimate/IndividualDisplacements.jl/blob/master/examples/worldwide/three_dimensional_ocean.jl) @@ -45,7 +45,7 @@ A simulation of particles that follow the three-dimensional ocean circulation. T The flow field is based on a data-constrained, realistic, ocean model. The problem configuration mimics, albeit very approximately, ocean tracers / coumpounds transported by water masses . -### Additional Examples +## Additional Examples - Interactive UI (Pluto.jl) : [notebook (html)](interactive_UI.html) ➭ [notebook (code)](https://github.com/JuliaClimate/IndividualDisplacements.jl/blob/master/examples/worldwide/interactive_UI.jl)