Skip to content

Commit

Permalink
Merge pull request #200 from CliMA/szy21-patch-3
Browse files Browse the repository at this point in the history
Update default values for some edmf parameters
  • Loading branch information
nefrathenrici authored Jul 22, 2024
2 parents eb5c1a6 + 8f08075 commit 09cb45c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2239,14 +2239,14 @@ description = "Wavelength of the sea surface temperature sinusoid for RCEMIPII s
# EDMF

[entr_inv_tau]
value = 900
value = 0.001
type = "float"
description = "Entrainment timescale"
description = "Entrainment inverse timescale"

[entr_coeff]
value = 1
type = "float"
description = "TODO: Remove this. Constant entrainment coefficient used for testing EDMF"
description = "Coefficient for the w/z term in the entrainment closure. Parameter not described in the literature."

[entr_vertdiv_coeff]
value = 1
Expand All @@ -2264,14 +2264,14 @@ type = "float"
description = "Constant coefficient for the exponent in the minimum area limiter term in entrainment. Parameter not described in the literature."

[detr_inv_tau]
value = 900
value = 0.001
type = "float"
description = "Detrainment timescale"
description = "Detrainment inverse timescale"

[detr_coeff]
value = 0.001
type = "float"
description = "TODO: Remove this. Constant detrainment coefficient used for testing EDMF"
description = "Coefficient for the w term in the detrainment closure. Parameter not described in the literature."

[detr_buoy_coeff]
value = 0.12
Expand Down

0 comments on commit 09cb45c

Please sign in to comment.