Skip to content

Commit 373e6fe

Browse files
committed
updated config
1 parent fa544fd commit 373e6fe

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

config/model_configs/rcemipii_box_CRM_1M.yml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ rayleigh_sponge: true # set sponge level in toml file
1010

1111
# Diffusion
1212
hyperdiff: "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

1822
reproducibility_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`
2631
moist: nonequil
2732
precip_model: 1M
2833

34+
# implicit_noneq_cloud_formation: true
35+
# use_auto_jacobian: true
36+
2937
### spatial discretization ###
3038
nh_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
6272
t_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

toml/rcemipii_box.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ value = 30000
6161
# Diffusion coefficients
6262

6363
[c_smag]
64-
value = 1.0
64+
value = 0.2
6565

6666
[D_0_diffusion]
6767
value = 5

0 commit comments

Comments
 (0)