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

increase domain size and timestep for some diagnostic edmf case #2316

Merged
merged 1 commit into from
Nov 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_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ 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: 60
z_max: 3e3
z_stretch: false
dt: "10secs"
dt: "50secs"
t_end: "6hours"
dt_save_to_disk: "10mins"
toml: [toml/diagnostic_edmfx_box.toml]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ z_elem: 30
z_max: 3e3
dz_bottom: 50.0
dz_top: 200.0
dt: "10secs"
dt: "50secs"
t_end: "6hours"
dt_save_to_disk: "10mins"
toml: [toml/diagnostic_edmfx_box.toml]
8 changes: 4 additions & 4 deletions config/model_configs/diagnostic_edmfx_dycoms_rf01_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ 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: 1500
z_stretch: false
dt: 10secs
dt: 40secs
t_end: 4hours
dt_save_to_disk: 2mins
toml: [toml/diagnostic_edmfx_box.toml]
8 changes: 4 additions & 4 deletions config/model_configs/diagnostic_edmfx_gabls_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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: 8
z_max: 400
z_stretch: false
dt: 10secs
dt: 200secs
t_end: 9hours
dt_save_to_disk: 10mins
toml: [toml/diagnostic_edmfx_box.toml]
Loading