Skip to content

Commit

Permalink
Merge #143
Browse files Browse the repository at this point in the history
143: add detrainment buoyancy coefficient r=trontrytel a=szy21



Co-authored-by: Zhaoyi Shen <11598433+szy21@users.noreply.github.com>
  • Loading branch information
bors[bot] and szy21 authored Oct 17, 2023
2 parents 0f4e1e2 + 3402160 commit 945eb72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 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.22"
version = "0.7.23"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
18 changes: 12 additions & 6 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2115,24 +2115,30 @@ value = 900
type = "float"
description = "Entrainment timescale"

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

[entr_coeff]
alias = "entr_coeff"
value = 1
type = "float"
description = "TODO: Remove this. Constant entrainment coefficient used for testing EDMF"

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

[detr_coeff]
alias = "detr_coeff"
value = 0.001
type = "float"
description = "TODO: Remove this. Constant detrainment coefficient used for testing EDMF"

[detr_buoy_coeff]
alias = "detr_buoy_coeff"
value = 0.12
type = "float"
description = "Coefficient for the b/w^2 term in the detrainment closure. See Tan et al. (2018) [https://doi.org/10.1002/2017MS001162], Eq 27."

[EDMF_surface_area]
alias = "surface_area"
value = 0.1
Expand Down

2 comments on commit 945eb72

@szy21
Copy link
Member

@szy21 szy21 commented on 945eb72 Oct 17, 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/93544

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.23 -m "<description of version>" 945eb72ea84cf5ad8231bcdd7715e8a57dd11e45
git push origin v0.7.23

Please sign in to comment.