Skip to content

Commit ffd8e00

Browse files
committed
Fix zeroing ᶜtemp_CT3 on column
1 parent 46654da commit ffd8e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prognostic_equations/advection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ NVTX.@annotate function explicit_vertical_advection_tendency!(Yₜ, Y, p, t)
240240

241241
if point_type <: Geometry.Abstract3DPoint
242242
@. ᶜω³ = wcurlₕ(Y.c.uₕ)
243-
elseif point_type <: Geometry.Abstract2DPoint
243+
elseif point_type <: Union{Geometry.Abstract2DPoint, Geometry.ZPoint}
244244
@. ᶜω³ = zero(ᶜω³)
245245
end
246246

0 commit comments

Comments
 (0)