Skip to content

Commit

Permalink
tag v0.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon authored and szy21 committed Jun 28, 2024
1 parent 3b31125 commit f59969b
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 212 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ ClimaAtmos.jl Release Notes
Main
-------

v0.26.3
-------
- Add ClimaCoupler downstream test.
PR [#3152](https://github.com/CliMA/ClimaAtmos.jl/pull/3152)
- Add an option to use aerosol radiation. This is not fully working yet.
PR [#3147](https://github.com/CliMA/ClimaAtmos.jl/pull/3147)
- Update to RRTMGP v0.17.0.
PR [#3131](https://github.com/CliMA/ClimaAtmos.jl/pull/3131)
- Add diagnostic edmf cloud scheme.
PR [#3126](https://github.com/CliMA/ClimaAtmos.jl/pull/3126)

v0.26.2
-------
- Limit temperature input to RRTMGP within the lookup table range.
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaAtmos"
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
authors = ["Climate Modeling Alliance"]
version = "0.26.2"
version = "0.26.3"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down Expand Up @@ -55,7 +55,7 @@ ClimaDiagnostics = "0.2"
ClimaParams = "0.10.4"
ClimaTimeSteppers = "0.7.32"
ClimaUtilities = "0.1.3"
CloudMicrophysics = "0.18, 0.19, 0.20, 0.21"
CloudMicrophysics = "0.18, 0.19, 0.20"
Colors = "0.12"
Dates = "1"
Dierckx = "0.5"
Expand Down
Loading

0 comments on commit f59969b

Please sign in to comment.