Skip to content

Commit 625d7d9

Browse files
committed
using MeshArrays, import rest, re-order downloads
1 parent f10f96f commit 625d7d9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/make.jl

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
using Documenter
2-
import PlutoSliderServer, MeshArrays, DataDeps, CairoMakie, MITgcm
1+
using Documenter, MeshArrays
2+
import PlutoSliderServer, DataDeps, CairoMakie, MITgcm
3+
import Climatology
34

45
ENV["DATADEPS_ALWAYS_ACCEPT"]=true
5-
6-
import Climatology
6+
MITgcm.getdata("mitgcmsmall")
77
Climatology.get_ecco_velocity_if_needed()
8-
98
MeshArrays.GRID_LL360_download()
109
MeshArrays.GRID_LLC90_download()
1110
MeshArrays.GRID_CS32_download()
12-
MITgcm.getdata("mitgcmsmall")
13-
1411
fil=MeshArrays.demo.download_polygons("ne_110m_admin_0_countries.shp")
1512

1613
MeshArrays.interpolation_setup()

0 commit comments

Comments
 (0)