Skip to content

Commit

Permalink
Merge #142
Browse files Browse the repository at this point in the history
142: add detrainment timescale parameter r=szy21 a=szy21



Co-authored-by: Zhaoyi Shen <11598433+szy21@users.noreply.github.com>
  • Loading branch information
bors[bot] and szy21 authored Oct 6, 2023
2 parents 21bc752 + 4ecf7be commit 0f4e1e2
Show file tree
Hide file tree
Showing 2 changed files with 8 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.21"
version = "0.7.22"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
7 changes: 7 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2113,6 +2113,13 @@ description = "Temperature gradient between equator and pole for moist adiabatic
alias = "entr_tau"
value = 900
type = "float"
description = "Entrainment timescale"

[detr_tau]
alias = "detr_tau"
value = 900
type = "float"
description = "Detrainment timescale"

[entr_coeff]
alias = "entr_coeff"
Expand Down

2 comments on commit 0f4e1e2

@szy21
Copy link
Member

@szy21 szy21 commented on 0f4e1e2 Oct 6, 2023

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

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.22 -m "<description of version>" 0f4e1e2cef8c7c550e9b81d55e27e582a2f3ca60
git push origin v0.7.22

Please sign in to comment.