Skip to content

Commit 89a0bee

Browse files
committed
update deps
1 parent 1be1f02 commit 89a0bee

File tree

13 files changed

+334
-191
lines changed

13 files changed

+334
-191
lines changed

.buildkite/benchmarks/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ steps:
4545
steps:
4646
- label: "CPU ClimaAtmos with diagnostic EDMF"
4747
key: "climaatmos_diagedmf"
48-
command: "srun julia --color=yes --project=test/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos_diagedmf.yml"
48+
command: "srun julia --color=yes --project=test/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos_diagedmf.yml --job_id climaatmos_diagedmf"
4949
artifact_paths: "experiments/ClimaEarth/output/climaatmos/climaatmos_diagedmf_artifacts/*"
5050
env:
5151
BUILD_HISTORY_HANDLE: ""
@@ -71,7 +71,7 @@ steps:
7171
steps:
7272
- label: "GPU ClimaAtmos with diagnostic EDMF"
7373
key: "gpu_climaatmos_diagedmf"
74-
command: "srun julia --threads=3 --color=yes --project=test/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/gpu_climaatmos_diagedmf.yml"
74+
command: "srun julia --threads=3 --color=yes --project=test/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/gpu_climaatmos_diagedmf.yml --job_id gpu_climaatmos_diagedmf"
7575
artifact_paths: "experiments/ClimaEarth/output/climaatmos/gpu_climaatmos_diagedmf_artifacts/*"
7676
agents:
7777
slurm_gpus_per_task: 1

.buildkite/longruns/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ steps:
146146

147147
- label: "ClimaAtmos standalone target"
148148
command:
149-
- srun julia --project=experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean.yml
149+
- srun julia --project=experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean.yml --job_id longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean
150150
artifact_paths: "longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean/*"
151151
env:
152152
BUILD_HISTORY_HANDLE: ""

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
2222

2323
[compat]
2424
ClimaComms = "0.5.6"
25-
ClimaCore = "0.13"
25+
ClimaCore = "0.14"
2626
ClimaCoreTempestRemap = "0.3"
2727
CUDA = "5"
2828
Dates = "1"

config/benchmark_configs/climaatmos_diagedmf.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ edmfx_upwinding: first_order
1616
h_elem: 30
1717
idealized_insolation: false
1818
implicit_diffusion: true
19-
job_id: "climaatmos_diagedmf"
2019
moist: equil
2120
output_default_diagnostics: false
2221
precip_model: 0M

config/benchmark_configs/gpu_climaatmos_diagedmf.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ edmfx_upwinding: first_order
1616
h_elem: 30
1717
idealized_insolation: false
1818
implicit_diffusion: true
19-
job_id: "gpu_climaatmos_diagedmf"
2019
moist: equil
2120
output_default_diagnostics: false
2221
precip_model: 0M

experiments/ClimaCore/sea_breeze/Manifest.toml

+107-60
Large diffs are not rendered by default.

experiments/ClimaEarth/Manifest.toml

+70-58
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,18 @@
22

33
julia_version = "1.10.3"
44
manifest_format = "2.0"
5-
project_hash = "9e4203990c8bcfa6c89ab13b8fa1ae6772387ffe"
5+
project_hash = "c2b41c62ef471acee30499943ca8e1f5eb29f796"
66

77
[[deps.ADTypes]]
8-
git-tree-sha1 = "9b3993053b87311e699ac9e1bcabec5ae7444f65"
8+
git-tree-sha1 = "daf26bbdec60d9ca1c0003b70f389d821ddb4224"
99
uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
10-
version = "1.2.0"
10+
version = "1.2.1"
1111
weakdeps = ["ChainRulesCore", "EnzymeCore"]
1212

1313
[deps.ADTypes.extensions]
1414
ADTypesChainRulesCoreExt = "ChainRulesCore"
1515
ADTypesEnzymeCoreExt = "EnzymeCore"
1616

17-
[[deps.AMD]]
18-
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse_jll"]
19-
git-tree-sha1 = "45a1272e3f809d36431e57ab22703c6896b8908f"
20-
uuid = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
21-
version = "0.5.3"
22-
2317
[[deps.AbstractFFTs]]
2418
deps = ["LinearAlgebra"]
2519
git-tree-sha1 = "d92ad398961a3ed262d8bf04a1a2b8340f915fef"
@@ -68,10 +62,10 @@ weakdeps = ["StaticArrays"]
6862
AdaptStaticArraysExt = "StaticArrays"
6963

