Skip to content

Commit

Permalink
Merge #131
Browse files Browse the repository at this point in the history
131: add parameter of rain auto-conversion rate r=trontrytel a=sajjadazimi



Co-authored-by: Sajjad Azimi <azimi@caltech.edu>
  • Loading branch information
bors[bot] and sajjadazimi authored Sep 7, 2023
2 parents 610e0d7 + b1a9e01 commit cea8a2c
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

2 comments on commit cea8a2c

@sajjadazimi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91015

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.15 -m "<description of version>" cea8a2cd266530c1c6a952df9047abf60e4c3aad
git push origin v0.7.15

Please sign in to comment.