Skip to content

Commit

Permalink
Merge pull request #43 from crbinz/master
Browse files Browse the repository at this point in the history
Fix link in index.md
  • Loading branch information
gaelforget authored Nov 8, 2021
2 parents a21dff3 + 1d4e3e9 commit 8a03be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A second series of notebooks rather replays model data provided by the **2021 IP

An important requirement in climate science is to derive transports using native model grid output to allow for maximum precision e.g. in closing energy budgets. This is one of the applications of **MeshArrays.jl** -- the computation and analysis of global ocean transports derived accurately from gridded model output.

**IndividualDisplacements.jl** extends this approach by providing a [particle tracking](Lagrangian_and_Eulerian_specification_of_the_flow_field) framework that readily operates on climate model `C-grids` (see **MeshArrays.jl**). In the examples, model output from the [MITgcm](https://mitgcm.readthedocs.io/en/latest/) are loaded using functions provided by **MITgcmTools.jl**.
**IndividualDisplacements.jl** extends this approach by providing a [particle tracking](https://en.wikipedia.org/wiki/Lagrangian_and_Eulerian_specification_of_the_flow_field) framework that readily operates on climate model `C-grids` (see **MeshArrays.jl**). In the examples, model output from the [MITgcm](https://mitgcm.readthedocs.io/en/latest/) are loaded using functions provided by **MITgcmTools.jl**.

The **Data Structures** section provide examples for reading and writing files (incl. NetCDF and Zarr files), as well as interpolation of variables, and other common tasks in climate and data science.

Expand Down

0 comments on commit 8a03be5

Please sign in to comment.