Skip to content

Commit 378727a

Browse files
authored
Add default T-q corelation coefficient (#281)
1 parent 07e36ce commit 378727a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaParams"
22
uuid = "5c42b081-d73a-476f-9059-fd94b934656c"
33
authors = ["Climate Modeling Alliance"]
4-
version = "1.0.11"
4+
version = "1.0.12"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/parameters.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2985,6 +2985,11 @@ value = 1e-3
29852985
type = "float"
29862986
description = "Regularization epsilon for the denominator in diagnostic covariance calculations (unitless)."
29872987

2988+
[Tq_correlation_coefficient]
2989+
value = 0.6
2990+
type = "float"
2991+
description = "Default correlation coefficient between T' and q_tot' perturbations, used in SGS quadratures (unitless). Valid range: [-1, 1]."
2992+
29882993
[EDMF_thermodynamics_sgs]
29892994
value = "mean"
29902995
type = "string"

0 commit comments

Comments
 (0)