Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed May 17, 2024
1 parent 1be1f02 commit f50d3e9
Show file tree
Hide file tree
Showing 14 changed files with 335 additions and 192 deletions.
4 changes: 2 additions & 2 deletions .buildkite/benchmarks/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ steps:
steps:
- label: "CPU ClimaAtmos with diagnostic EDMF"
key: "climaatmos_diagedmf"
command: "srun julia --color=yes --project=test/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos_diagedmf.yml"
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"
artifact_paths: "experiments/ClimaEarth/output/climaatmos/climaatmos_diagedmf_artifacts/*"
env:
BUILD_HISTORY_HANDLE: ""
Expand All @@ -71,7 +71,7 @@ steps:
steps:
- label: "GPU ClimaAtmos with diagnostic EDMF"
key: "gpu_climaatmos_diagedmf"
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"
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"
artifact_paths: "experiments/ClimaEarth/output/climaatmos/gpu_climaatmos_diagedmf_artifacts/*"
agents:
slurm_gpus_per_task: 1
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ steps:

- label: "ClimaAtmos standalone target"
command:
- 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
- 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
artifact_paths: "longrun_aquaplanet_rhoe_equil_55km_nz63_clearsky_tvinsol_0M_slabocean/*"
env:
BUILD_HISTORY_HANDLE: ""
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"

[compat]
ClimaComms = "0.5.6"
ClimaCore = "0.13"
ClimaCore = "0.14"
ClimaCoreTempestRemap = "0.3"
CUDA = "5"
Dates = "1"
Expand Down
1 change: 0 additions & 1 deletion config/benchmark_configs/climaatmos_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ edmfx_upwinding: first_order
h_elem: 30
idealized_insolation: false
implicit_diffusion: true
job_id: "climaatmos_diagedmf"
moist: equil
output_default_diagnostics: false
precip_model: 0M
Expand Down
1 change: 0 additions & 1 deletion config/benchmark_configs/gpu_climaatmos_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ edmfx_upwinding: first_order
h_elem: 30
idealized_insolation: false
implicit_diffusion: true
job_id: "gpu_climaatmos_diagedmf"
moist: equil
output_default_diagnostics: false
precip_model: 0M
Expand Down
2 changes: 1 addition & 1 deletion config/ci_configs/interactive_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ rad: "gray"
run_name: "interactive_debug_run"
start_date: "19790301"
surface_setup: "PrescribedSurface"
t_end: "20days"
t_end: "600secs"
turb_flux_partition: "CombinedStateFluxes"
vert_diff: "true"
167 changes: 107 additions & 60 deletions experiments/ClimaCore/sea_breeze/Manifest.toml

Large diffs are not rendered by default.

128 changes: 70 additions & 58 deletions experiments/ClimaEarth/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,18 @@

julia_version = "1.10.3"
manifest_format = "2.0"
project_hash = "9e4203990c8bcfa6c89ab13b8fa1ae6772387ffe"
project_hash = "c2b41c62ef471acee30499943ca8e1f5eb29f796"

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

[deps.ADTypes.extensions]
ADTypesChainRulesCoreExt = "ChainRulesCore"
ADTypesEnzymeCoreExt = "EnzymeCore"

[[deps.AMD]]
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse_jll"]
git-tree-sha1 = "45a1272e3f809d36431e57ab22703c6896b8908f"
uuid = "14f7f29c-3bd6-536c-9a0b-7339e30b5a3e"
version = "0.5.3"

