Skip to content

Commit

Permalink
Update default values for some edmf parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 authored Jul 21, 2024
1 parent eb5c1a6 commit 8f08075
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 8f08075

Please sign in to comment.