Skip to content

Commit c4e87a6

Browse files
authored
Merge pull request #3762 from CliMA/add_deep_conv_gcmdriven_dispatch
Add relaxation timescale for deep convection in gcmdriven SCM setup
2 parents 1d2a30d + 5e4fa31 commit c4e87a6

File tree

11 files changed

+138
-89
lines changed

11 files changed

+138
-89
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 58 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ weakdeps = ["SparseArrays"]
335335

336336
[[deps.ClimaAnalysis]]
337337
deps = ["Artifacts", "Dates", "Interpolations", "NCDatasets", "NaNStatistics", "OrderedCollections", "Reexport", "Statistics", "Unitful"]
338-
git-tree-sha1 = "1cae1cd626bd636bba0e1a4a681e0296372848bc"
338+
git-tree-sha1 = "0a9f4a6de147d0a9dc09f2e8f702f76dd6777e07"
339339
uuid = "29b5916a-a76c-4e73-9657-3c8fd22e65e6"
340-
version = "0.5.15"
340+
version = "0.5.16"
341341

342342
[deps.ClimaAnalysis.extensions]
343343
ClimaAnalysisGeoMakieExt = "GeoMakie"
@@ -348,7 +348,7 @@ version = "0.5.15"
348348
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
349349

350350
[[deps.ClimaAtmos]]
351-
deps = ["Adapt", "ArgParse", "Artifacts", "AtmosphericProfilesLibrary", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTimeSteppers", "ClimaUtilities", "CloudMicrophysics", "Dates", "DiffEqBase", "FastGaussQuadrature", "Insolation", "Interpolations", "LazyArtifacts", "LazyBroadcast", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "NullBroadcasts", "RRTMGP", "Random", "SciMLBase", "StaticArrays", "Statistics", "SurfaceFluxes", "Thermodynamics", "UnrolledUtilities", "YAML"]
351+
deps = ["Adapt", "ArgParse", "Artifacts", "AtmosphericProfilesLibrary", "ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTimeSteppers", "ClimaUtilities", "CloudMicrophysics", "Dates", "Insolation", "Interpolations", "LazyArtifacts", "LazyBroadcast", "LinearAlgebra", "Logging", "NCDatasets", "NVTX", "NullBroadcasts", "RRTMGP", "Random", "SciMLBase", "StaticArrays", "Statistics", "SurfaceFluxes", "Thermodynamics", "UnrolledUtilities", "YAML"]
352352
path = ".."
353353
uuid = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
354354
version = "0.29.1"
@@ -395,9 +395,9 @@ version = "0.2.12"
395395

396396
[[deps.ClimaParams]]
397397
deps = ["TOML"]
398-
git-tree-sha1 = "8bf3c3ca9073ae455682eb4f011f94a86a0f88a4"
398+
git-tree-sha1 = "4af2dbc0f82c09dd5b514960c7be1c0bad260bfa"
399399
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
400-
version = "0.10.24"
400+
version = "0.10.26"
401401

402402
[[deps.ClimaReproducibilityTests]]
403403
deps = ["OrderedCollections", "PrettyTables"]
@@ -450,9 +450,9 @@ version = "0.22.9"
450450

451451
[[deps.CodeTracking]]
452452
deps = ["InteractiveUtils", "UUIDs"]
453-
git-tree-sha1 = "7eee164f122511d3e4e1ebadb7956939ea7e1c77"
453+
git-tree-sha1 = "69e652c971961994b5a974ea4a52665af7ed5724"
454454
uuid = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
455-
version = "1.3.6"
455+
version = "1.3.8"
456456

457457
[[deps.ColorBrewer]]
458458
deps = ["Colors", "JSON"]
@@ -618,9 +618,9 @@ version = "1.9.1"
618618

619619
[[deps.DiffEqBase]]
620620
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", "TruncatedStacktraces"]
621-
git-tree-sha1 = "edd2e4d2c0833bed404b2a3d66207e95d3a2f6ba"
621+
git-tree-sha1 = "e384a2cf3bb402e6dc66b1503ade22c7c1471c4d"
622622
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
623-
version = "6.167.1"
623+
version = "6.167.2"
624624

625625
[deps.DiffEqBase.extensions]
626626
DiffEqBaseCUDAExt = "CUDA"
@@ -668,9 +668,9 @@ version = "1.15.1"
668668

669669
[[deps.DiskArrays]]
670670
deps = ["LRUCache", "Mmap", "OffsetArrays"]
671-
git-tree-sha1 = "c814502a79baa48e35afef7596c98d0d59f9e0eb"
671+
git-tree-sha1 = "8308c389782803ebdba2c04b293d99234e65c5eb"
672672
uuid = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
673-
version = "0.4.11"
673+
version = "0.4.12"
674674

675675
[[deps.Distributed]]
676676
deps = ["Random", "Serialization", "Sockets"]
@@ -694,10 +694,9 @@ version = "0.25.118"
694694
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
695695

696696
[[deps.DocStringExtensions]]
697-
deps = ["LibGit2"]
698-
git-tree-sha1 = "2fb1e02f2b635d0845df5d7c167fec4dd739b00d"
697+
git-tree-sha1 = "e7b7e6f178525d17c720ab9c081e4ef04429f860"
699698
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
700-
version = "0.9.3"
699+
version = "0.9.4"
701700

702701
[[deps.Downloads]]
703702
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
@@ -711,9 +710,9 @@ uuid = "5ae413db-bbd1-5e63-b57d-d24a61df00f5"
711710
version = "2.2.4+0"
712711

713712
[[deps.EnumX]]
714-
git-tree-sha1 = "bdb1942cd4c45e3c678fd11569d5cccd80976237"
713+
git-tree-sha1 = "bddad79635af6aec424f53ed8aad5d7555dc6f00"
715714
uuid = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
716-
version = "1.0.4"
715+
version = "1.0.5"
717716

718717
[[deps.EnzymeCore]]
719718
git-tree-sha1 = "0cdb7af5c39e92d78a0ee8d0a447d32f7593137e"
@@ -769,10 +768,10 @@ uuid = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
769768
version = "1.8.1"
770769

771770
[[deps.FFTW_jll]]
772-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
773-
git-tree-sha1 = "4d81ed14783ec49ce9f2e168208a12ce1815aa25"
771+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
772+
git-tree-sha1 = "6d6219a004b8cf1e0b4dbe27a2860b8e04eba0be"
774773
uuid = "f5851436-0d7a-5f13-b9de-f02708fd171a"
775-
version = "3.3.10+3"
774+
version = "3.3.11+0"
776775

777776
[[deps.FastBroadcast]]
778777
deps = ["ArrayInterface", "LinearAlgebra", "Polyester", "Static", "StaticArrayInterface", "StrideArraysCore"]
@@ -785,16 +784,10 @@ git-tree-sha1 = "acebe244d53ee1b461970f8910c235b259e772ef"
785784
uuid = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
786785
version = "0.3.2"
787786

788-
[[deps.FastGaussQuadrature]]
789-
deps = ["LinearAlgebra", "SpecialFunctions", "StaticArrays"]
790-
git-tree-sha1 = "fd923962364b645f3719855c88f7074413a6ad92"
791-
uuid = "442a2c76-b920-505d-bb47-c5924d526838"
792-
version = "1.0.2"
793-
794787
[[deps.FastPower]]
795-
git-tree-sha1 = "58c3431137131577a7c379d00fea00be524338fb"
788+
git-tree-sha1 = "df32f07f373f06260cd6af5371385b5ef85dd762"
796789
uuid = "a4df4552-cc26-4903-aec0-212e50a0e84b"
797-
version = "1.1.1"
790+
version = "1.1.2"
798791

799792
[deps.FastPower.extensions]
800793
FastPowerEnzymeExt = "Enzyme"
@@ -877,9 +870,9 @@ version = "1.1.0"
877870

878871
[[deps.Fontconfig_jll]]
879872
deps = ["Artifacts", "Bzip2_jll", "Expat_jll", "FreeType2_jll", "JLLWrappers", "Libdl", "Libuuid_jll", "Zlib_jll"]
880-
git-tree-sha1 = "21fac3c77d7b5a9fc03b0ec503aa1a6392c34d2b"
873+
git-tree-sha1 = "301b5d5d731a0654825f1f2e906990f7141a106b"
881874
uuid = "a3f928ae-7b40-5064-980b-68af3947d34b"
882-
version = "2.15.0+0"
875+
version = "2.16.0+0"
883876

884877
[[deps.Format]]
885878
git-tree-sha1 = "9c68794ef81b08086aeb32eeaf33531668d5f5fc"
@@ -904,9 +897,9 @@ version = "4.1.1"
904897

905898
[[deps.FreeType2_jll]]
906899
deps = ["Artifacts", "Bzip2_jll", "JLLWrappers", "Libdl", "Zlib_jll"]
907-
git-tree-sha1 = "786e968a8d2fb167f2e4880baba62e0e26bd8e4e"
900+
git-tree-sha1 = "2c5512e11c791d1baed2049c5652441b28fc6a31"
908901
uuid = "d7e528f0-a631-5988-bf34-fe36492bcfd7"
909-
version = "2.13.3+1"
902+
version = "2.13.4+0"
910903

911904
[[deps.FreeTypeAbstraction]]
912905
deps = ["ColorVectorSpace", "Colors", "FreeType", "GeometryBasics"]
@@ -950,9 +943,9 @@ version = "0.2.0"
950943

951944
[[deps.GPUCompiler]]
952945
deps = ["ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "PrecompileTools", "Preferences", "Scratch", "Serialization", "TOML", "TimerOutputs", "UUIDs"]
953-
git-tree-sha1 = "36bfd98df6090544d093b7b1c37871be75cac68a"
946+
git-tree-sha1 = "b08c164134dd0dbc76ff54e45e016cf7f30e16a4"
954947
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
955-
version = "1.3.1"
948+
version = "1.3.2"
956949

957950
[[deps.GPUToolbox]]
958951
git-tree-sha1 = "15d8b0f5a6dca9bf8c02eeaf6687660dafa638d0"
@@ -1012,10 +1005,10 @@ uuid = "a2bd30eb-e257-5431-a919-1863eab51364"
10121005
version = "1.1.3"
10131006

10141007
[[deps.Graphite2_jll]]
1015-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
1016-
git-tree-sha1 = "01979f9b37367603e2848ea225918a3b3861b606"
1008+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
1009+
git-tree-sha1 = "8a6dbda1fd736d60cc477d99f2e7a042acfa46e8"
10171010
uuid = "3b182d85-2403-5c21-9c21-1e1f0cc25472"
1018-
version = "1.3.14+1"
1011+
version = "1.3.15+0"
10191012

10201013
[[deps.GridLayoutBase]]
10211014
deps = ["GeometryBasics", "InteractiveUtils", "Observables"]
@@ -1223,9 +1216,9 @@ version = "1.0.0"
12231216

12241217
[[deps.JET]]
12251218
deps = ["CodeTracking", "InteractiveUtils", "JuliaInterpreter", "JuliaSyntax", "LoweredCodeUtils", "MacroTools", "Pkg", "PrecompileTools", "Preferences", "Test"]
1226-
git-tree-sha1 = "a453c9b3320dd73f5b05e8882446b6051cb254c4"
1219+
git-tree-sha1 = "c5bc131290ca461230634d6a44a69f3c9a8d8577"
12271220
uuid = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
1228-
version = "0.9.18"
1221+
version = "0.9.19"
12291222

12301223
[deps.JET.extensions]
12311224
JETCthulhuExt = "Cthulhu"
@@ -1445,9 +1438,9 @@ version = "3.2.2+2"
14451438

14461439
[[deps.Libgcrypt_jll]]
14471440
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libgpg_error_jll"]
1448-
git-tree-sha1 = "8be878062e0ffa2c3f67bb58a595375eda5de80b"
1441+
git-tree-sha1 = "d77592fa54ad343c5043b6f38a03f1a3c3959ffe"
14491442
uuid = "d4300ac3-e22c-5743-9152-c294e39db1e4"
1450-
version = "1.11.0+0"
1443+
version = "1.11.1+0"
14511444

14521445
[[deps.Libglvnd_jll]]
14531446
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libX11_jll", "Xorg_libXext_jll"]
@@ -1469,9 +1462,9 @@ version = "1.18.0+0"
14691462

14701463
[[deps.Libmount_jll]]
14711464
deps = ["Artifacts", "JLLWrappers", "Libdl"]
1472-
git-tree-sha1 = "89211ea35d9df5831fca5d33552c02bd33878419"
1465+
git-tree-sha1 = "a31572773ac1b745e0343fe5e2c8ddda7a37e997"
14731466
uuid = "4b2f31a3-9ecc-558c-b454-b3730dcb73e9"
1474-
version = "2.40.3+0"
1467+
version = "2.41.0+0"
14751468

14761469
[[deps.Libtiff_jll]]
14771470
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "LERC_jll", "Libdl", "XZ_jll", "Zlib_jll", "Zstd_jll"]
@@ -1481,9 +1474,9 @@ version = "4.7.1+0"
14811474

14821475
[[deps.Libuuid_jll]]
14831476
deps = ["Artifacts", "JLLWrappers", "Libdl"]
1484-
git-tree-sha1 = "e888ad02ce716b319e6bdb985d2ef300e7089889"
1477+
git-tree-sha1 = "321ccef73a96ba828cd51f2ab5b9f917fa73945a"
14851478
uuid = "38a345b3-de98-5d2b-a5d3-14cd9215e700"
1486-
version = "2.40.3+0"
1479+
version = "2.41.0+0"
14871480

14881481
[[deps.LinearAlgebra]]
14891482
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
@@ -1697,9 +1690,9 @@ version = "3.1.1+0"
16971690

16981691
[[deps.NaNMath]]
16991692
deps = ["OpenLibm_jll"]
1700-
git-tree-sha1 = "cc0a5deefdb12ab3a096f00a6d42133af4560d71"
1693+
git-tree-sha1 = "9b8215b1ee9e78a293f99797cd31375471b2bcae"
17011694
uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
1702-
version = "1.1.2"
1695+
version = "1.1.3"
17031696

17041697
[[deps.NaNStatistics]]
17051698
deps = ["PrecompileTools", "Static", "StaticArrayInterface"]
@@ -1790,9 +1783,9 @@ version = "0.8.1+4"
17901783

17911784
[[deps.OpenMPI_jll]]
17921785
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Hwloc_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "MPIPreferences", "TOML", "Zlib_jll"]
1793-
git-tree-sha1 = "da913f03f17b449951e0461da960229d4a3d1a8c"
1786+
git-tree-sha1 = "047b66eb62f3cae59ed260ebb9075a32a04350f1"
17941787
uuid = "fe0851c0-eecd-5654-98d4-656369965a5c"
1795-
version = "5.0.7+1"
1788+
version = "5.0.7+2"
17961789

