Skip to content

Commit

Permalink
change toml
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Nov 10, 2023
1 parent cd582f4 commit e51a6ea
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
59 changes: 59 additions & 0 deletions toml/prognostic_edmfx_bomex_box.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
[EDMF_surface_area]
alias = "surface_area"
value = 0.1
type = "float"

[EDMF_min_area]
alias = "min_area"
value = 1.0e-5
type = "float"

[EDMF_max_area]
alias = "max_area"
value = 0.7
type = "float"

[entr_tau]
alias = "entr_tau"
value = 0
type = "float"

[entr_coeff]
alias = "entr_coeff"
value = 0.1
type = "float"

[min_area_limiter_scale]
alias = "min_area_limiter_scale"
value = 0.001
type = "float"

[min_area_limiter_power]
alias = "min_area_limiter_power"
value = 10
type = "float"

[detr_tau]
alias = "detr_tau"
value = 0
type = "float"

[detr_coeff]
alias = "detr_coeff"
value = 2e-3
type = "float"

[detr_buoy_coeff]
alias = "detr_buoy_coeff"
value = 0.3
type = "float"

[detr_vertdiv_coeff]
alias = "detr_vertdiv_coeff"
value = 0.6
type = "float"

[max_area_limiter_scale]
alias = "max_area_limiter_scale"
value = 0.01
type = "float"
7 changes: 6 additions & 1 deletion toml/prognostic_edmfx_dycoms_rf01_box.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,19 @@ type = "float"

[detr_coeff]
alias = "detr_coeff"
value = 2e-3
value = 1e-3
type = "float"

[detr_buoy_coeff]
alias = "detr_buoy_coeff"
value = 0.3
type = "float"

[detr_vertdiv_coeff]
alias = "detr_vertdiv_coeff"
value = 0.5
type = "float"

[max_area_limiter_scale]
alias = "max_area_limiter_scale"
value = 0.01
Expand Down

0 comments on commit e51a6ea

Please sign in to comment.