1+ reference_job_id : les_box # for plotting
2+ surface_setup : DefaultMoninObukhov
3+ surface_temperature : RCEMIPII
4+ insolation : rcemipii
5+ initial_condition : RCEMIPIIProfile_300
6+ config : box
7+ rad : allskywithclear
8+ co2_model : fixed
9+ approximate_linear_solve_iters : 2 # only valid when implicit_diffusion=true
10+ rayleigh_sponge : true # set sponge level in toml file
11+ smagorinsky_lilly : " UV"
12+ implicit_diffusion : true
13+
14+ # Reference diffusion setup
15+ vert_diff : " DecayWithHeightDiffusion"
16+ hyperdiff : " false"
17+
18+ # microphysics
19+ # ## !! 1M and 2M !!
20+ cloud_model : grid_scale # Ultimately wanted when `moist: nonequil`
21+ moist : nonequil
22+ precip_model : 1M
23+ # ## spatial discretization ###
24+ x_max : 96000.0 # 96km
25+ y_max : 96000.0 # 96km
26+ # x_max: 6000000.0 # 6000km
27+ # y_max: 400000.0 # 400km
28+ z_max : 30000.0 # 30km
29+ nh_poly : 3 # hor. poly deg -> # quad pts in 1D in a h. elem is Nq = nh + 1
30+ # z_elem: 43 # Note: Set sponge height (`zd_viscous`) in toml file to cover top ~5 points
31+ z_elem : 86
32+ dz_bottom : 30.0
33+
34+ # ~8km grid
35+ x_elem : 4
36+ y_elem : 4
37+ dt : 10secs
38+ # ~4km grid
39+ # x_elem: 8
40+ # y_elem: 8
41+ # dt: 5secs
42+ # ~2km grid
43+ # x_elem: 16
44+ # y_elem: 16
45+ # dt: 2secs
46+ # ~1km grid
47+ # x_elem: 32
48+ # y_elem: 32
49+ # dt: 1secs
50+
51+ t_end : 10hours
52+ # t_end: 2days
53+ # t_end: 1days
54+ # t_end: 21days
55+
56+ # # >> During debugging, reduce these as appropriate
57+ dt_save_state_to_disk : 1days
58+ dt_rad : 1hours # same as `dt_save_state_to_disk` for reproducibility
59+ check_nan_every : 1024 # for debugging: set to check NaNs every `n` iterations
60+ log_to_file : true
61+ # # <<
62+
63+ toml : [toml/rcemipii_box.toml]
64+
65+ # enable_diagnostics: false
66+ output_default_diagnostics : false # adds various 1h diagnostics. Only use if `dt_save_state_to_disk` is a multiple of 1hr
67+ diagnostics :
68+ - short_name : [
69+ wa, ua, va, ta, thetaa, ha, # dynamics & thermodynamics
70+ hus, hur, cl, clw, cli, # liquid
71+ pr, # precipitation
72+ ke, # kinetic energy for spectrum
73+ # Smagorinsky diagnostics
74+ Dh_smag, strainh_smag, # horizontal
75+ # Dv_smag, strainv_smag, # vertical
76+ # DecayWithHeight diffusion coefficient
77+ edt,
78+ ]
79+ # period: 10mins
80+ period : 1hours
81+ # # 1M microphsics
82+ - short_name : [husra, hussn]
83+ # period: 10mins
84+ period : 1hours
85+ # 2M microphysics
86+ # - short_name: [cdnc, ncra]
87+ # period: 10mins
0 commit comments