new cloud microphysics example using Unitful.jl #828
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
I propose a new example to be included in the "Beginniners" section.
The example includes a solution of a classic problem in cloud microphysics and succesfully reproduces all figures from the Rogers 1975 paper (open access) referenced from the .md file.
The example also shows a robust way to couple DiffEq.jl with Unitfull.jl to enable dimensional analysis of the code for testing, while not incurring any overhead during integration (https://discourse.julialang.org/t/unitful-jl-and-differentialequations-jl-compatibility/68594).
(BTW, this PR constitutes a basis of an engineering project carried out at the Faculty of Physics and Applied Computer Science, AGH University of Krakow - to be defended in January 2026)