Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/atmos_configs/climaatmos_diagedmf.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This inherits from config/common_configs/numerics_sphere_he16ze63.yml and config/longrun_configs/amip_target_diagedmf.yml in ClimaAtmos.jl
aerosol_radiation: true
approximate_linear_solve_iters: 2
cloud_model: "quadrature_sgs"
cloud_model: "quadrature"
co2_model: maunaloa
dt: "120secs"
dt_cloud_fraction: "1hours"
Expand Down
2 changes: 1 addition & 1 deletion config/atmos_configs/climaatmos_progedmf.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aerosol_radiation: true
approximate_linear_solve_iters: 2
cloud_model: "quadrature_sgs"
cloud_model: "quadrature"
co2_model: maunaloa
dt: "120secs"
dt_cloud_fraction: "1hours"
Expand Down
2 changes: 1 addition & 1 deletion config/atmos_configs/climaatmos_progedmf_1m.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aerosol_radiation: true
approximate_linear_solve_iters: 2
cloud_model: "quadrature_sgs"
cloud_model: "quadrature"
co2_model: maunaloa
dt: "120secs"
dt_cloud_fraction: "1hours"
Expand Down
2 changes: 1 addition & 1 deletion config/atmos_configs/climaatmos_wx_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ toml: [toml/diagnostic_edmfx_era5_ic.toml]
# moist: "nonequil"
# toml: [toml/diagnostic_edmfx_1M.toml]

cloud_model: "quadrature_sgs"
cloud_model: "quadrature"
use_itime: true
deep_atmosphere: false
4 changes: 2 additions & 2 deletions config/atmos_configs/climaatmos_wx_progedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ moist: equil
# moist: "nonequil"
# toml: [toml/diagnostic_edmfx_1M.toml]

cloud_model: "quadrature_sgs"
cloud_model: "quadrature"
use_itime: true
deep_atmosphere: false
deep_atmosphere: false
68 changes: 35 additions & 33 deletions experiments/ClimaCore/Manifest-v1.11.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ manifest_format = "2.0"
project_hash = "ad754c4de2c5018aafa70f420d0cb2fa7d55629c"

[[deps.ADTypes]]
git-tree-sha1 = "8be2ae325471fc20b11c27bb34b518541d07dd3a"
git-tree-sha1 = "8b2b045b22740e4be20654175cc38291d48539db"
uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
version = "1.19.0"
version = "1.20.0"
weakdeps = ["ChainRulesCore", "ConstructionBase", "EnzymeCore"]

[deps.ADTypes.extensions]
Expand All @@ -33,9 +33,9 @@ version = "0.4.5"

[[deps.Accessors]]
deps = ["CompositionsBase", "ConstructionBase", "Dates", "InverseFunctions", "MacroTools"]
git-tree-sha1 = "3b86719127f50670efe356bc11073d84b4ed7a5d"
git-tree-sha1 = "856ecd7cebb68e5fc87abecd2326ad59f0f911f3"
uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
version = "0.1.42"
version = "0.1.43"

[deps.Accessors.extensions]
AxisKeysExt = "AxisKeys"
Expand Down Expand Up @@ -123,9 +123,9 @@ version = "7.22.0"

[[deps.ArrayLayouts]]
deps = ["FillArrays", "LinearAlgebra", "StaticArrays"]
git-tree-sha1 = "122a06c8266e00035bfa572887ab52c344526eb4"
git-tree-sha1 = "e0b47732a192dd59b9d079a06d04235e2f833963"
uuid = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
version = "1.12.1"
version = "1.12.2"
weakdeps = ["SparseArrays"]

[deps.ArrayLayouts.extensions]
Expand Down Expand Up @@ -305,9 +305,9 @@ version = "0.6.10"

[[deps.ClimaCore]]
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LazyBroadcast", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
git-tree-sha1 = "ca717446978d2815b4fa23a62a2131861e44d1e8"
git-tree-sha1 = "a2acae071e36c1c69c94a83d1fb74b25e8b0fde0"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
version = "0.14.42"
version = "0.14.43"

