CloudMicrophysics.jl icon indicating copy to clipboard operation
CloudMicrophysics.jl copied to clipboard

A library of cloud microphysics parameterizations

Results 46 CloudMicrophysics.jl issues
Sort by recently updated
recently updated
newest added

### 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...

:heavy_multiplication_x: on_hold
Aerosol :circus_tent:
SDI

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...

P3

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...

question
Aerosol Activation :bulb:

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...

enhancement
Aerosol Activation :bulb:

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...

enhancement
Aerosol Activation :bulb:

See this paper: https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2022AV000750

enhancement
Aerosol :circus_tent:

- 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...

P3

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).

P3

## Purpose ## To-do ## Content ---- - [ ] I have read and checked the items on the review checklist.