Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Jun 20, 2024
1 parent d9a69b8 commit d650a6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/warmup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Pluto, CairoMakie, Downloads, IJulia, Pkg
import MITgcm, Climatology
import MITgcm.ClimateModels
import MITgcm.MeshArrays
using MITgcm.ClimateModels.Git
git=MITgcm.ClimateModels.git

##

Expand Down Expand Up @@ -32,7 +32,8 @@ ClimateModels.launch(tmp)
##

MeshArrays.GRID_LLC90_download()
Climatology.ECCOdiags_add("release2")

#Climatology.ECCOdiags_add("release2")
#Climatology.ECCOdiags_add("release4")

Downloads.download(
Expand All @@ -43,7 +44,7 @@ Downloads.download(
##

pth=joinpath(ENV["HOME"],"src","Climatology.jl")
run(`$(git()) clone https://github.com/gaelforget/Climatology.jl $pth`)
run(`$(git()) clone https://github.com/JuliaOcean/Climatology.jl $pth`)
nb=joinpath(pth,"examples/ECCO/ECCO_standard_plots.jl")
Pluto.activate_notebook_environment(nb)
Pkg.instantiate()
Expand Down

0 comments on commit d650a6b

Please sign in to comment.