Skip to content

Commit

Permalink
Merge #133
Browse files Browse the repository at this point in the history
133: Add entrainment/detrainment coefficients r=nefrathenrici a=nefrathenrici

These are temporary but permanent enough for us to add them to the parameter set.

Co-authored-by: nefrathenrici <nat.henrici@gmail.com>
  • Loading branch information
bors[bot] and nefrathenrici authored Sep 8, 2023
2 parents 2339980 + b33bfe4 commit 65faead
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2017,6 +2017,18 @@ description = "Temperature gradient between equator and pole for moist adiabatic

# EDMF

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

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

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

0 comments on commit 65faead

Please sign in to comment.