Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Oct 13, 2023
1 parent e054218 commit 901e1b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prognostic_equations/hyperdiffusion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ NVTX.@annotate function tracer_hyperdiffusion_tendency!(Yₜ, Y, p, t)
if turbconv_model isa EDMFX
(; ᶜspecificʲs, ᶜ∇²specific_tracersʲs, ᶜp) = p
end
if turbconv_model isa EDMFX
(; ᶜq_totʲs) = p
if turbconv_model isa AdvectiveEDMFX
(; ᶜ∇²q_totʲs) = p
end
if do_dss
buffer = p.hyperdiffusion_ghost_buffer
Expand Down

0 comments on commit 901e1b4

Please sign in to comment.