7064
[[deps.AliasTables]]
71-
deps = ["Random"]
72-
git-tree-sha1 = "82b912bb5215792fd33df26f407d064d3602af98"
65+
deps = ["PtrArrays", "Random"]
66+
git-tree-sha1 = "9876e1e164b144ca45e9e3198d0b689cadfed9ff"
7367
uuid = "66dad0bd-aa9a-41b7-9441-69ab47430ed8"
74-
version = "1.1.2"
68+
version = "1.1.3"
7569

7670
[[deps.Animations]]
7771
deps = ["Colors"]
@@ -248,13 +242,14 @@ version = "1.0.1+0"
248242

249243
[[deps.CUDA]]
250244
deps = ["AbstractFFTs", "Adapt", "BFloat16s", "CEnum", "CUDA_Driver_jll", "CUDA_Runtime_Discovery", "CUDA_Runtime_jll", "Crayons", "DataFrames", "ExprTools", "GPUArrays", "GPUCompiler", "KernelAbstractions", "LLVM", "LLVMLoopInfo", "LazyArtifacts", "Libdl", "LinearAlgebra", "Logging", "NVTX", "Preferences", "PrettyTables", "Printf", "Random", "Random123", "RandomNumbers", "Reexport", "Requires", "SparseArrays", "StaticArrays", "Statistics"]
251-
git-tree-sha1 = "4e33522a036b39fc6f5cb7447ae3b28eb8fbe99b"
245+
git-tree-sha1 = "fe61a257e94621e25471071ca58d29ea45eef13b"
252246
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
253-
version = "5.3.3"
254-
weakdeps = ["ChainRulesCore", "SpecialFunctions"]
247+
version = "5.3.4"
248+
weakdeps = ["ChainRulesCore", "EnzymeCore", "SpecialFunctions"]
255249

256250
[deps.CUDA.extensions]
257251
ChainRulesCoreExt = "ChainRulesCore"
252+
EnzymeCoreExt = "EnzymeCore"
258253
SpecialFunctionsExt = "SpecialFunctions"
259254

260255
[[deps.CUDA_Driver_jll]]
@@ -289,9 +284,9 @@ version = "0.11.11"
289284

