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"
399399
400400[[deps .ClimaParams ]]
401401deps = [" TOML" ]
402- git-tree-sha1 = " 7613d47b4f96307845cbe377dede19efa3256cfb "
402+ git-tree-sha1 = " acf6c80c7ad59fe9dac9cc49625d52f4b8e1f4b7 "
403403uuid = " 5c42b081-d73a-476f-9059-fd94b934656c"
404- version = " 0.10.29 "
404+ version = " 0.10.30 "
405405
406406[[deps .ClimaReproducibilityTests ]]
407407deps = [" OrderedCollections" , " PrettyTables" ]
Original file line number Diff line number Diff line change @@ -825,6 +825,7 @@ steps:
825825 artifact_paths : " prognostic_edmfx_trmm_column/output_active/*"
826826 agents :
827827 slurm_mem : 20GB
828+ soft_fail : true
828829
829830 - label : " :genie: Prognostic EDMFX TRMM with 0-moment in a column"
830831 command : >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ AtmosphericProfilesLibrary = "0.1.7"
4343ClimaComms = " 0.6.6"
4444ClimaCore = " 0.14.24"
4545ClimaDiagnostics = " 0.2.12"
46- ClimaParams = " 0.10.29 "
46+ ClimaParams = " 0.10.30 "
4747ClimaTimeSteppers = " 0.8.2"
4848ClimaUtilities = " 0.1.22"
4949CloudMicrophysics = " 0.22.9"
Original file line number Diff line number Diff line change 1- 237
1+ 238
22
33# **README**
44#
2020
2121
2222#=
23+ 238
24+ - Limit by Pr_max = 10 (new default in ClimaParams v0.10.30)
25+
2326237
2427- Changed the formulation of the Richardson and Prandtl numbers. We are now limiting by
2528 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