[deps.ClimaCore.extensions]
ClimaCoreCUDAExt = "CUDA"
Expand Down Expand Up @@ -507,9 +507,9 @@ version = "1.11.0"

[[deps.DelaunayTriangulation]]
deps = ["AdaptivePredicates", "EnumX", "ExactPredicates", "Random"]
git-tree-sha1 = "783b21581a051ac91a3921ee37e26a23ed7f57a6"
git-tree-sha1 = "c55f5a9fd67bdbc8e089b5a3111fe4292986a8e8"
uuid = "927a84f5-c5f4-47a5-9785-b46e178433df"
version = "1.6.5"
version = "1.6.6"

[[deps.DiffEqBase]]
deps = ["ArrayInterface", "ConcreteStructs", "DataStructures", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "FastClosures", "FastPower", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "Parameters", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "Setfield", "Static", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "TruncatedStacktraces"]
Expand Down Expand Up @@ -926,9 +926,9 @@ version = "0.1.0"

[[deps.Glib_jll]]
deps = ["Artifacts", "GettextRuntime_jll", "JLLWrappers", "Libdl", "Libffi_jll", "Libiconv_jll", "Libmount_jll", "PCRE2_jll", "Zlib_jll"]
git-tree-sha1 = "50c11ffab2a3d50192a228c313f05b5b5dc5acb2"
git-tree-sha1 = "6b4d2dc81736fe3980ff0e8879a9fc7c33c44ddf"
uuid = "7746bdde-850d-59dc-9ae8-88ece973131d"
version = "2.86.0+0"
version = "2.86.2+0"

[[deps.Graphics]]
deps = ["Colors", "LinearAlgebra", "NaNMath"]
Expand Down Expand Up @@ -1433,9 +1433,9 @@ uuid = "d125e4d3-2237-4719-b19c-fa641b8a4667"
version = "0.1.8"

[[deps.MappedArrays]]
git-tree-sha1 = "2dab0221fe2b0f2cb6754eaa743cc266339f527e"
git-tree-sha1 = "0ee4497a4e80dbd29c058fcee6493f5219556f40"
uuid = "dbb5928d-eab1-5f90-85c2-b9b0edb7c900"
version = "0.4.2"
version = "0.4.3"

[[deps.Markdown]]
deps = ["Base64"]
Expand Down Expand Up @@ -1760,9 +1760,9 @@ version = "1.3.0"

[[deps.QOI]]
deps = ["ColorTypes", "FileIO", "FixedPointNumbers"]
git-tree-sha1 = "8b3fc30bc0390abdce15f8822c889f669baed73d"
git-tree-sha1 = "472daaa816895cb7aee81658d4e7aec901fa1106"
uuid = "4b34888f-f399-49d4-9bb3-47ed5cae4e65"
version = "1.0.1"
version = "1.0.2"

[[deps.QuadGK]]
deps = ["DataStructures", "LinearAlgebra"]
Expand Down Expand Up @@ -1940,9 +1940,9 @@ version = "2.112.0"

[[deps.SciMLOperators]]
deps = ["Accessors", "ArrayInterface", "DocStringExtensions", "LinearAlgebra", "MacroTools"]
git-tree-sha1 = "a1e12aee1eb7e6f957e8483eeebf9a98f3e135d6"
git-tree-sha1 = "9deb07bb4e6f95712bda5617a717caed701fbe4b"
uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
version = "1.13.0"
version = "1.14.0"
weakdeps = ["SparseArrays", "StaticArraysCore"]

[deps.SciMLOperators.extensions]
Expand Down Expand Up @@ -2099,15 +2099,15 @@ weakdeps = ["SparseArrays"]