290285
[[deps.Cairo_jll]]
291286
deps = ["Artifacts", "Bzip2_jll", "CompilerSupportLibraries_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "LZO_jll", "Libdl", "Pixman_jll", "Xorg_libXext_jll", "Xorg_libXrender_jll", "Zlib_jll", "libpng_jll"]
292-
git-tree-sha1 = "a4c43f59baa34011e303e76f5c8c91bf58415aaf"
287+
git-tree-sha1 = "a2f1c8c668c8e3cb4cca4e57a8efdb09067bb3fd"
293288
uuid = "83423d85-b0ee-5818-9007-b63ccbeb887a"
294-
version = "1.18.0+1"
289+
version = "1.18.0+2"
295290

296291
[[deps.Calculus]]
297292
deps = ["LinearAlgebra"]
@@ -321,10 +316,10 @@ weakdeps = ["CairoMakie", "GeoMakie"]
321316
GeoMakieExt = "GeoMakie"
322317

323318
[[deps.ClimaAtmos]]
324-
deps = ["Adapt", "ArgParse", "ArtifactWrappers", "Artifacts", "AtmosphericProfilesLibrary", "ClimaComms", "ClimaCore", "ClimaParams", "ClimaTimeSteppers", "ClimaUtilities", "CloudMicrophysics", "Colors", "Dates", "Dierckx", "DiffEqBase", "DiffEqCallbacks", "DocStringExtensions", "FastGaussQuadrature", "Insolation", "Interpolations", "IntervalSets", "Krylov", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "Pkg", "Printf", "RRTMGP", "Random", "RootSolvers", "SciMLBase", "StaticArrays", "Statistics", "StatsBase", "SurfaceFluxes", "Thermodynamics", "YAML"]
325-
git-tree-sha1 = "fd2437d8164f952e0faae9f9848321cff5d5ddac"
319+
deps = ["Adapt", "ArgParse", "ArtifactWrappers", "Artifacts", "AtmosphericProfilesLibrary", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTimeSteppers", "ClimaUtilities", "CloudMicrophysics", "Colors", "Dates", "Dierckx", "DiffEqBase", "Distributions", "DocStringExtensions", "FastGaussQuadrature", "Insolation", "Interpolations", "IntervalSets", "Krylov", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "Pkg", "Printf", "RRTMGP", "Random", "RootSolvers", "SciMLBase", "StaticArrays", "Statistics", "StatsBase", "SurfaceFluxes", "Thermodynamics", "YAML"]
320+
git-tree-sha1 = "9fa711862712fea5dd4b3b7bd7f6109173c10226"
326321
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
327-
version = "0.23.0"
322+
version = "0.24.0"
328323

329324
[[deps.ClimaComms]]
330325
deps = ["CUDA", "MPI"]
@@ -333,13 +328,14 @@ uuid = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
333328
version = "0.5.8"
334329

335330
[[deps.ClimaCore]]
336-
deps = ["Adapt", "BandedMatrices", "BlockArrays", "CUDA", "ClimaComms", "CubedSphere", "DataStructures", "DocStringExtensions", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "Static", "StaticArrays", "Statistics", "Unrolled"]
337-
git-tree-sha1 = "ce60e793254676e4ff0121997bae6fc4b78ebd09"
331+
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "DocStringExtensions", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "Static", "StaticArrays", "Statistics", "Unrolled"]
332+
git-tree-sha1 = "c08d308f80d92edd128c4498e105e890e3982ead"
338333
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
339-
version = "0.13.4"
340-
weakdeps = ["Krylov"]
334+
version = "0.14.4"
335+
weakdeps = ["CUDA", "Krylov"]
341336

342337
[deps.ClimaCore.extensions]
338+
ClimaCoreCUDAExt = "CUDA"
343339
KrylovExt = "Krylov"
344340

345341
[[deps.ClimaCorePlots]]
@@ -366,18 +362,25 @@ path = "../.."
366362
uuid = "4ade58fe-a8da-486c-bd89-46df092ec0c7"
367363
version = "0.1.0"
368364

365+
[[deps.ClimaDiagnostics]]
366+
deps = ["Accessors", "ClimaComms", "ClimaCore", "Dates", "NCDatasets", "SciMLBase"]
367+
git-tree-sha1 = "34b57fcad8bd3810f70fd131e6f36f2002bfe8e6"
368+
uuid = "1ecacbb8-0713-4841-9a07-eb5aa8a2d53f"
369+
version = "0.1.7"
370+
369371
[[deps.ClimaLand]]
370-
deps = ["Adapt", "ArtifactWrappers", "CUDA", "ClimaComms", "ClimaCore", "ClimaCoreTempestRemap", "ClimaUtilities", "DataFrames", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "IntervalSets", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
371-
git-tree-sha1 = "bd941d73481d92713b8f9d6cf6b05a1c8651aa9f"
372+
deps = ["Adapt", "ArtifactWrappers", "ClimaComms", "ClimaCore", "ClimaUtilities", "DataFrames", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "IntervalSets", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
373+
git-tree-sha1 = "19cd647afb6e099a9380956cc1066e702be17408"
372374
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
373-
version = "0.11.2"
375+
version = "0.12.0"
374376

375377
[deps.ClimaLand.extensions]
376378
CreateParametersExt = "ClimaParams"
377379
NeuralSnowExt = ["CSV", "HTTP", "Flux", "StatsBase", "cuDNN"]
378380

379381
[deps.ClimaLand.weakdeps]
380382
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
383+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
381384
ClimaParams = "5c42b081-d73a-476f-9059-fd94b934656c"
382385
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
383386
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
@@ -386,15 +389,15 @@ version = "0.11.2"
386389

387390
[[deps.ClimaParams]]
388391
deps = ["DocStringExtensions", "TOML", "Test"]
389-
git-tree-sha1 = "5f4254495beb54be2d97c15b9c220e603674daf9"
392+
git-tree-sha1 = "8da1dc4aa297847cf74c51168cab1995e5631eeb"
390393
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
391-
version = "0.10.6"
394+
version = "0.10.7"
392395

393396
[[deps.ClimaTimeSteppers]]
394397
deps = ["ClimaComms", "Colors", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "KernelAbstractions", "Krylov", "LinearAlgebra", "LinearOperators", "NVTX", "SciMLBase", "StaticArrays"]
395-
git-tree-sha1 = "bd0445edef423f0f274b574148481db48f8554a9"
398+
git-tree-sha1 = "44a30eeace8e5a8e3464f05c59fb2dea28ca7782"
396399
uuid = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
397-
version = "0.7.26"
400+
version = "0.7.28"
398401

399402
[deps.ClimaTimeSteppers.extensions]
400403
ClimaTimeSteppersBenchmarkToolsExt = ["CUDA", "BenchmarkTools", "OrderedCollections", "StatsBase", "PrettyTables"]
@@ -619,9 +622,9 @@ version = "0.1.0+0"
619622

620623
[[deps.DiffEqBase]]
621624
deps = ["ArrayInterface", "ConcreteStructs", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "FastClosures", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PreallocationTools", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "Setfield", "SparseArrays", "Static", "StaticArraysCore", "Statistics", "Tricks", "TruncatedStacktraces"]
622-
git-tree-sha1 = "c8b0bdee28a1addddb7ab939365fe6543d7d2d0d"
625+
git-tree-sha1 = "d520d3007de793f4fca16c77a25a9774ebe4ad6d"
623626
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
624-
version = "6.149.2"
627+
version = "6.150.0"
625628

626629
[deps.DiffEqBase.extensions]
627630
DiffEqBaseChainRulesCoreExt = "ChainRulesCore"
@@ -1037,9 +1040,9 @@ weakdeps = ["Makie"]
10371040

10381041
[[deps.GeoMakie]]
10391042
deps = ["Colors", "Downloads", "GeoInterface", "GeoJSON", "Geodesy", "GeometryBasics", "ImageIO", "LinearAlgebra", "Makie", "Proj", "Reexport", "Statistics", "StructArrays"]
1040-
git-tree-sha1 = "339c0a4cd021d0c2d5e7e9afaf9f8f43ba6ef1b7"
1043+
git-tree-sha1 = "cbb6669efd68436b843f7d439773c142f44370e6"
10411044
uuid = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
1042-
version = "0.6.3"
1045+
version = "0.6.4"
10431046

10441047
[[deps.Geodesy]]
10451048
deps = ["CoordinateTransformations", "Dates", "LinearAlgebra", "StaticArrays"]
@@ -1372,12 +1375,6 @@ git-tree-sha1 = "170b660facf5df5de098d866564877e119141cbd"
13721375
uuid = "c1c5ebd0-6772-5130-a774-d5fcae4a789d"
13731376
version = "3.100.2+0"
13741377

1375-
[[deps.LDLFactorizations]]
1376-
deps = ["AMD", "LinearAlgebra", "SparseArrays", "Test"]
1377-
git-tree-sha1 = "70f582b446a1c3ad82cf87e62b878668beef9d13"
1378-
uuid = "40e66cde-538c-5869-a4ad-c39174c6795b"
1379-
version = "0.10.1"
1380-
13811378
[[deps.LERC_jll]]
13821379
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
13831380
git-tree-sha1 = "bf36f528eec6634efc60d7ec062008f171071434"
@@ -1552,14 +1549,20 @@ deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
15521549
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
15531550

15541551
[[deps.LinearOperators]]
1555-
deps = ["FastClosures", "LDLFactorizations", "LinearAlgebra", "Printf", "Requires", "SparseArrays", "TimerOutputs"]
1556-
git-tree-sha1 = "f06df3a46255879cbccae1b5b6dcb16994c31be7"
1552+
deps = ["FastClosures", "LinearAlgebra", "Printf", "Requires", "SparseArrays", "TimerOutputs"]
1553+
git-tree-sha1 = "ae5d90280094348c32fda8bc8b5a88bb16514d43"
15571554
uuid = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
1558-
version = "2.7.0"
1559-
weakdeps = ["ChainRulesCore"]
1555+
version = "2.8.0"
15601556

15611557
[deps.LinearOperators.extensions]
1558+
LinearOperatorsCUDAExt = "CUDA"
15621559
LinearOperatorsChainRulesCoreExt = "ChainRulesCore"
1560+
LinearOperatorsLDLFactorizationsExt = "LDLFactorizations"
1561+
1562+
[deps.LinearOperators.weakdeps]
1563+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
1564+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
1565+
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
15631566

15641567
[[deps.LittleCMS_jll]]
15651568
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll"]
@@ -1721,9 +1724,13 @@ uuid = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
17211724
version = "0.2.4"
17221725

17231726
[[deps.MultiBroadcastFusion]]
1724-
git-tree-sha1 = "cb2fb12bdd092eea393b4bd3252815cc8a395f7f"
1727+
git-tree-sha1 = "19b2f184b5882538bee0d5355b152212110e0fd2"
17251728
uuid = "c3c07f87-98de-43f2-a76f-835b330b2cbb"
1726-
version = "0.2.0"
1729+
version = "0.3.1"
1730+
weakdeps = ["Adapt", "CUDA"]
1731+
1732+
[deps.MultiBroadcastFusion.extensions]
1733+
MultiBroadcastFusionCUDAExt = ["CUDA", "Adapt"]
17271734

17281735
[[deps.NCDatasets]]
17291736
deps = ["CFTime", "CommonDataModel", "DataStructures", "Dates", "DiskArrays", "NetCDF_jll", "NetworkOptions", "Printf"]
@@ -2072,6 +2079,11 @@ git-tree-sha1 = "76ab3cbf876f3c859b6cc5817d8262809add3e13"
20722079
uuid = "c94c279d-25a6-4763-9509-64d165bea63e"
20732080
version = "1.7.0"
20742081

2082+
[[deps.PtrArrays]]
2083+
git-tree-sha1 = "077664975d750757f30e739c870fbbdc01db7913"
2084+
uuid = "43287f4e-b6f4-7ad1-bb20-aadabca52c3d"
2085+
version = "1.1.0"
2086+
20752087
[[deps.QOI]]
20762088
deps = ["ColorTypes", "FileIO", "FixedPointNumbers"]
20772089
git-tree-sha1 = "18e8f4d1426e965c7b532ddd260599e1510d26ce"
@@ -2096,9 +2108,9 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
20962108

20972109
[[deps.RRTMGP]]
20982110
deps = ["Adapt", "Artifacts", "CUDA", "ClimaComms", "DocStringExtensions", "GaussQuadrature", "Random", "StaticArrays"]
2099-
git-tree-sha1 = "4befbe654262330dc7dace3b8841da3dce5b4f91"
2111+
git-tree-sha1 = "43dba55be8b80a2af4b4e901537d9f29fcd0d2e2"
21002112
uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1"
2101-
version = "0.13.2"
2113+
version = "0.13.4"
21022114
weakdeps = ["ClimaParams"]
21032115

21042116
[deps.RRTMGP.extensions]
@@ -2149,9 +2161,9 @@ version = "0.6.12"
21492161

21502162
[[deps.RecursiveArrayTools]]
21512163
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "SparseArrays", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
2152-
git-tree-sha1 = "47f8fedb92e196d21d8d1f5f92d5de42449d1078"
2164+
git-tree-sha1 = "758bc86b90e9fee2edc4af2a750b0d3f2d5c02c5"
21532165
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
2154-
version = "3.18.1"
2166+
version = "3.19.0"
21552167

21562168
[deps.RecursiveArrayTools.extensions]
21572169
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
@@ -2240,9 +2252,9 @@ version = "3.45.3+0"
22402252

22412253
[[deps.SciMLBase]]
22422254
deps = ["ADTypes", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
2243-
git-tree-sha1 = "397367599b9526a49cc06a4db70835807498b561"
2255+
git-tree-sha1 = "265f1a7a804d8093fa0b17e33e45373a77e56ca5"
22442256
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2245-
version = "2.36.1"
2257+
version = "2.38.0"
22462258

22472259
[deps.SciMLBase.extensions]
22482260
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2388,9 +2400,9 @@ weakdeps = ["OffsetArrays", "StaticArrays"]
23882400

23892401
[[deps.StaticArrays]]
23902402
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
2391-
git-tree-sha1 = "bf074c045d3d5ffd956fa0a461da38a44685d6b2"
2403+
git-tree-sha1 = "9ae599cd7529cfce7fea36cf00a62cfc56f0f37c"
23922404
uuid = "90137ffa-7385-5640-81b9-e52037218182"
2393-
version = "1.9.3"
2405+
version = "1.9.4"
23942406
weakdeps = ["ChainRulesCore", "Statistics"]
23952407

23962408
[deps.StaticArrays.extensions]
@@ -2900,10 +2912,10 @@ uuid = "477f73a3-ac25-53e9-8cc3-50b2fa2566f0"
29002912
version = "1.1.2+0"
29012913

29022914
[[deps.libaom_jll]]
2903-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
2904-
git-tree-sha1 = "3a2ea60308f0996d26f1e5354e10c24e9ef905d4"
2915+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
2916+
git-tree-sha1 = "1827acba325fdcdf1d2647fc8d5301dd9ba43a9d"
29052917
uuid = "a4ae2306-e953-59d6-aa16-d00cac43593b"
2906-
version = "3.4.0+0"
2918+
version = "3.9.0+0"
29072919

29082920
[[deps.libass_jll]]
29092921
deps = ["Artifacts", "Bzip2_jll", "FreeType2_jll", "FriBidi_jll", "HarfBuzz_jll", "JLLWrappers", "Libdl", "Pkg", "Zlib_jll"]

experiments/ClimaEarth/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ ArgParse = "1.1"
5353
ArtifactWrappers = "0.2"
5454
AtmosphericProfilesLibrary = "0.1"
5555
ClimaAnalysis = "0.5"
56-
ClimaAtmos = "0.23"
56+
ClimaAtmos = "0.24"
5757
ClimaCorePlots = "0.2"
58-
ClimaLand = "0.11"
58+
ClimaLand = "0.12"
5959
ClimaParams = "0.10"
6060
ClimaTimeSteppers = "0.7"
6161
Colors = "0.12"

0 commit comments

Comments
 (0)