Skip to content

Commit

Permalink
Merge pull request #93 from gaelforget/v0p2p14c
Browse files Browse the repository at this point in the history
add Atmos particle example
  • Loading branch information
gaelforget committed Nov 2, 2022
2 parents a9122ab + 5c49b73 commit 8506f1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Notebooks listed below are also found in [the docs](https://gaelforget.github.io
- [CMIP6 model output](https://gaelforget.github.io/ClimateModels.jl/dev/examples/CMIP6.html) (Zarr)
- [ECMWF IFS 1km](https://gaelforget.github.io/ClimateModels.jl/v0.2.7/examples/IFS1km_notebook.html) (NetCDF)
- [ECCO version 4](https://gaelforget.github.io/OceanStateEstimation.jl/dev/examples/ECCO_standard_plots.html) (NetCDF)
- [Pathway Simulations](https://gaelforget.github.io/MITgcmTools.jl/dev/examples/HS94_particles.html) (binary, jld2)

</p>
</details>
Expand Down
3 changes: 2 additions & 1 deletion docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RandomWalker
The examples generally fall into two categories :

- [Workflows That Run Models](@ref run_model_examples)
- [Workflows That Replay Models](@ref )
- [Workflows That Replay Models](@ref replay_model_examples)

!!! note
This distinction between workflows is not strict, as one model often depends for its input on another model's output, and so forth.
Expand Down Expand Up @@ -38,6 +38,7 @@ In [User Manual](@ref manual), the [Climate Model Interface](@ref) section then
- [CMIP6 model output](CMIP6.html) (Zarr) ➭ [code link](https://raw.githubusercontent.com/gaelforget/ClimateModels.jl/master/examples/CMIP6.jl)
- [ECMWF IFS 1km](https://gaelforget.github.io/ClimateModels.jl/v0.2.7/examples/IFS1km_notebook.html) (NetCDF) ➭ [code link](https://raw.githubusercontent.com/gaelforget/ClimateModels.jl/master/examples/IFS1km.jl)
- [ECCO version 4](https://gaelforget.github.io/OceanStateEstimation.jl/dev/examples/ECCO_standard_plots.html) (NetCDF) ➭ [code link](https://raw.githubusercontent.com/gaelforget/OceanStateEstimation.jl/master/examples/ECCO/ECCO_standard_plots.jl)
- [Pathway Simulations](https://gaelforget.github.io/MITgcmTools.jl/dev/examples/HS94_particles.html) (binary, jld2) ➭ [code link](https://raw.githubusercontent.com/gaelforget/MITgcmTools.jl/master/examples/HS94_particles.jl)

## Trying or Creating Examples

Expand Down

0 comments on commit 8506f1d

Please sign in to comment.