Skip to content

Commit 64b2909

Browse files
authored
Merge pull request #269 from CliMA/ts/sfc-params
Gustiness parameters
2 parents 3db9665 + e882008 commit 64b2909

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/parameters.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,16 @@ value = 0.018
435435
type = "float"
436436
description = "Charnock parameter $\\alpha$ for momentum roughness length in high wind ($z_0 = \\alpha u_*^2 / g$) (unitless)."
437437

438+
[gustiness_coeff]
439+
value = 1.25
440+
type = "float"
441+
description = "Coefficient multiplying Deardorff convective velocity scale in gustiness parameterization (unitless)."
442+
443+
[gustiness_zi]
444+
value = 1e3
445+
type = "float"
446+
description = "Thickness of boundary layer assumed in the gustiness parameterization based on the Deardorff convective velocity scale (m)."
447+
438448
# Businger
439449

440450
[prandtl_number_0_businger]

0 commit comments

Comments
 (0)