Skip to content

Commit 3419022

Browse files
use the correct value
1 parent 988ec77 commit 3419022

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

experiments/omip_prototype/one_degree_omip.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Nz = 60
2424
z_faces = ExponentialCoordinate(Nz, -6000, 0)
2525
# z_faces = MutableVerticalDiscretization(z_faces)
2626

27+
const z_surf = z_faces(Nz)
28+
2729
grid = TripolarGrid(arch;
2830
size = (Nx, Ny, Nz),
2931
z = z_faces,

0 commit comments

Comments
 (0)