Skip to content

Commit

Permalink
remove old vars from unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne authored Sep 18, 2023
1 parent bd26056 commit 6d44a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prognostic_equations/hyperdiffusion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ NVTX.@annotate function hyperdiffusion_tendency!(Yₜ, Y, p, t)
diffuse_tke = use_prognostic_tke(turbconv_model)
ᶜJ = Fields.local_geometry_field(Y.c).J
point_type = eltype(Fields.coordinate_field(Y.c))
(; do_dss, ᶜp, ᶜspecific, ᶜ∇²uₕ, ᶜ∇²uᵥ, ᶜ∇²u, ᶜ∇²specific_energy) = p
(; do_dss, ᶜp, ᶜspecific, ᶜ∇²u, ᶜ∇²specific_energy) = p
if turbconv_model isa EDMFX
(;
ᶜρa⁰,
Expand Down

0 comments on commit 6d44a11

Please sign in to comment.