v0.25.0
CloudMicrophysics v0.25.0
Breaking changes
- Introducing the
ThermodynamicsInterfacemodule. Adding functions that don't rely onThermodynamics.jlcontainers such asPhasePartition. Providing temporary wrappers, to keep functionality inAtmos. ChangingCommon.G_functoCommon.G_func_liquidandCommon.G_func_ice(this should be internal change, not part of API) - Changing the aerosol activation interface to accept
(q_tot, q_liq, q_ice)instead of thePhasePartition - Updating the 2-moment rain evaporation function to the working fluid changes. This means the change in the function signature to also accept
q_iceandq_snoas arguments:rain_evaporation(evap, aps, tps, q_tot, q_liq, q_ice, q_rai, q_sno, ρ, N_rai, T)
Merged pull requests:
- Sketching a future with different thermo modules (#590) (@trontrytel)
- Update 2M scheme to working fluid changes (#609) (@trontrytel)
- Fix Thermodynamics toml (#610) (@trontrytel)