Skip to content

Commit

Permalink
tag v0.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 authored and Sbozzolo committed Jan 29, 2025
1 parent 923babd commit 5048573
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .buildkite/Manifest-v1.11.toml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ version = "0.5.7"
deps = ["ArgParse", "ArtifactWrappers", "Artifacts", "AtmosphericProfilesLibrary", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTimeSteppers", "ClimaUtilities", "CloudMicrophysics", "Dates", "DiffEqBase", "FastGaussQuadrature", "Insolation", "Interpolations", "LazyArtifacts", "LazyBroadcast", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "RRTMGP", "Random", "SciMLBase", "StaticArrays", "Statistics", "SurfaceFluxes", "Thermodynamics", "UnrolledUtilities", "YAML"]
path = ".."
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
version = "0.28.2"
version = "0.28.3"

[[deps.ClimaComms]]
deps = ["Adapt", "Logging", "LoggingExtras"]
Expand Down Expand Up @@ -418,9 +418,9 @@ version = "0.1.1"

[[deps.ClimaTimeSteppers]]
deps = ["ClimaComms", "Colors", "DataStructures", "DiffEqBase", "KernelAbstractions", "Krylov", "LinearAlgebra", "LinearOperators", "NVTX", "SciMLBase", "StaticArrays"]
git-tree-sha1 = "ff967e27a56a938d3e719bb8d2e025b086c3f808"
git-tree-sha1 = "bd5ac9dfd8b38b86b37cebb0cd162c761906c3c0"
uuid = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
version = "0.7.39"
version = "0.7.40"
weakdeps = ["BenchmarkTools", "CUDA", "OrderedCollections", "PrettyTables", "StatsBase"]

[deps.ClimaTimeSteppers.extensions]
Expand Down Expand Up @@ -2055,9 +2055,9 @@ version = "1.3.4"

[[deps.RecursiveArrayTools]]
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
git-tree-sha1 = "32f824db4e5bab64e25a12b22483a30a6b813d08"
git-tree-sha1 = "ea6ad53c168c7c1c2e8f870aefda269692a8a91f"
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
version = "3.27.4"
version = "3.28.0"

[deps.RecursiveArrayTools.extensions]
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
Expand Down Expand Up @@ -2332,9 +2332,9 @@ weakdeps = ["OffsetArrays", "StaticArrays"]

[[deps.StaticArrays]]
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
git-tree-sha1 = "47091a0340a675c738b1304b58161f3b0839d454"
git-tree-sha1 = "02c8bd479d26dbeff8a7eb1d77edfc10dacabc01"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "1.9.10"
version = "1.9.11"
weakdeps = ["ChainRulesCore", "Statistics"]

[deps.StaticArrays.extensions]
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ steps:
agents:
slurm_mem: 24GB
slurm_gpus: 1
soft_fail: true

- group: "Flame graphs"
steps:
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ See the [documentation](https://clima.github.io/ClimaAtmos.jl/dev/contributor_g

### Features

v0.28.3
-------
### Read CO2 from file

`ClimaAtmos` now support using data from the Mauna Loa CO2 measurements to set
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.28.2"
version = "0.28.3"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand Down Expand Up @@ -45,7 +45,7 @@ ClimaComms = "0.6.4"
ClimaCore = "0.14.19"
ClimaDiagnostics = "0.2.4"
ClimaParams = "0.10.17"
ClimaTimeSteppers = "0.7.39"
ClimaTimeSteppers = "0.7.38"
ClimaUtilities = "0.1.14"
CloudMicrophysics = "0.22.3"
Dates = "1"
Expand Down
5 changes: 4 additions & 1 deletion reproducibility_tests/ref_counter.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
204
205

# **README**
#
Expand All @@ -21,6 +21,9 @@

#=
205
- A ClimaTimeSteppers update
204
- Change cloud ice effective radius
Expand Down

0 comments on commit 5048573

Please sign in to comment.