Skip to content

Commit

Permalink
add parameter of rain auto-conversion rate
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadazimi committed Sep 7, 2023
1 parent 610e0d7 commit b1a9e01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CLIMAParameters"
uuid = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"
authors = ["Climate Modeling Alliance"]
version = "0.7.14"
version = "0.7.15"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
6 changes: 6 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,12 @@ alias = "E_0_LD2004"
value = 1.08e10
type = "float"

[Variable_time_scale_auctoconversion_coeff_alpha]
alias = "α_var_time_scale_acnv"
value = 1.0
type = "float"
description = "Power of number density in the function describing the autoconversion time scale. Unitless."

[threshold_smooth_transition_steepness]
alias = "k_thrshld_stpnss"
value = 2.0
Expand Down

0 comments on commit b1a9e01

Please sign in to comment.