Skip to content

Commit

Permalink
update mass thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
edejong-caltech committed May 22, 2024
1 parent 3a44be7 commit de913a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/examples/Analytical/rainshaft_gamma_mixture.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NProgMoms = map(dist_init) do dist
nparams(dist)
end
norms = (1e6, 1e-9) # 1e6/m^3; 1e-9 kg
coal_data = CoalescenceData(kernel, NProgMoms, (5e-10, Inf), norms)
coal_data = CoalescenceData(kernel, NProgMoms, (2e-10, Inf), norms)
rhs = make_rainshaft_rhs(AnalyticalCoalStyle())
ODE_parameters = (;
pdists = dist_init,
Expand Down

0 comments on commit de913a7

Please sign in to comment.