Skip to content

Commit

Permalink
Merge #134
Browse files Browse the repository at this point in the history
134: Update qc_0 r=nefrathenrici a=nefrathenrici

This parameter is currently being overridden by ClimaAtmos and should be updated here to match.

Co-authored-by: nefrathenrici <nat.henrici@gmail.com>
  • Loading branch information
bors[bot] and nefrathenrici authored Sep 11, 2023
2 parents 65faead + a90e4d6 commit 13fdf35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.15"
version = "0.7.16"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
2 changes: 1 addition & 1 deletion src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ type = "float"

[specific_humidity_precipitation_threshold]
alias = "qc_0"
value = 0.005
value = 5e-6
type = "float"

[supersaturation_precipitation_threshold]
Expand Down

2 comments on commit 13fdf35

@nefrathenrici
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/91200

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.16 -m "<description of version>" 13fdf3530e7f5c185ccbf7172a5c18dd1c1e243b
git push origin v0.7.16

Please sign in to comment.