v0.23.0
CloudMicrophysics v0.23.0
Breaking changes
- Change of API for the
conv_q_ice_to_q_snoandevaporation_sublimationfrom the 1-moment microphysics module:
-
conv_q_ice_to_q_sno(ice, aps, tps, q::TD.PhasePartition, ρ, T)->conv_q_ice_to_q_sno(ice, aps, tps, q::PhasePartition, q_rai, q_sno, ρ, T)orconv_q_ice_to_q_sno(ice, aps, tps, q_tot, q_liq, q_ice, q_rai, q_sno) -
evaporation_sublimation(params, vel, aps, tps, q::PhasePartition, q_precip, ρ, T)->evaporation_sublimation(params, vel, aps, tps, q::PhasePartition, q_rai, q_sno, ρ, T)orevaporation_sublimation(params, vel, aps, tps, q_tot, q_liq, q_ice, q_rai, q_sno, ρ, T)
Merged pull requests:
- Refactor 2M SB2006 scheme (#565) (@haakon-e)
- up JuliaFormatter.jl version in ci to v2 (#568) (@haakon-e)
- update 2M API docs format (#569) (@haakon-e)
- add DistributionTools module to handle quantile calculations (#570) (@haakon-e)
- lightly refactor 2M tests (#571) (@haakon-e)
- Refactor: ice terminal velocity method signature (#575) (@haakon-e)
- Refactor: liquid (cloud/rain) terminal velocity (#576) (@haakon-e)
- refactor: set P3 integral bounds using quantiles (#578) (@haakon-e)
- Update 1M interface + working fluid fixes (#579) (@trontrytel)
- Bump codecov version (#580) (@trontrytel)