File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -399,9 +399,9 @@ version = "0.2.13"
399
399
400
400
[[deps .ClimaParams ]]
401
401
deps = [" TOML" ]
402
- git-tree-sha1 = " 7613d47b4f96307845cbe377dede19efa3256cfb "
402
+ git-tree-sha1 = " acf6c80c7ad59fe9dac9cc49625d52f4b8e1f4b7 "
403
403
uuid = " 5c42b081-d73a-476f-9059-fd94b934656c"
404
- version = " 0.10.29 "
404
+ version = " 0.10.30 "
405
405
406
406
[[deps .ClimaReproducibilityTests ]]
407
407
deps = [" OrderedCollections" , " PrettyTables" ]
Original file line number Diff line number Diff line change @@ -825,6 +825,7 @@ steps:
825
825
artifact_paths : " prognostic_edmfx_trmm_column/output_active/*"
826
826
agents :
827
827
slurm_mem : 20GB
828
+ soft_fail : true
828
829
829
830
- label : " :genie: Prognostic EDMFX TRMM with 0-moment in a column"
830
831
command : >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ AtmosphericProfilesLibrary = "0.1.7"
43
43
ClimaComms = " 0.6.6"
44
44
ClimaCore = " 0.14.24"
45
45
ClimaDiagnostics = " 0.2.12"
46
- ClimaParams = " 0.10.29 "
46
+ ClimaParams = " 0.10.30 "
47
47
ClimaTimeSteppers = " 0.8.2"
48
48
ClimaUtilities = " 0.1.22"
49
49
CloudMicrophysics = " 0.22.9"
Original file line number Diff line number Diff line change 1
- 237
1
+ 238
2
2
3
3
# **README**
4
4
#
20
20
21
21
22
22
#=
23
+ 238
24
+ - Limit by Pr_max = 10 (new default in ClimaParams v0.10.30)
25
+
23
26
237
24
27
- Changed the formulation of the Richardson and Prandtl numbers. We are now limiting by
25
28
Pr_max = 100 instead of Ri_max = 0.25. Different behavior for stable and neutral conditions.
You can’t perform that action at this time.
0 commit comments