Skip to content

Commit

Permalink
Merge pull request #99 from gaelforget/v0p2p16d
Browse files Browse the repository at this point in the history
V0p2p16d
  • Loading branch information
gaelforget committed Jul 21, 2023
2 parents 2a02761 + 8921f79 commit fa85b4e
Show file tree
Hide file tree
Showing 12 changed files with 1,932 additions and 1,651 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
version:
- '1.6' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
- 'nightly'
os:
- ubuntu-latest
arch:
Expand Down
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
PlutoSliderServer = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ using Documenter, ClimateModels, CairoMakie, Pkg
import PlutoSliderServer
Pkg.precompile()

lst=("defaults.jl","RandomWalker.jl","ShallowWaters.jl","Hector.jl","FaIR.jl","MITgcm.jl","Speedy.jl","CMIP6.jl") #,"IPCC.jl")
lst=("defaults.jl","RandomWalker.jl","ShallowWaters.jl","Hector.jl","MITgcm.jl","Speedy.jl","CMIP6.jl","IPCC.jl")
#"FaIR.jl"
#"Oceananigans.jl"
#"IFS1km_notebook.jl"

Expand Down
Loading

0 comments on commit fa85b4e

Please sign in to comment.