CliMA / CloudMicrophysics.jl

A library of cloud microphysics parameterizations
Apache License 2.0
39 stars 7 forks source link

O1.3.1 Update terminal velocity formulae #154

Closed trontrytel closed 8 months ago

trontrytel commented 1 year ago

Done:

We need to update the bulk 1 -moment microphysics scheme to use the Chen 2022 velocities in all the internals.

###  Equations
- [ ] https://github.com/CliMA/CloudMicrophysics.jl/issues/220
- [ ] https://github.com/CliMA/CloudMicrophysics.jl/issues/221
###  Computing rates
- [ ] accretion
- [ ] rain evaporation (via ventilation factor)
- [ ] deposition/sublimation (via ventilation factor)
- [ ] melting (via ventilation factor)
### Spherical assumptions
- [ ] mass transfer equations
- [ ] collision kernel
- [ ] Reynolds number in ventilation factors
apoorva-thanvantri commented 1 year ago

IMG_0015 IMG_0016 IMG_0017 IMG_0018 IMG_0019

Some computations I did! I didn't double check them so they might be wrong (but I thought they might be useful anyways)

trontrytel commented 1 year ago

Thank you!

trontrytel commented 8 months ago

In the spirit of keeping the 1-moment scheme simple, we will not be updating it's velocities to Chen 2022.

We will keep using Chen 2022 in the P3 scheme and have it as option in the 2-moment scheme