You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/parameters.toml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1482,6 +1482,16 @@ value = 29180
1482
1482
type = "float"
1483
1483
description = "Coefficient for calculating J_hom parameterized by Koop 2000 [-]. From Koop 2000. DOI: 10.1038/35020537."
1484
1484
1485
+
[Linear_J_hom_coeff1]
1486
+
value = -68.5532830403637
1487
+
type = "float"
1488
+
description = "Intercept coefficient for calculating J_hom derived from linear fit of Koop2000 parameterization as shown in CloudMicrophysics.jl docs [-]. DOI:10.1038/35020537."
1489
+
1490
+
[Linear_J_hom_coeff2]
1491
+
value = 255.9271249999972
1492
+
type = "float"
1493
+
description = "Slope coefficient for calculating J_hom derived from linear fit of Koop2000 parameterization as shown in CloudMicrophysics.jl docs [-]. DOI:10.1038/35020537."
0 commit comments