Skip to content

Commit c06c300

Browse files
Patch release v0.42.5 (#4766)
1 parent 3d4dd1a commit c06c300

4 files changed

Lines changed: 23 additions & 15 deletions

File tree

.buildkite/Manifest-v1.11.toml

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ ClimaAtmos.jl Release Notes
33

44
main
55
----
6+
7+
0.42.5
8+
-------
9+
- [#4762](https://github.com/CliMA/ClimaAtmos.jl/pull/4762) Include more terms in the `InvZEntrainment` closure.
610
- [#4760](https://github.com/CliMA/ClimaAtmos.jl/pull/4760) Diffusion / hyperdiffusion cleanup after [#4753](https://github.com/CliMA/ClimaAtmos.jl/pull/4753) and [#4732](https://github.com/CliMA/ClimaAtmos.jl/pull/4732): remove the now-inert `α_vert_diff_tracer` parameter (and the corresponding `tracer_vertical_diffusion_factor` TOML entries in `longrun_aquaplanet_1M.toml`, `les_isdac.toml`, `prognostic_edmfx_1M.toml`, `prognostic_edmfx_1M_mlcloud.toml`, `single_column_precipitation_test.toml`), remove the also-inert `α_hyperdiff_tracer` parameter (no TOML entries were set), and delete the dead helper `ᶠtotal_enthalpy_gradientᵥ`.
711
- [#4744](https://github.com/CliMA/ClimaAtmos.jl/pull/4744) ![][badge-🔥behavioralΔ] Make rain sediment with non-constant velocity
812

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaAtmos"
22
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
33
authors = ["Climate Modeling Alliance"]
4-
version = "0.42.4"
4+
version = "0.42.5"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

reproducibility_tests/ref_counter.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
399
1+
400
22

33
# **README**
44
#
@@ -32,6 +32,9 @@
3232
# 3) (optional) leave a link to the buildkite run that prompted this ref counter bump.
3333

3434
#=
35+
400
36+
- Update to ClimaCore 0.15.1 and Thermodynamics 1.3.0
37+
3538
399
3639
- Change entrainment formula, which results in floating point differences due to
3740
changes in order of operations.

0 commit comments

Comments
 (0)