Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove liq/ice lognormal distribution in parcel #458

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

amylu00
Copy link
Member

@amylu00 amylu00 commented Sep 18, 2024

Removing the option to have lognormal size distribution for droplets.

@amylu00 amylu00 added the Parcel label Sep 18, 2024
@amylu00 amylu00 self-assigned this Sep 18, 2024
@@ -46,23 +46,4 @@ function distribution_moments(::Gamma, q, N, ρ, ρ_air)
return (; r, A, V)
end

function distribution_moments(params::Lognormal, q, N, ρ, ρ_air)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for doing this! I think in the same file there is also a Lognormal struct that now can be deleted?

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.95%. Comparing base (fc044ab) to head (0c3e082).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #458   +/-   ##
=======================================
  Coverage   96.95%   96.95%           
=======================================
  Files          41       41           
  Lines        1543     1543           
=======================================
  Hits         1496     1496           
  Misses         47       47           
Components Coverage Δ
src 98.75% <ø> (ø)
ext 69.79% <ø> (ø)

@amylu00 amylu00 merged commit a080996 into main Sep 18, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants