Skip to content

Commit b98b169

Browse files
authored
Merge pull request #3674 from CliMA/js/v0286
tag v0.28.6
2 parents dd2f543 + 307257b commit b98b169

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ version = "0.5.13"
350350
deps = ["Adapt", "ArgParse", "Artifacts", "AtmosphericProfilesLibrary", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTimeSteppers", "ClimaUtilities", "CloudMicrophysics", "Dates", "DiffEqBase", "FastGaussQuadrature", "Insolation", "Interpolations", "LazyArtifacts", "LazyBroadcast", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "NullBroadcasts", "RRTMGP", "Random", "SciMLBase", "StaticArrays", "Statistics", "SurfaceFluxes", "Thermodynamics", "UnrolledUtilities", "YAML"]
351351
path = ".."
352352
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
353-
version = "0.28.5"
353+
version = "0.28.6"
354354

355355
[[deps.ClimaComms]]
356356
deps = ["Adapt", "Logging", "LoggingExtras"]

NEWS.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ ClimaAtmos.jl Release Notes
44
main
55
-------
66

7+
8+
v0.28.6
9+
-------
10+
711
### Features
812

913
### Add a flag for disabling surface flux tendency
1014
Surface flux tendency is not controlled by `vert_diff` or `edmfx_sgs_diffusive_flux` anymore.
11-
Instead, it is controlled by the new flag `disable_surface_flux_tendency`. When it is set to
15+
Instead, it is controlled by the new flag `disable_surface_flux_tendency`. When it is set to
1216
true, no surface flux tendency is applied, no matter what `surface_setup` is.
1317
This flag is set to false by default. PR [3670](https://github.com/CliMA/ClimaAtmos.jl/pull/3670).
1418

@@ -39,7 +43,7 @@ scheme (not the Mass-Flux).
3943

4044
### Update default configuration to use deep-atmosphere eqns, fix diagnostic bug
4145
PR [3422](https://github.com/CliMA/ClimaAtmos.jl/pull/3422)
42-
Updates the `default_config` to set `deep_atmosphere=true`, and updates the
46+
Updates the `default_config` to set `deep_atmosphere=true`, and updates the
4347
`rv` relative vorticity diagnostic to store the curl of horizontal velocity.
4448

4549
### Allow different sizes of dust and sea salt for radiation
@@ -65,14 +69,14 @@ more established and better developed tools:
6569
- instead of `up_deps`, use `PkgDevTools`.
6670
See the [documentation](https://clima.github.io/ClimaAtmos.jl/dev/contributor_guide/#Formatting) for more information.
6771

68-
`ClimaAtmos` now only support equilibrium moisture + 0-moment microphysics and
72+
`ClimaAtmos` now only support equilibrium moisture + 0-moment microphysics and
6973
nonequilibrium + 1-moment microphysics (No precipitation is still supported too).
7074
PR [3557](https://github.com/CliMA/ClimaAtmos.jl/pull/3557)
7175

7276
### File Logging
7377

7478
`ClimaAtmos` now supports logging to stdout and file simultaneously using
75-
`ClimaComms.FileLogger`. To enable, set the configuration with `log_to_file = false`.
79+
`ClimaComms.FileLogger`. To enable, set the configuration with `log_to_file = false`.
7680
See [ClimaComms documentation](https://clima.github.io/ClimaComms.jl/dev/logging/)
7781
for more background on logging.
7882

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.28.5"
4+
version = "0.28.6"
55

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

0 commit comments

Comments
 (0)