[[deps.StatsAPI]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "9d72a13a3f4dd3795a195ac5a44d7d6ff5f552ff"
git-tree-sha1 = "178ed29fd5b2a2cfc3bd31c13375ae925623ff36"
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
version = "1.7.1"
version = "1.8.0"

[[deps.StatsBase]]
deps = ["AliasTables", "DataAPI", "DataStructures", "LinearAlgebra", "LogExpFunctions", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
git-tree-sha1 = "064b532283c97daae49e544bb9cb413c26511f8c"
git-tree-sha1 = "be5733d4a2b03341bdcab91cea6caa7e31ced14b"
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
version = "0.34.8"
version = "0.34.9"

[[deps.StatsFuns]]
deps = ["HypergeometricFunctions", "IrrationalConstants", "LogExpFunctions", "Reexport", "Rmath", "SpecialFunctions"]
Expand Down Expand Up @@ -2174,10 +2174,10 @@ uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
version = "7.7.0+0"

[[deps.SurfaceFluxes]]
deps = ["DocStringExtensions", "RootSolvers", "Thermodynamics"]
git-tree-sha1 = "444e0bfdbf48aef97146dbd2400680d46daa420c"
deps = ["RootSolvers", "Thermodynamics"]
git-tree-sha1 = "eef0657172ea2da3c7a476d8c4e5655fd77fbaf0"
uuid = "49b00bb7-8bd4-4f2b-b78c-51cd0450215f"
version = "0.14.0"
version = "0.14.1"

[deps.SurfaceFluxes.extensions]
CreateParametersExt = "ClimaParams"
Expand Down Expand Up @@ -2219,9 +2219,9 @@ version = "1.10.0"

[[deps.TaylorSeries]]
deps = ["LinearAlgebra", "Markdown", "SparseArrays"]
git-tree-sha1 = "dbb2073ed3d0b356405abb7562bfb3326f9cb5fe"
git-tree-sha1 = "4a5ddc4036946d3a7900b5776b0872e36d848a29"
uuid = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
version = "0.20.9"
version = "0.20.10"
weakdeps = ["IntervalArithmetic", "JLD2", "RecursiveArrayTools", "StaticArrays"]

[deps.TaylorSeries.extensions]
Expand All @@ -2243,9 +2243,9 @@ version = "1.11.0"

[[deps.Thermodynamics]]
deps = ["DocStringExtensions", "ForwardDiff", "KernelAbstractions", "Random", "RootSolvers"]
git-tree-sha1 = "bae39665e42c36e2e6bf5b814631915ec7d90232"
git-tree-sha1 = "5f41cdbbd9b482efa523e43346323656121862c5"
uuid = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
version = "0.15.0"
version = "0.15.1"

[deps.Thermodynamics.extensions]
CreateParametersExt = "ClimaParams"
Expand Down Expand Up @@ -2315,15 +2315,16 @@ version = "0.4.1"

[[deps.Unitful]]
deps = ["Dates", "LinearAlgebra", "Random"]
git-tree-sha1 = "83360bda12f61c250835830cc40b64f487cc2230"
git-tree-sha1 = "c25751629f5baaa27fef307f96536db62e1d754e"
uuid = "1986cc42-f94f-5a68-af5c-568840ba703d"
version = "1.25.1"
version = "1.27.0"

[deps.Unitful.extensions]
ConstructionBaseUnitfulExt = "ConstructionBase"
ForwardDiffExt = "ForwardDiff"
InverseFunctionsUnitfulExt = "InverseFunctions"
LatexifyExt = ["Latexify", "LaTeXStrings"]
NaNMathExt = "NaNMath"
PrintfExt = "Printf"

[deps.Unitful.weakdeps]
Expand All @@ -2332,6 +2333,7 @@ version = "1.25.1"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[[deps.UnrolledUtilities]]
Expand Down Expand Up @@ -2480,9 +2482,9 @@ version = "2.0.4+0"

[[deps.libpng_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Zlib_jll"]
git-tree-sha1 = "5cb3c5d039f880c0b3075803c8bf45cb95ae1e91"
git-tree-sha1 = "de8ab4f01cb2d8b41702bab9eaad9e8b7d352f73"
uuid = "b53b4c65-9356-5827-b1ea-8c7a1a84506f"
version = "1.6.51+0"
version = "1.6.53+0"

[[deps.libsixel_jll]]
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "libpng_jll"]
Expand Down
Loading
Loading