17971790
[[deps.OpenSSL_jll]]
17981791
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -1824,9 +1817,9 @@ version = "10.42.0+1"
18241817

18251818
[[deps.PDMats]]
18261819
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
1827-
git-tree-sha1 = "966b85253e959ea89c53a9abebbf2e964fbf593b"
1820+
git-tree-sha1 = "48566789a6d5f6492688279e22445002d171cf76"
18281821
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
1829-
version = "0.11.32"
1822+
version = "0.11.33"
18301823

18311824
[[deps.PNGFiles]]
18321825
deps = ["Base64", "CEnum", "ImageCore", "IndirectArrays", "OffsetArrays", "libpng_jll"]
@@ -2050,9 +2043,9 @@ version = "1.3.4"
20502043

20512044
[[deps.RecursiveArrayTools]]
20522045
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
2053-
git-tree-sha1 = "35ac79a85c8086892258581d8b6df9cd8db5c91a"
2046+
git-tree-sha1 = "112c876cee36a5784df19098b55db2b238afc36a"
20542047
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
2055-
version = "3.31.1"
2048+
version = "3.31.2"
20562049

20572050
[deps.RecursiveArrayTools.extensions]
20582051
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
@@ -2139,9 +2132,9 @@ version = "0.1.0"
21392132

21402133
[[deps.SciMLBase]]
21412134
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "Moshi", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
2142-
git-tree-sha1 = "b774e82af5c068939e1085d4ec058aadb79c5483"
2135+
git-tree-sha1 = "6f3987e7fed3239d06985a4752670ca5ff25c695"
21432136
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2144-
version = "2.79.0"
2137+
version = "2.82.0"
21452138

