Skip to content

Commit

Permalink
Merge pull request #408 from CliMA/cc/correction_2M
Browse files Browse the repository at this point in the history
correction 2M
  • Loading branch information
crocicc authored Jun 5, 2024
2 parents f723fa8 + fddc34d commit aca35aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Microphysics2M.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function pdf_cloud(
if qₗ < eps(FT) || Nₗ < ϵ_N
return (
xc = FT(0),
χ,
Ac = FT(0),
Bc = FT(0),
Cc = FT(0),
Expand Down Expand Up @@ -539,7 +540,7 @@ function rain_evaporation(
end

"""
radar_reflectivity(structs, q_liq, q_rai, N_liq, N_rai, ρ_air, τ_q, τ_N)
radar_reflectivity(structs, q_liq, q_rai, N_liq, N_rai, ρ_air)
- `structs` - structs with SB2006 cloud droplets and raindrops
size distributions parameters
Expand Down
2 changes: 1 addition & 1 deletion test/performance_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function benchmark_test(FT)
bench_press(
CM2.autoconversion_and_liquid_self_collection,
(sb, q_liq, q_rai, ρ_air, N_liq),
250,
300,
)
bench_press(
CM2.rain_self_collection_and_breakup,
Expand Down

0 comments on commit aca35aa

Please sign in to comment.