diff --git a/src/prognostic_equations/remaining_tendency.jl b/src/prognostic_equations/remaining_tendency.jl index a41f21a10a..6c86d9938d 100644 --- a/src/prognostic_equations/remaining_tendency.jl +++ b/src/prognostic_equations/remaining_tendency.jl @@ -2,7 +2,6 @@ NVTX.@annotate function remaining_tendency!(Yₜ, Y, p, t) fill_with_nans!(p) Yₜ .= zero(eltype(Yₜ)) - set_precomputed_quantities!(Y, p, t) NVTX.@range "horizontal" color = colorant"orange" begin horizontal_advection_tendency!(Yₜ, Y, p, t) hyperdiffusion_tendency!(Yₜ, Y, p, t)