Skip to content

Commit

Permalink
add implicit diagnostic edmf trmm with stretching
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Dec 4, 2023
1 parent d6a7e79 commit 5866280
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions config/model_configs/diagnostic_edmfx_trmm_stretched_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ initial_condition: TRMM_LBA
rad: TRMM_LBA
surface_setup: TRMM_LBA
turbconv: diagnostic_edmfx
implicit_diffusion: true
approximate_linear_solve_iters: 2
max_newton_iters_ode: 1
prognostic_tke: true
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
Expand All @@ -17,16 +20,16 @@ precip_model: "0M"
override_τ_precip: false
config: box
hyperdiff: "true"
kappa_4: 1e12
x_max: 1e5
y_max: 1e5
kappa_4: 1e21
x_max: 1e8
y_max: 1e8
x_elem: 2
y_elem: 2
z_elem: 20
z_elem: 30
z_max: 16400
dz_bottom: 100
dz_bottom: 50
dz_top: 2000
dt: 10secs
dt: 600secs
t_end: 6hours
dt_save_to_disk: 10mins
FLOAT_TYPE: "Float64"
Expand Down
4 changes: 2 additions & 2 deletions toml/diagnostic_edmfx_trmm_box.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type = "float"

[detr_buoy_coeff]
alias = "detr_buoy_coeff"
value = 0
value = 0.12
type = "float"

[min_area_limiter_scale]
Expand All @@ -30,5 +30,5 @@ type = "float"

[max_area_limiter_scale]
alias = "max_area_limiter_scale"
value = 0
value = 0.01
type = "float"

0 comments on commit 5866280

Please sign in to comment.