From d650a6b2274f334c2f0e5625bee10b279bf7ec08 Mon Sep 17 00:00:00 2001 From: gaelforget Date: Wed, 19 Jun 2024 23:10:07 -0400 Subject: [PATCH] another try --- src/warmup.jl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/warmup.jl b/src/warmup.jl index 9579e7c..b02376b 100644 --- a/src/warmup.jl +++ b/src/warmup.jl @@ -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 ## @@ -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( @@ -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()