Breeze v0.8.0
Breaking changes
- `AtmosphereModels.mean_pressure` was removed in favour of `AtmosphereModels.dynamics_pressure`
Merged pull requests:
- Unify the compressible reference state and set the perturbation-form PGF as default (#863) (@kaiyuan-cheng)
- Add DCMIP2016 tropical cyclone validation study (#865) (@ewquon)
- Collapse mean_pressure into dynamics_pressure (#867) (@kaiyuan-cheng)
- Cap CloudMicrophysics below 0.37.2 to unbreak CI (#879) (@kaiyuan-cheng)
- Bump JuliaRegistries/TagBot from 1.25.8 to 1.25.10 (#880) (@dependabot[bot])
- Bump actions/checkout from 6.0.3 to 7.0.1 (#881) (@dependabot[bot])
- [test] Cap Reactant and use dev version of Oceananigans (#882) (@giordano)
- [docs] Use new CodeBlocks plugin (#883) (@giordano)
- Require new version of Reactant (#884) (@giordano)
- [examples] Increase compression rate of MP4 videos (#885) (@giordano)
- [tests] Create
setup.jlinstead of passinginit_codetoruntests(#888) (@giordano) - Remove dev'd Oceananigans.jl (#889) (@dkytezab)
- Release 0.8 (#892) (@dkytezab)
Closed issues:
- Unify the compressible reference state: one grid-polymorphic slot, drop the redundant terrain_reference_* (#862)