Skip to content

Commit

Permalink
move warning to top
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Sep 16, 2019
1 parent b2e5b1c commit a331397
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

**IndividualDisplacements.jl** computes individual displacments of elementary points over a gridded model domain. It can also read / write them from / to file. A typical application is the simulation and analysis of materials drifting or moving over the Global Ocean (e.g. plastics or planktons) or Atmosphere (e.g. dust or chemicals). Inter-operability with popular climate model grids and [MeshArrays.jl](https://github.com/gaelforget/MeshArrays.jl) is an important prospect. `IndividualDisplacements.jl ` was initially designed in relation to [MITgcm](https://mitgcm.readthedocs.io/en/latest/?badge=latest), [ECCOv4](https://eccov4.readthedocs.io/en/latest/) ([Forget et al. 2015](https://doi.org/10.5194/gmd-8-3071-2015)), and [CBIOMES](https://cbiomes.readthedocs.io/en/latest/) model simulations.

![alt-text-2](examples/ex_1.png "After")
**Note:** This package is in early development stage and expected to undergo major changes, additions, etc in the near future. It is far from full-featured.

![alt-text-2](examples/ex_1.png "From MITgcm")

### Installation

Expand Down Expand Up @@ -36,10 +38,7 @@ include(joinpath(p,"examples.jl"))
ex_2()
```

![alt-text-1](examples/ex_2.png "Before")

### Note
![alt-text-1](examples/ex_2.png "Computed in Julia")

This package is in early development stage and expected to undergo major changes, additions, etc in the near future. It is far from full-featured.


0 comments on commit a331397

Please sign in to comment.