Skip to content

Commit

Permalink
use CAM_SE hyperdiffusion in edmf box cases
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jun 18, 2024
1 parent 92ab0ec commit dc52265
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 14 deletions.
1 change: 0 additions & 1 deletion config/model_configs/diagnostic_edmfx_bomex_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ edmfx_sgs_diffusive_flux: true
moist: "equil"
call_cloud_diagnostics_per_stage: true
config: "box"
hyperdiff: "true"
x_max: 1e8
y_max: 1e8
x_elem: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ edmfx_sgs_diffusive_flux: true
moist: "equil"
call_cloud_diagnostics_per_stage: true
config: "box"
hyperdiff: "true"
x_max: 1e8
y_max: 1e8
x_elem: 2
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/diagnostic_edmfx_dycoms_rf01_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ edmfx_sgs_diffusive_flux: true
moist: equil
call_cloud_diagnostics_per_stage: true
config: box
hyperdiff: "true"
x_max: 1e8
y_max: 1e8
x_elem: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ edmfx_sgs_diffusive_flux: true
moist: equil
call_cloud_diagnostics_per_stage: true
config: box
hyperdiff: "true"
x_max: 1e8
y_max: 1e8
x_elem: 2
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/diagnostic_edmfx_gabls_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ edmfx_sgs_diffusive_flux: true
moist: equil
call_cloud_diagnostics_per_stage: true
config: box
hyperdiff: "true"
x_max: 1e8
y_max: 1e8
x_elem: 2
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/diagnostic_edmfx_rico_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ apply_limiter: false
precip_model: "1M"
call_cloud_diagnostics_per_stage: true
config: box
hyperdiff: "true"
x_max: 1e8
y_max: 1e8
x_elem: 2
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/diagnostic_edmfx_test_box.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
dt_save_state_to_disk: "10secs"
x_max: 10000.0
hyperdiff: "true"
z_elem: 45
dt: "1secs"
t_end: "100secs"
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/diagnostic_edmfx_trmm_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ call_cloud_diagnostics_per_stage: true
apply_limiter: false
precip_model: "1M"
config: box
hyperdiff: "true"
x_max: 1e8
y_max: 1e8
x_elem: 2
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/diagnostic_edmfx_trmm_box_0M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ apply_limiter: false
precip_model: "0M"
override_τ_precip: false
config: box
hyperdiff: "true"
x_max: 1e8
y_max: 1e8
x_elem: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ apply_limiter: false
precip_model: "1M"
override_τ_precip: false
config: box
hyperdiff: "true"
x_max: 1e8
y_max: 1e8
x_elem: 2
Expand Down
1 change: 0 additions & 1 deletion config/model_configs/prognostic_edmfx_bomex_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ prognostic_tke: true
moist: "equil"
call_cloud_diagnostics_per_stage: true
config: "box"
hyperdiff: "true"
x_max: 1e8
y_max: 1e8
z_max: 3e3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ prognostic_tke: true
moist: "equil"
call_cloud_diagnostics_per_stage: true
config: "column"
hyperdiff: "true"
hyperdiff: "false"
z_max: 3e3
x_elem: 2
y_elem: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ prognostic_tke: true
moist: equil
call_cloud_diagnostics_per_stage: true
config: column
hyperdiff: "true"
hyperdiff: "false"
z_max: 1500
x_elem: 2
y_elem: 2
Expand Down
2 changes: 1 addition & 1 deletion config/model_configs/prognostic_edmfx_gabls_column.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edmfx_filter: true
prognostic_tke: true
moist: "equil"
config: "column"
hyperdiff: "true"
hyperdiff: "false"
z_max: 400
x_elem: 2
y_elem: 2
Expand Down

0 comments on commit dc52265

Please sign in to comment.