Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Zhaoyi Shen <11598433+szy21@users.noreply.github.com>
  • Loading branch information
trontrytel and szy21 authored Oct 25, 2023
1 parent 7d22d6b commit 514f8e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cache/diagnostic_edmf_precomputed_quantities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ end
"""
set_diagnostic_edmf_precomputed_quantities_top_bc!(Y, p, t)
Updates the precomputed quantities stored in `p` for diagnostic edmfx.
Updates the top boundary condition of precomputed quantities stored in `p` for diagnostic edmfx.
"""
function set_diagnostic_edmf_precomputed_quantities_top_bc!(Y, p, t)
n = n_mass_flux_subdomains(p.atmos.turbconv_model)
Expand Down Expand Up @@ -673,9 +673,9 @@ function set_diagnostic_edmf_precomputed_quantities_top_bc!(Y, p, t)
end

"""
set_diagnostic_edmf_precomputed_quantities!(Y, p, t)
set_diagnostic_edmf_precomputed_quantities_closures!(Y, p, t)
Updates the precomputed quantities stored in `p` for diagnostic edmfx.
Updates the environment closures in precomputed quantities stored in `p` for diagnostic edmfx.
"""
function set_diagnostic_edmf_precomputed_quantities_closures!(Y, p, t)
(; moisture_model, turbconv_model, precip_model) = p.atmos
Expand Down

0 comments on commit 514f8e8

Please sign in to comment.