Skip to content

v0.36.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 19:09
· 7 commits to main since this release
f1421c6

CloudMicrophysics v0.36.0

Diff since v0.35.0

Breaking changes

  • Changing the interface to allow the user to specify which processes enter the bulk microphysics tendency and to switch between different parameterization options for some of those processes.
  • Reworking the parameters struct to add the option struct that carries parameters relevant to the above chosen parameterizations
  • Refactoring the bulk microphysics tendency to reduce the code duplication between the linearized and non-linearized versions
  • Adding temperature dependent cloud ice formation and cloud melt options

Merged pull requests:

Closed issues:

  • Delete all the derivative code (#701)
  • Add more documentation to _linearize and _linearized_implicit_step in BMTs (#720)