-
Notifications
You must be signed in to change notification settings - Fork 16
Making external mixtures #173
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
base: master
Are you sure you want to change the base?
Conversation
| integer :: n_group, i_group, i_name | ||
| real(kind=dp), allocatable :: group_fractions(:), & | ||
| group_volume_conc(:) | ||
| logical, parameter :: do_naive_algorithm = .false. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jcurtis2 Add comment regarding what this does.
|
closing and reopening to trigger codecov analysis |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #173 +/- ##
=========================================
Coverage ? 75.52%
=========================================
Files ? 54
Lines ? 9234
Branches ? 0
=========================================
Hits ? 6974
Misses ? 2260
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Add the ability to "de-average" the particle-resolved population to unmix aerosol species. If no species groups are specified, the "de-averaged" population will represent a fully externally mixed population.