Skip to content

Commit 45be7ce

Browse files
authored
Merge pull request #184 from gaelforget/v0p3p22b
V0p3p22b
2 parents c04c5fd + 625d7d9 commit 45be7ce

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
55
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
66
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
77
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
8+
MITgcm = "dce5fa8e-68ce-4431-a242-9469c69627a0"
89
PlutoSliderServer = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4"
910
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
1011
Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"

docs/make.jl

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
using Documenter, PlutoSliderServer, MeshArrays, DataDeps, CairoMakie
1+
using Documenter, MeshArrays
2+
import PlutoSliderServer, DataDeps, CairoMakie, MITgcm
3+
import Climatology
24

35
ENV["DATADEPS_ALWAYS_ACCEPT"]=true
4-
5-
import Climatology
6+
MITgcm.getdata("mitgcmsmall")
67
Climatology.get_ecco_velocity_if_needed()
7-
88
MeshArrays.GRID_LL360_download()
99
MeshArrays.GRID_LLC90_download()
1010
MeshArrays.GRID_CS32_download()
11-
12-
fil=demo.download_polygons("ne_110m_admin_0_countries.shp")
11+
fil=MeshArrays.demo.download_polygons("ne_110m_admin_0_countries.shp")
1312

1413
MeshArrays.interpolation_setup()
1514

0 commit comments

Comments
 (0)