Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Oct 11, 2023
1 parent a13e3c0 commit 40a5f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cache/precomputed_quantities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ function set_velocity_at_surface!(Y, ᶠuₕ³, turbconv_model)
end

"""
set_velocity_at_top!(Y, ᶠuₕ³, turbconv_model)
set_velocity_at_top!(Y, turbconv_model)
Modifies `Y.f.u₃` so that `u₃` is 0 at the model top.
"""
function set_velocity_at_top!(Y, ᶠuₕ³, turbconv_model)
function set_velocity_at_top!(Y, turbconv_model)
top_u₃ = Fields.level(
Y.f.u₃.components.data.:1,
Spaces.nlevels(axes(Y.f)) + half,
Expand Down

0 comments on commit 40a5f20

Please sign in to comment.