Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change more diagnostic edmf cases to implicit #2406

Merged
merged 1 commit into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/model_configs/diagnostic_edmfx_bomex_stretched_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ edmfx_sgs_diffusive_flux: true
moist: "equil"
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: 30
z_max: 3e3
dz_bottom: 50.0
dz_top: 200.0
dt: "50secs"
dt: "200secs"
t_end: "6hours"
dt_save_to_disk: "10mins"
toml: [toml/diagnostic_edmfx_box.toml]
10 changes: 6 additions & 4 deletions config/model_configs/diagnostic_edmfx_rico_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ subsidence: Rico
ls_adv: Rico
surface_setup: Rico
turbconv: diagnostic_edmfx
implicit_diffusion: true
approximate_linear_solve_iters: 2
prognostic_tke: true
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
Expand All @@ -15,15 +17,15 @@ moist: equil
precip_model: "0M"
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: 100
z_max: 4e3
z_stretch: false
dt: 10secs
dt: 200secs
t_end: 8hours
dt_save_to_disk: 10mins
toml: [toml/diagnostic_edmfx_trmm_box.toml]
10 changes: 6 additions & 4 deletions config/model_configs/diagnostic_edmfx_trmm_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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 @@ -16,15 +18,15 @@ 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: 82
z_max: 16400
z_stretch: false
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
@@ -1,6 +1,6 @@
[precipitation_timescale]
alias = "τ_precip"
value = 100
value = 600
type = "float"

[entr_tau]
Expand Down
Loading