Skip to content

Commit

Permalink
fix right boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Sep 22, 2023
1 parent 1e98055 commit e6a99b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function vertical_diffusion_boundary_layer_tendency!(

if diffuse_momentum(p.atmos.vert_diff)
ᶜdivᵥ_uₕ = Operators.DivergenceF2C(
top = Operators.SetValue(C3(FT(0)) C12(FT(0), FT(0))),
top = Operators.SetValue(C3(FT(0)) UVW(FT(0), FT(0), FT(0))),
bottom = Operators.SetValue(sfc_conditions.ρ_flux_uₕ[colidx]),
)
@. Yₜ.c.uₕ[colidx] -= C12(
Expand Down

0 comments on commit e6a99b8

Please sign in to comment.