We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988ec77 commit 3419022Copy full SHA for 3419022
experiments/omip_prototype/one_degree_omip.jl
@@ -24,6 +24,8 @@ Nz = 60
24
z_faces = ExponentialCoordinate(Nz, -6000, 0)
25
# z_faces = MutableVerticalDiscretization(z_faces)
26
27
+const z_surf = z_faces(Nz)
28
+
29
grid = TripolarGrid(arch;
30
size = (Nx, Ny, Nz),
31
z = z_faces,
0 commit comments