Rowan Orlijan-Rhyne
Rowan Orlijan-Rhyne
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...
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...
- 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).
- We want to make a few quick changes so that the threshold solver and size distribution parameter solver are called once at each time step rather than calling them...
[Mimicking the authors of the paper, I'm referring to the [MM2015](https://doi.org/10.1175/JAS-D-14-0065.1) scheme as P3_ORIG and [the one with liquid fraction](https://doi.org/10.1175/JAS-D-18-0278.1) as P3_MOD.] ```[tasklist] ### Implementation into P3 - [x] alter...
This PR modifies melting for liquid fraction and adds a P3Rates struct similar to the one in Microphysics2M. See the docs build for further explanations, and here are some notes:...
- This PR implements shedding for P3 liquid mass content as described in Cholette (2019). - See [liquid fraction issue](https://github.com/CliMA/CloudMicrophysics.jl/issues/406) for the parameterization, or the docs build! - I have...
During my brief testing of P3 in KiD I had the idea that a function like the one implemented here might be useful for calculating the "predicted variables"—`F_rim, p_rim, F_liq`....