Skip to content

Commit 4a4486b

Browse files
authored
Merge pull request #3802 from CliMA/aj/bring_back_Ri_max
Limit by Pr_max = 10 (new default in ClimaParams v0.10.30)
2 parents c4189d3 + 312c93b commit 4a4486b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,9 @@ version = "0.2.13"
399399

400400
[[deps.ClimaParams]]
401401
deps = ["TOML"]
402-
git-tree-sha1 = "7613d47b4f96307845cbe377dede19efa3256cfb"
402+
git-tree-sha1 = "acf6c80c7ad59fe9dac9cc49625d52f4b8e1f4b7"
403403
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
404-
version = "0.10.29"
404+
version = "0.10.30"
405405

406406
[[deps.ClimaReproducibilityTests]]
407407
deps = ["OrderedCollections", "PrettyTables"]

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: >

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.29"
46+
ClimaParams = "0.10.30"
4747
ClimaTimeSteppers = "0.8.2"
4848
ClimaUtilities = "0.1.22"
4949
CloudMicrophysics = "0.22.9"

reproducibility_tests/ref_counter.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
237
1+
238
22

33
# **README**
44
#
@@ -20,6 +20,9 @@
2020

2121

2222
#=
23+
238
24+
- Limit by Pr_max = 10 (new default in ClimaParams v0.10.30)
25+
2326
237
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.

0 commit comments

Comments
 (0)