v0.2.0
Breeze v0.2.0
Breaking changes
PR#331 introduce breaking changes.
-
Split the thermodynamic variable from the dynamics approximation. Thus we now need to do, e.g.,
model = AtmosphereModel(grid; dynamics=AnelasticDynamics(reference_state))
and
model = AtmosphereModel(grid; formulation=:LiquidIcePotentialTemperature)
Merged pull requests:
- Split up "formulation" and "dynamics" and change semantics (#331) (@glwagner)
- [CI] Use Docker image for GPU jobs (#335) (@giordano)
- [CI] Increase timeout for test jobs (#338) (@giordano)
- Diagnose velocities from momentum at boundaries (#340) (@navidcy)
- Fix grammar and punctuation in radiative_transfer.md (#342) (@navidcy)
- Fix formatting of mathematical equations in comments (#343) (@navidcy)
- Fix quick-start figure in Docs (#344) (@navidcy)
- Add bibtex entries + fix make docstring citations REPL-friendly (#345) (@navidcy)
Closed issues: