Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Feb 13, 2024
1 parent d6e5322 commit 997d1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cache/cloud_fraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ function set_cloud_fraction!(
@. ᶜcloud_fraction = quad_loop(
SG_quad,
ᶜts,
Geometry.WVector(p.ᶜgradᵥ_q_tot),
Geometry.WVector(p.ᶜgradᵥ_θ_liq_ice),
Geometry.WVector(p.precomputed.ᶜgradᵥ_q_tot),
Geometry.WVector(p.precomputed.ᶜgradᵥ_θ_liq_ice),
coeff,
ᶜmixing_length,
thermo_params,
Expand Down

0 comments on commit 997d1f3

Please sign in to comment.