From 40a5f2007f36ee3841920c3d39b27b654d159387 Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:04:22 -0700 Subject: [PATCH] fix --- src/cache/precomputed_quantities.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cache/precomputed_quantities.jl b/src/cache/precomputed_quantities.jl index d07f34e79fc..b653bb41bd8 100644 --- a/src/cache/precomputed_quantities.jl +++ b/src/cache/precomputed_quantities.jl @@ -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,