Skip to content

v0.25.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 18:22
· 156 commits to main since this release
b65c4c5

CloudMicrophysics v0.25.0

Diff since v0.24.2

Breaking changes

  • Introducing the ThermodynamicsInterface module. Adding functions that don't rely on Thermodynamics.jl containers such as PhasePartition. Providing temporary wrappers, to keep functionality in Atmos. Changing Common.G_func to Common.G_func_liquid and Common.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 the PhasePartition
  • Updating the 2-moment rain evaporation function to the working fluid changes. This means the change in the function signature to also accept q_ice and q_sno as arguments: rain_evaporation(evap, aps, tps, q_tot, q_liq, q_ice, q_rai, q_sno, ρ, N_rai, T)

Merged pull requests: