We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c716d7 commit 95663e6Copy full SHA for 95663e6
examples/05_plots_makie.jl
@@ -6,9 +6,6 @@
6
# The necessary files are already in the directory containing the model simulation and its
7
# parent direction (`ROMS-implementation-test`). Downloading the files is only needed if you did not run the simulation.
8
9
-using Pkg
10
-Pkg.activate("makie",shared=true)
11
-
12
grd_name = "roms_grd_liguriansea.nc"
13
14
if !isfile(grd_name)
0 commit comments