Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Jun 20, 2024
1 parent 8cccc48 commit 772681c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/warmup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ cp(joinpath(dirname(p0),"..","examples","configurations","ECCO4.toml"),"src/ECCO
cp(joinpath(dirname(p0),"..","examples","configurations","OCCA2.toml"),"src/OCCA2.toml")
cp(joinpath(MC,"MITgcm/mysetups/ECCOv4/input/download_files.jl"),"src/download_files.jl")

mv(joinpath(MC,"MITgcm/mysetups/ECCOv4/build/mitgcmuv"),"src/mitgcmuv")
f=joinpath(MC,"MITgcm/mysetups/ECCOv4/build/mitgcmuv")
isfile(f) ? mv(f,"src/mitgcmuv") : println("mitgcmuv not found")
rm(pathof(MC),recursive=true)

##
Expand Down

0 comments on commit 772681c

Please sign in to comment.