[[deps.AbstractFFTs]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "d92ad398961a3ed262d8bf04a1a2b8340f915fef"
Expand Down Expand Up @@ -68,10 +62,10 @@ weakdeps = ["StaticArrays"]
AdaptStaticArraysExt = "StaticArrays"

[[deps.AliasTables]]
deps = ["Random"]
git-tree-sha1 = "82b912bb5215792fd33df26f407d064d3602af98"
deps = ["PtrArrays", "Random"]
git-tree-sha1 = "9876e1e164b144ca45e9e3198d0b689cadfed9ff"
uuid = "66dad0bd-aa9a-41b7-9441-69ab47430ed8"
version = "1.1.2"
version = "1.1.3"

[[deps.Animations]]
deps = ["Colors"]
Expand Down Expand Up @@ -248,13 +242,14 @@ version = "1.0.1+0"

[[deps.CUDA]]
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"]
git-tree-sha1 = "4e33522a036b39fc6f5cb7447ae3b28eb8fbe99b"
git-tree-sha1 = "fe61a257e94621e25471071ca58d29ea45eef13b"
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
version = "5.3.3"
weakdeps = ["ChainRulesCore", "SpecialFunctions"]
version = "5.3.4"
weakdeps = ["ChainRulesCore", "EnzymeCore", "SpecialFunctions"]

[deps.CUDA.extensions]
ChainRulesCoreExt = "ChainRulesCore"
EnzymeCoreExt = "EnzymeCore"
SpecialFunctionsExt = "SpecialFunctions"

[[deps.CUDA_Driver_jll]]
Expand Down Expand Up @@ -289,9 +284,9 @@ version = "0.11.11"

[[deps.Cairo_jll]]
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"]
git-tree-sha1 = "a4c43f59baa34011e303e76f5c8c91bf58415aaf"
git-tree-sha1 = "a2f1c8c668c8e3cb4cca4e57a8efdb09067bb3fd"
uuid = "83423d85-b0ee-5818-9007-b63ccbeb887a"
version = "1.18.0+1"
version = "1.18.0+2"

[[deps.Calculus]]
deps = ["LinearAlgebra"]
Expand Down Expand Up @@ -321,10 +316,10 @@ weakdeps = ["CairoMakie", "GeoMakie"]
GeoMakieExt = "GeoMakie"

[[deps.ClimaAtmos]]
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"]
git-tree-sha1 = "fd2437d8164f952e0faae9f9848321cff5d5ddac"
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"]
git-tree-sha1 = "9fa711862712fea5dd4b3b7bd7f6109173c10226"
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
version = "0.23.0"
version = "0.24.0"

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

[[deps.ClimaCore]]
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"]
git-tree-sha1 = "ce60e793254676e4ff0121997bae6fc4b78ebd09"
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"]
git-tree-sha1 = "c08d308f80d92edd128c4498e105e890e3982ead"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
version = "0.13.4"
weakdeps = ["Krylov"]
version = "0.14.4"
weakdeps = ["CUDA", "Krylov"]

[deps.ClimaCore.extensions]
ClimaCoreCUDAExt = "CUDA"
KrylovExt = "Krylov"

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

[[deps.ClimaDiagnostics]]
deps = ["Accessors", "ClimaComms", "ClimaCore", "Dates", "NCDatasets", "SciMLBase"]
git-tree-sha1 = "34b57fcad8bd3810f70fd131e6f36f2002bfe8e6"
uuid = "1ecacbb8-0713-4841-9a07-eb5aa8a2d53f"
version = "0.1.7"

[[deps.ClimaLand]]
deps = ["Adapt", "ArtifactWrappers", "CUDA", "ClimaComms", "ClimaCore", "ClimaCoreTempestRemap", "ClimaUtilities", "DataFrames", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "IntervalSets", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
git-tree-sha1 = "bd941d73481d92713b8f9d6cf6b05a1c8651aa9f"
deps = ["Adapt", "ArtifactWrappers", "ClimaComms", "ClimaCore", "ClimaUtilities", "DataFrames", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "IntervalSets", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
git-tree-sha1 = "19cd647afb6e099a9380956cc1066e702be17408"
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
version = "0.11.2"
version = "0.12.0"

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

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

[[deps.ClimaParams]]
deps = ["DocStringExtensions", "TOML", "Test"]
git-tree-sha1 = "5f4254495beb54be2d97c15b9c220e603674daf9"
git-tree-sha1 = "8da1dc4aa297847cf74c51168cab1995e5631eeb"
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
version = "0.10.6"
version = "0.10.7"

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

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

[[deps.DiffEqBase]]
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"]
git-tree-sha1 = "c8b0bdee28a1addddb7ab939365fe6543d7d2d0d"
git-tree-sha1 = "d520d3007de793f4fca16c77a25a9774ebe4ad6d"
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
version = "6.149.2"
version = "6.150.0"

[deps.DiffEqBase.extensions]
DiffEqBaseChainRulesCoreExt = "ChainRulesCore"
Expand Down Expand Up @@ -1037,9 +1040,9 @@ weakdeps = ["Makie"]

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

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

[[deps.LDLFactorizations]]
deps = ["AMD", "LinearAlgebra", "SparseArrays", "Test"]
git-tree-sha1 = "70f582b446a1c3ad82cf87e62b878668beef9d13"
uuid = "40e66cde-538c-5869-a4ad-c39174c6795b"
version = "0.10.1"

[[deps.LERC_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "bf36f528eec6634efc60d7ec062008f171071434"
Expand Down Expand Up @@ -1552,14 +1549,20 @@ deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[[deps.LinearOperators]]
deps = ["FastClosures", "LDLFactorizations", "LinearAlgebra", "Printf", "Requires", "SparseArrays", "TimerOutputs"]
git-tree-sha1 = "f06df3a46255879cbccae1b5b6dcb16994c31be7"
deps = ["FastClosures", "LinearAlgebra", "Printf", "Requires", "SparseArrays", "TimerOutputs"]
git-tree-sha1 = "ae5d90280094348c32fda8bc8b5a88bb16514d43"
uuid = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
version = "2.7.0"
weakdeps = ["ChainRulesCore"]
version = "2.8.0"

[deps.LinearOperators.extensions]
LinearOperatorsCUDAExt = "CUDA"
LinearOperatorsChainRulesCoreExt = "ChainRulesCore"
LinearOperatorsLDLFactorizationsExt = "LDLFactorizations"

[deps.LinearOperators.weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"

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

[[deps.MultiBroadcastFusion]]
git-tree-sha1 = "cb2fb12bdd092eea393b4bd3252815cc8a395f7f"
git-tree-sha1 = "19b2f184b5882538bee0d5355b152212110e0fd2"
uuid = "c3c07f87-98de-43f2-a76f-835b330b2cbb"
version = "0.2.0"
version = "0.3.1"
weakdeps = ["Adapt", "CUDA"]

[deps.MultiBroadcastFusion.extensions]
MultiBroadcastFusionCUDAExt = ["CUDA", "Adapt"]

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

[[deps.PtrArrays]]
git-tree-sha1 = "077664975d750757f30e739c870fbbdc01db7913"
uuid = "43287f4e-b6f4-7ad1-bb20-aadabca52c3d"
version = "1.1.0"

[[deps.QOI]]
deps = ["ColorTypes", "FileIO", "FixedPointNumbers"]
git-tree-sha1 = "18e8f4d1426e965c7b532ddd260599e1510d26ce"
Expand All @@ -2096,9 +2108,9 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.RRTMGP]]
deps = ["Adapt", "Artifacts", "CUDA", "ClimaComms", "DocStringExtensions", "GaussQuadrature", "Random", "StaticArrays"]
git-tree-sha1 = "4befbe654262330dc7dace3b8841da3dce5b4f91"
git-tree-sha1 = "43dba55be8b80a2af4b4e901537d9f29fcd0d2e2"
uuid = "a01a1ee8-cea4-48fc-987c-fc7878d79da1"
version = "0.13.2"
version = "0.13.4"
weakdeps = ["ClimaParams"]

[deps.RRTMGP.extensions]
Expand Down Expand Up @@ -2149,9 +2161,9 @@ version = "0.6.12"

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

[deps.RecursiveArrayTools.extensions]
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
Expand Down Expand Up @@ -2240,9 +2252,9 @@ version = "3.45.3+0"

[[deps.SciMLBase]]
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"]
git-tree-sha1 = "397367599b9526a49cc06a4db70835807498b561"
git-tree-sha1 = "265f1a7a804d8093fa0b17e33e45373a77e56ca5"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
version = "2.36.1"
version = "2.38.0"

[deps.SciMLBase.extensions]
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
Expand Down Expand Up @@ -2388,9 +2400,9 @@ weakdeps = ["OffsetArrays", "StaticArrays"]

[[deps.StaticArrays]]
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
git-tree-sha1 = "bf074c045d3d5ffd956fa0a461da38a44685d6b2"
git-tree-sha1 = "9ae599cd7529cfce7fea36cf00a62cfc56f0f37c"
uuid = "90137ffa-7385-5640-81b9-e52037218182"
version = "1.9.3"
version = "1.9.4"
weakdeps = ["ChainRulesCore", "Statistics"]

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

[[deps.libaom_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
git-tree-sha1 = "3a2ea60308f0996d26f1e5354e10c24e9ef905d4"
deps = ["Artifacts", "JLLWrappers", "Libdl"]
git-tree-sha1 = "1827acba325fdcdf1d2647fc8d5301dd9ba43a9d"
uuid = "a4ae2306-e953-59d6-aa16-d00cac43593b"
version = "3.4.0+0"
version = "3.9.0+0"

[[deps.libass_jll]]
deps = ["Artifacts", "Bzip2_jll", "FreeType2_jll", "FriBidi_jll", "HarfBuzz_jll", "JLLWrappers", "Libdl", "Pkg", "Zlib_jll"]
Expand Down
4 changes: 2 additions & 2 deletions experiments/ClimaEarth/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ ArgParse = "1.1"
ArtifactWrappers = "0.2"
AtmosphericProfilesLibrary = "0.1"
ClimaAnalysis = "0.5"
ClimaAtmos = "0.23"
ClimaAtmos = "0.24"
ClimaCorePlots = "0.2"
ClimaLand = "0.11"
ClimaLand = "0.12"
ClimaParams = "0.10"
ClimaTimeSteppers = "0.7"
Colors = "0.12"
Expand Down
Loading

0 comments on commit f50d3e9

Please sign in to comment.