Skip to content

Commit

Permalink
modified: src/prognostic_equations/implicit/implicit_tendency.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Sridhar committed May 30, 2024
1 parent 79cc8ed commit b8d3c9f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/prognostic_equations/implicit/implicit_tendency.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NVTX.@annotate function implicit_tendency!(Yₜ, Y, p, t)
# NOTE: This will zero out all tendencies
# please DO NOT add additional tendencies after this function
zero_tendency!(Yₜ, Y, p, t, p.atmos.tendency_model, p.atmos.turbconv_model)
#Spaces.weighted_dss!(Yₜ.c => p.ghost_buffer.c, Yₜ.f => p.ghost_buffer.f)
Spaces.weighted_dss!(Yₜ.c => p.ghost_buffer.c, Yₜ.f => p.ghost_buffer.f)
return nothing
end

Expand Down Expand Up @@ -179,10 +179,5 @@ function implicit_vertical_advection_tendency!(Yₜ, Y, p, t)
end
end
end
if viscous_sponge isa ViscousSponge
# (; ᶜβ_viscous, ᶠβ_viscous) = p.viscous_sponge
# @. Yₜ.f.u₃.components.data.:1 +=
# ᶠβ_viscous * wdivₕ(gradₕ(Y.f.u₃.components.data.:1))
end
return nothing
end

0 comments on commit b8d3c9f

Please sign in to comment.