Skip to content

Commit 293d976

Browse files
authored
Merge pull request #3955 from CliMA/zs/progedmf_longrun
modify prognostic edmf longrun config and toml
2 parents b89c6f5 + a2f154f commit 293d976

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

config/longrun_configs/longrun_aquaplanet_allsky_progedmf_0M.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
implicit_sgs_advection: true
22
implicit_sgs_mass_flux: true
3+
implicit_sgs_entr_detr: true
4+
implicit_sgs_nh_pressure: true
35
max_newton_iters_ode: 3
4-
dt: "20secs"
6+
dt: "30secs"
57
t_end: "60days"
68
dt_save_state_to_disk: "30days"
79
moist: "equil"

toml/longrun_aquaplanet_progedmf.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ value = 40000.0
44
[zd_viscous]
55
value = 40000.0
66

7+
[alpha_rayleigh_sgs_tracer]
8+
value = 1e-3
9+
710
[precipitation_timescale]
811
value = 600
912

0 commit comments

Comments
 (0)