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 960312b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 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,8 @@ initial_condition: TRMM_LBA
rad: TRMM_LBA
surface_setup: TRMM_LBA
turbconv: diagnostic_edmfx
implicit_diffusion: true
approximate_linear_solve_iters: 2
prognostic_tke: true
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
Expand All @@ -17,16 +19,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
2 changes: 1 addition & 1 deletion toml/diagnostic_edmfx_trmm_box.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type = "float"

[entr_tau]
alias = "entr_tau"
value = 0.001
value = 0.002
type = "float"

[entr_coeff]
Expand Down

0 comments on commit 960312b

Please sign in to comment.