21462139
[deps.SciMLBase.extensions]
21472140
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2367,9 +2360,9 @@ version = "0.34.4"
23672360

23682361
[[deps.StatsFuns]]
23692362
deps = ["HypergeometricFunctions", "IrrationalConstants", "LogExpFunctions", "Reexport", "Rmath", "SpecialFunctions"]
2370-
git-tree-sha1 = "b423576adc27097764a90e163157bcfc9acf0f46"
2363+
git-tree-sha1 = "35b09e80be285516e52c9054792c884b9216ae3c"
23712364
uuid = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
2372-
version = "1.3.2"
2365+
version = "1.4.0"
23732366
weakdeps = ["ChainRulesCore", "InverseFunctions"]
23742367

23752368
[deps.StatsFuns.extensions]
@@ -2460,10 +2453,10 @@ uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
24602453
version = "1.10.0"
24612454

24622455
[[deps.TaylorSeries]]
2463-
deps = ["LinearAlgebra", "Markdown", "Requires", "SparseArrays"]
2464-
git-tree-sha1 = "ae73e40c647c0061697fa9708ee12cce385653e3"
2456+
deps = ["LinearAlgebra", "Markdown", "SparseArrays"]
2457+
git-tree-sha1 = "f80d024c30771a57bc173d08b566379d04af8055"
24652458
uuid = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
2466-
version = "0.18.3"
2459+
version = "0.18.5"
24672460
weakdeps = ["IntervalArithmetic", "JLD2", "RecursiveArrayTools", "StaticArrays"]
24682461

