Skip to content

Commit

Permalink
This is now not
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Aug 13, 2024
1 parent 3efdb2e commit 79f2600
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/model_configs/aquaplanet_diagedmf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ edmfx_sgs_mass_flux: true
edmfx_sgs_diffusive_flux: true
cloud_model: diagnostic_edmfx
precip_model: 0M
dt: 90secs
t_end: 1days
dt: 50secs
t_end: 12hours
toml: [toml/diagnostic_edmfx.toml]
10 changes: 8 additions & 2 deletions config/model_configs/diagnostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rad: clearsky
turbconv: diagnostic_edmfx
implicit_diffusion: true
approximate_linear_solve_iters: 2
prognostic_tke: true
prognostic_tke: false
edmfx_upwinding: first_order
edmfx_entr_model: "Generalized"
edmfx_detr_model: "Generalized"
Expand All @@ -14,8 +14,14 @@ moist: equil
cloud_model: diagnostic_edmfx
precip_model: 0M
override_τ_precip: false
dt: 100secs
dt: 50secs
t_end: 12hours
dt_save_state_to_disk: 12hours
regression_test: true
toml: [toml/diagnostic_edmfx_0M.toml]
restart_file: "output/diagnostic_edmfx_aquaplanet/output_0001/day0.24600.hdf5"
diagnostics:
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl, pr]
period: 100secs
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, tke, lmix]
period: 100secs
2 changes: 1 addition & 1 deletion config/model_configs/diagnostic_edmfx_trmm_box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ y_elem: 2
z_elem: 82
z_max: 16400
z_stretch: false
dt: 200secs
dt: 60secs
t_end: 6hours
dt_save_state_to_disk: 10mins
FLOAT_TYPE: "Float64"
Expand Down
2 changes: 1 addition & 1 deletion config/model_configs/diagnostic_edmfx_trmm_box_0M.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ y_elem: 2
z_elem: 82
z_max: 16400
z_stretch: false
dt: 200secs
dt: 60secs
t_end: 6hours
dt_save_state_to_disk: 10mins
FLOAT_TYPE: "Float64"
Expand Down
3 changes: 1 addition & 2 deletions config/model_configs/diagnostic_edmfx_trmm_stretched_box.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

initial_condition: TRMM_LBA
rad: TRMM_LBA
surface_setup: TRMM_LBA
Expand Down Expand Up @@ -26,7 +25,7 @@ z_elem: 30
z_max: 16400
dz_bottom: 50
dz_top: 2000
dt: 300secs
dt: 60secs
t_end: 6hours
dt_save_state_to_disk: 10mins
FLOAT_TYPE: "Float64"
Expand Down

0 comments on commit 79f2600

Please sign in to comment.