Skip to content

Commit

Permalink
Merge #2107
Browse files Browse the repository at this point in the history
2107: Remove set_precomputed_quantities! from remaining_tendency r=charleskawczynski a=simonbyrne

This is called in `limited_tendency`, so should be redundant



Co-authored-by: Simon Byrne <simonbyrne@gmail.com>
  • Loading branch information
bors[bot] and simonbyrne authored Sep 18, 2023
2 parents d5bcde4 + ee20464 commit eb8d3d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prognostic_equations/remaining_tendency.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eb8d3d9

Please sign in to comment.