Skip to content

v0.37.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 19:54
· 3 commits to main since this release
ea430c0

CloudMicrophysics v0.37.0

Diff since v0.36.0

Breaking changes

  • P3 rework around an explicit P3State: 2M+P3 ice tendencies (melting, liquid–ice collisions, self-collection), Frostenberg (2023) ice nucleation, and a fused BulkMicrophysicsTendencies entry point for the 2M+P3 scheme.
  • Faster, type-stable 2M+P3 collision path (zero-allocation, JET-clean on Julia ≥ 1.12); quadrature rules are now built once at parameter construction and reused in hot loops.
  • Removes dt-limiting from P3 melting/nucleation tendencies.

Closed issues:

  • Add collisions/coalescence parameterizations (#386)