Skip to content

Commit 2429780

Browse files
authored
Merge pull request #170 from gaelforget/v0p5p14a
V0p5p14a
2 parents 34e7c3a + d199491 commit 2429780

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MITgcm"
22
uuid = "dce5fa8e-68ce-4431-a242-9469c69627a0"
33
authors = ["gaelforget <gforget@mit.edu>"]
4-
version = "0.5.13"
4+
version = "0.5.14"
55

66
[deps]
77
ClimateModels = "f6adb021-9183-4f40-84dc-8cea6f651bb0"

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ end
8080
@test isfile(fil)
8181

8282
#format conversions
83-
(γ,Γ)=MeshArrays.Grids_simple.GridOfOnes("CubeSphere",30,30)
83+
γ=MeshArrays.GridSpec_ones("CubeSphere")
84+
Γ=MeshArrays.GridLoad_ones(γ)
8485
@test isa(convert2gcmfaces.XC),Array)
8586
@test isa(convert2array.XC),Array)
8687

0 commit comments

Comments
 (0)