CloudMicrophysics.jl
CloudMicrophysics.jl copied to clipboard
A library of cloud microphysics parameterizations
### Background End-goal: Implement the MAM3 (with easy extensions to 4/7) aerosol model. See [MAM3/7](https://gmd.copernicus.org/articles/5/709/2012/) and [MAM4](https://gmd.copernicus.org/articles/9/505/2016/gmd-9-505-2016.pdf) for more background. We need an aerosol model. We don't have in-house expertise...
Units of `α_va_BF1995` must contain `β_va_BF1995`. Ideally, we would add a reference particle dimension D_0 in the mass as a function of maximum particle dimension relations as implemented in [CloudMicrophysics...
The K and D coefficients in G should be modified following Abdul-Razzak et al 1998 eqs. 17 and 18. The necessary coefficients are defined later in evaluation section of that...
for kappa aerosol mode, you shouldn't need to specify volume and mass fractions separately. better to specify mass fractions and densities (like for B formulation) and then calculate the volume...
Right now `AerosolDistribution` expects each `AerosolMode` to have the same number of components. It would be nice to make this more general. E.g. so you can have AM1 with just...
See this paper: https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2022AV000750
- PR with geometric collision kernel between ice and liquid particles. - Also attempted to implement collisions in src, but I have many doubts... I also did not have the...
This PR: - changes notation from F_r to F_rim - adds liquid fraction to P3 code, docs, tests for use with terminal velocity. See corresponding [issue](https://github.com/CliMA/CloudMicrophysics.jl/issues/406).
## Purpose ## To-do ## Content ---- - [ ] I have read and checked the items on the review checklist.