Skip to content

Commit

Permalink
Merge pull request #115 from gaelforget/v0p3p2b
Browse files Browse the repository at this point in the history
updates , fixes
  • Loading branch information
gaelforget committed Apr 1, 2024
2 parents 28524ee + 66b00c2 commit a9205c4
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 251 deletions.
4 changes: 3 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Documenter, ClimateModels, CairoMakie, Pkg
import PlutoSliderServer
Pkg.precompile()

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

do_run_notebooks=true
Expand Down Expand Up @@ -36,7 +36,9 @@ for i in lst
end

fil_in2=joinpath(@__DIR__,"build","ClimateModelsJuliaCon2021.jl")
fil_out2=joinpath(@__DIR__,"build", "examples","ClimateModelsJuliaCon2021.html")
PlutoSliderServer.export_notebook(fil_in2)
mv(fil_in2[1:end-2]*"html",fil_out2)

end #if do_run_notebooks

Expand Down
Loading

0 comments on commit a9205c4

Please sign in to comment.