Skip to content

Commit

Permalink
Update dependencies, switch to ClimaParams
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Mar 11, 2024
1 parent f9e4838 commit 78850e7
Show file tree
Hide file tree
Showing 16 changed files with 331 additions and 302 deletions.
10 changes: 5 additions & 5 deletions .dev/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.10.0"
julia_version = "1.10.2"
manifest_format = "2.0"
project_hash = "b280bcf3b481823c97fa1a62c1b5e65114b8fa18"

Expand Down Expand Up @@ -79,9 +79,9 @@ version = "0.21.4"

[[deps.JuliaFormatter]]
deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"]
git-tree-sha1 = "1954b04bf7ce17ed708ce9059d05881f58f07845"
git-tree-sha1 = "cb2a396ac30525079dfe56adf3fc9c301ea1a2bb"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "1.0.52"
version = "1.0.53"

[[deps.LibCURL]]
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
Expand Down Expand Up @@ -151,9 +151,9 @@ version = "1.10.0"

[[deps.PrecompileTools]]
deps = ["Preferences"]
git-tree-sha1 = "03b4c25b43cb84cee5c90aa9b5ea0a78fd848d2f"
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
version = "1.2.0"
version = "1.2.1"

[[deps.Preferences]]
deps = ["TOML"]
Expand Down
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
ArtifactWrappers = "a14bc488-3040-4b00-9dc1-f6467924858a"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
AtmosphericProfilesLibrary = "86bc3604-9858-485a-bdbe-831ec50de11d"
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
ClimaParams = "5c42b081-d73a-476f-9059-fd94b934656c"
ClimaTimeSteppers = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
CloudMicrophysics = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down Expand Up @@ -43,25 +43,25 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"

[compat]
Adapt = "3.7"
Adapt = "4"
ArgParse = "1"
ArtifactWrappers = "0.2"
Artifacts = "1"
AtmosphericProfilesLibrary = "0.1"
CLIMAParameters = "0.9"
CPUSummary = "0.2"
ClimaComms = "0.5"
ClimaCore = "0.13"
ClimaParams = "0.10"
ClimaTimeSteppers = "0.7.18"
CloudMicrophysics = "=0.17"
CloudMicrophysics = "0.18"
Colors = "0.12"
Dates = "1"
Dierckx = "0.5"
DiffEqBase = "6"
DiffEqCallbacks = "2"
DocStringExtensions = "0.8, 0.9"
FastGaussQuadrature = "0.4, 0.5, 1"
Insolation = "=0.9.1"
Insolation = "0.9.2"
Interpolations = "0.14, 0.15"
IntervalSets = "0.5, 0.6, 0.7"
Krylov = "0.9"
Expand All @@ -71,15 +71,15 @@ NCDatasets = "0.13.1, =0.14.1"
NVTX = "0.3"
Pkg = "1.8"
Printf = "1"
RRTMGP = "0.12"
RRTMGP = "0.13.1"
Random = "1"
RootSolvers = "0.2, 0.3, 0.4"
SciMLBase = "1, 2"
StaticArrays = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
SurfaceFluxes = "0.9"
Thermodynamics = "=0.12.3"
SurfaceFluxes = "0.11"
Thermodynamics = "0.12.4"
YAML = "0.4"
julia = "1.7"

Expand Down
Loading

0 comments on commit 78850e7

Please sign in to comment.