Skip to content

Commit

Permalink
Merge pull request #160 from CliMA/szy21-patch-2
Browse files Browse the repository at this point in the history
Update default value for alpha_rayleigh_uh
  • Loading branch information
szy21 authored Jan 23, 2024
2 parents e8f45f5 + 0f23e54 commit fb62fb9
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.8.1"
version = "0.8.2"

[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 @@ -1648,7 +1648,7 @@ type = "float"
description = "rayleigh sponge vert velocity coeff"

[alpha_rayleigh_uh]
value = 0.0001
value = 0.0
type = "float"
description = "rayleigh sponge horizontal velocity coefficient"

Expand Down

2 comments on commit fb62fb9

@szy21
Copy link
Member Author

@szy21 szy21 commented on fb62fb9 Jan 23, 2024

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/99408

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.8.2 -m "<description of version>" fb62fb94531e4cba4225577ed9b73be4e2a64395
git push origin v0.8.2

Please sign in to comment.