Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Jun 18, 2024
1 parent 66bc27e commit 82fba8f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 13 deletions.
16 changes: 11 additions & 5 deletions experiments/ClimaEarth/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.4"
manifest_format = "2.0"
project_hash = "252cfb4efc6c845579309d3088c2926b876adfb3"
project_hash = "afda340012fd05e6c7fd2baf7decd5033d3e5be2"

[[deps.ADTypes]]
git-tree-sha1 = "fc02d55798c1af91123d07915a990fbb9a10d146"
Expand Down Expand Up @@ -323,9 +323,9 @@ weakdeps = ["CairoMakie", "GeoMakie"]

[[deps.ClimaAtmos]]
deps = ["Adapt", "ArgParse", "ArtifactWrappers", "Artifacts", "AtmosphericProfilesLibrary", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTimeSteppers", "ClimaUtilities", "CloudMicrophysics", "Colors", "Dates", "Dierckx", "DiffEqBase", "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 = "344b312f4557e3ba52f52af4e7cd9fd7afa9f94d"
git-tree-sha1 = "48c79faad3dee5f6b29e7b425fa17a72e4ff5fd2"
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
version = "0.25.0"
version = "0.26.0"

[[deps.ClimaComms]]
git-tree-sha1 = "d76590e99fa942e07f1e992a4d4a5e25121a26d6"
Expand Down Expand Up @@ -1260,9 +1260,15 @@ version = "0.1.5"

[[deps.InlineStrings]]
deps = ["Parsers"]
git-tree-sha1 = "9cc2baf75c6d09f9da536ddf58eb2f29dedaf461"
git-tree-sha1 = "86356004f30f8e737eff143d57d41bd580e437aa"
uuid = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
version = "1.4.0"
version = "1.4.1"

[deps.InlineStrings.extensions]
ArrowTypesExt = "ArrowTypes"

[deps.InlineStrings.weakdeps]
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"

[[deps.Insolation]]
deps = ["Artifacts", "Dates", "DelimitedFiles", "Interpolations"]
Expand Down
2 changes: 1 addition & 1 deletion experiments/ClimaEarth/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ArgParse = "1.1"
ArtifactWrappers = "0.2"
AtmosphericProfilesLibrary = "0.1"
ClimaAnalysis = "0.5.3"
ClimaAtmos = "0.24, 0.25, 0.26"
ClimaAtmos = "0.26"
ClimaCorePlots = "0.2"
ClimaLand = "0.12"
ClimaParams = "0.10"
Expand Down
16 changes: 11 additions & 5 deletions perf/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.4"
manifest_format = "2.0"
project_hash = "2e886037d0a6c8ce4199720c2d9623913fd5e04d"
project_hash = "a7bf3d90bad26179a3f08557888369acb96a2e90"

[[deps.ADTypes]]
git-tree-sha1 = "fc02d55798c1af91123d07915a990fbb9a10d146"
Expand Down Expand Up @@ -255,9 +255,9 @@ weakdeps = ["SparseArrays"]

[[deps.ClimaAtmos]]
deps = ["Adapt", "ArgParse", "ArtifactWrappers", "Artifacts", "AtmosphericProfilesLibrary", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTimeSteppers", "ClimaUtilities", "CloudMicrophysics", "Colors", "Dates", "Dierckx", "DiffEqBase", "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 = "344b312f4557e3ba52f52af4e7cd9fd7afa9f94d"
git-tree-sha1 = "48c79faad3dee5f6b29e7b425fa17a72e4ff5fd2"
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
version = "0.25.0"
version = "0.26.0"

[[deps.ClimaComms]]
git-tree-sha1 = "d76590e99fa942e07f1e992a4d4a5e25121a26d6"
Expand Down Expand Up @@ -988,9 +988,15 @@ version = "0.1.5"

[[deps.InlineStrings]]
deps = ["Parsers"]
git-tree-sha1 = "9cc2baf75c6d09f9da536ddf58eb2f29dedaf461"
git-tree-sha1 = "86356004f30f8e737eff143d57d41bd580e437aa"
uuid = "842dd82b-1e85-43dc-bf29-5d0ee9dffc48"
version = "1.4.0"
version = "1.4.1"

[deps.InlineStrings.extensions]
ArrowTypesExt = "ArrowTypes"

[deps.InlineStrings.weakdeps]
ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"

[[deps.Insolation]]
deps = ["Artifacts", "Dates", "DelimitedFiles", "Interpolations"]
Expand Down
2 changes: 1 addition & 1 deletion perf/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
ArgParse = "1.1"
ArtifactWrappers = "0.2"
AtmosphericProfilesLibrary = "0.1"
ClimaAtmos = "0.25, 0.26"
ClimaAtmos = "0.26"
ClimaCorePlots = "0.2"
ClimaLand = "0.12"
ClimaParams = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
Aqua = "0.8"
ArtifactWrappers = "0.2"
ClimaAtmos = "0.24"
ClimaAtmos = "0.26"
ClimaLand = "0.12"
ClimaParams = "0.10"
ClimaUtilities = "0.1"
Expand Down

0 comments on commit 82fba8f

Please sign in to comment.