24692462
[deps.TaylorSeries.extensions]
@@ -2617,15 +2610,15 @@ version = "2.13.6+1"
26172610

26182611
[[deps.XSLT_jll]]
26192612
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libgcrypt_jll", "Libgpg_error_jll", "Libiconv_jll", "XML2_jll", "Zlib_jll"]
2620-
git-tree-sha1 = "7d1671acbe47ac88e981868a078bd6b4e27c5191"
2613+
git-tree-sha1 = "82df486bfc568c29de4a207f7566d6716db6377c"
26212614
uuid = "aed1982a-8fda-507f-9586-7b0439959a61"
2622-
version = "1.1.42+0"
2615+
version = "1.1.43+0"
26232616

26242617
[[deps.XZ_jll]]
26252618
deps = ["Artifacts", "JLLWrappers", "Libdl"]
2626-
git-tree-sha1 = "56c6604ec8b2d82cc4cfe01aa03b00426aac7e1f"
2619+
git-tree-sha1 = "6e6f1a4f245f66f93f28e55879f9ba47fed66f36"
26272620
uuid = "ffd25f8a-64ca-5728-b0f7-c24cf3aae800"
2628-
version = "5.6.4+1"
2621+
version = "5.8.0+0"
26292622

26302623
[[deps.Xorg_libX11_jll]]
26312624
deps = ["Artifacts", "JLLWrappers", "Libdl", "Xorg_libxcb_jll", "Xorg_xtrans_jll"]
@@ -2671,9 +2664,9 @@ version = "1.17.0+3"
26712664

