@@ -10,12 +10,17 @@ rayleigh_sponge: true # set sponge level in toml file
1010
1111# Diffusion
1212hyperdiff : " false"
13- implicit_diffusion : true
14- # smagorinsky_lilly: "UV_W" # horizontal + vertical
15- smagorinsky_lilly : " UV" # horizontal
16- vert_diff : " DecayWithHeightDiffusion" # vertical
13+ implicit_diffusion : false
14+ smagorinsky_lilly : " UV_W" # horizontal + vertical
15+ # smagorinsky_lilly: "UV" # horizontal
16+ # vert_diff: "DecayWithHeightDiffusion" # vertical
17+
18+ # Upwinding mode
19+ tracer_upwinding : vanleer_limiter # is default (alt: `first_order`)
20+ energy_q_tot_upwinding : vanleer_limiter # is default (alt: `first_order`)
1721
1822reproducibility_test : true
23+ # moisture_fixer: true
1924
2025# microphysics
2126# ## 0M+Equil option
@@ -26,6 +31,9 @@ cloud_model: grid_scale # Ultimately wanted when `moist: nonequil`
2631moist : nonequil
2732precip_model : 1M
2833
34+ # implicit_noneq_cloud_formation: true
35+ # use_auto_jacobian: true
36+
2937# ## spatial discretization ###
3038nh_poly : 3 # hor. poly deg -> # quad pts in 1D in a h. elem is Nq = nh + 1
3139# # RCE_small
@@ -57,8 +65,10 @@ dt: 5secs
5765# dt: 1secs
5866
5967# t_end: 10hours
60- # t_end: 2days
6168# t_end: 1days
69+ # t_end: 2days
70+ # t_end: 4days
71+ # t_end: 10days
6272t_end : 21days
6373
6474# # >> During debugging, reduce these as appropriate
@@ -80,9 +90,9 @@ diagnostics:
8090 ke, # kinetic energy for spectrum
8191 # Smagorinsky diagnostics
8292 Dh_smag, strainh_smag, # horizontal
83- # Dv_smag, strainv_smag, # vertical
93+ Dv_smag, strainv_smag, # vertical
8494 # DecayWithHeight diffusion coefficient
85- edt
95+ # edt
8696 ]
8797 # period: 10mins
8898 period : 1hours
0 commit comments