Skip to content

Commit

Permalink
35 vertical levels
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Jun 25, 2024
1 parent bace411 commit c01eeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NeverworldGrids/dino_grid_parameters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function dino_latitude(resolution; φ_max = 70)
end

# A stretched vertical coordinate. See https://github.com/vopikamm/DINO
function dino_vertical_coordinate(; Nz = 36, # number of vertical layers
function dino_vertical_coordinate(; Nz = 35, # number of vertical layers
Lz = 4000.0, # depth of the domain
kᵗʰ = 35,
aᶜʳ = 10.5,
Expand Down

0 comments on commit c01eeaa

Please sign in to comment.