26722665
[[deps.Xorg_xtrans_jll]]
26732666
deps = ["Artifacts", "JLLWrappers", "Libdl"]
2674-
git-tree-sha1 = "6dba04dbfb72ae3ebe5418ba33d087ba8aa8cb00"
2667+
git-tree-sha1 = "a63799ff68005991f9d9491b6e95bd3478d783cb"
26752668
uuid = "c5fb5394-a638-5e4d-96e5-b29de1b5cf10"
2676-
version = "1.5.1+0"
2669+
version = "1.6.0+0"
26772670

26782671
[[deps.YAML]]
26792672
deps = ["Base64", "Dates", "Printf", "StringEncodings"]

.dev/up_deps.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ println()
66
println("julia -e 'using Pkg; Pkg.add(\"PkgDevTools\")'")
77
println()
88
println("Then, update the manifests with")
9-
println("using PkgDevTools; PkgDevToos.update_deps(\".\")")
9+
println("using PkgDevTools; PkgDevTools.update_deps(\".\")")
1010
println("in a Julia REPL.")
1111
println("See documentation to read more about this change")
1212
println("This file will be removed in future releases")

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ AtmosphericProfilesLibrary = "0.1.7"
4343
ClimaComms = "0.6.6"
4444
ClimaCore = "0.14.24"
4545
ClimaDiagnostics = "0.2.12"
46-
ClimaParams = "0.10.24"
46+
ClimaParams = "0.10.26"
4747
ClimaTimeSteppers = "0.8.2"
4848
ClimaUtilities = "0.1.22"
4949
CloudMicrophysics = "0.22.9"

config/default_configs/default_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ external_forcing:
239239
help: "External forcing for single column experiments [`nothing` (default), `GCM`]"
240240
value: ~
241241
external_forcing_file:
242-
help: "External forcing file containing large-scale forcings, initial conditions, and boundary conditions [`nothing` (default), `path/to/file`]"
242+
help: "External forcing file containing large-scale forcings, initial conditions, and boundary conditions. Used for GCM-driven SCM and ISDAC setup [`nothing` (default), `path/to/file`]"
243243
value: ~
244244
cfsite_number:
245245
help: "cfsite identifier for single column forcing from `external_forcing_file`, specified as siteN. For site details see Shen et al. 2022 `https://doi.org/10.1029/2021MS002631`. [`site23` (default), `siteN`]"

perf/jet_test_nfailures.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ using Test
3838
# inference. By increasing this counter, we acknowledge that
3939
# we have introduced an inference failure. We hope to drive
4040
# this number down to 0.
41-
n_allowed_failures = 182
41+
n_allowed_failures = 211
4242
@show n
4343
@test n n_allowed_failures
4444
if n < n_allowed_failures

0 commit comments

Comments
 (0)