Skip to content

Commit 4445eab

Browse files
authored
Merge pull request #3754 from CliMA/cc/update_implicit_trmm
Update 0M TRMM CI case
2 parents 3ce0400 + 32884df commit 4445eab

File tree

2 files changed

+79
-9
lines changed

2 files changed

+79
-9
lines changed

config/model_configs/prognostic_edmfx_trmm_column_0M.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@ rad: TRMM_LBA
33
surface_setup: TRMM_LBA
44
turbconv: prognostic_edmfx
55
implicit_diffusion: true
6-
implicit_sgs_advection: false
6+
implicit_sgs_advection: true
7+
implicit_sgs_entr_detr: true
8+
implicit_sgs_nh_pressure: true
9+
implicit_sgs_mass_flux: true
710
approximate_linear_solve_iters: 2
11+
max_newton_iters_ode: 3
812
edmfx_upwinding: first_order
9-
edmfx_entr_model: "Generalized"
10-
edmfx_detr_model: "Generalized"
13+
edmfx_entr_model: "PiGroups"
14+
edmfx_detr_model: "SmoothArea"
1115
edmfx_sgs_mass_flux: true
1216
edmfx_sgs_diffusive_flux: true
1317
edmfx_nh_pressure: true
1418
edmfx_filter: true
1519
prognostic_tke: true
1620
moist: equil
17-
cloud_model: "quadrature_sgs"
18-
apply_limiter: false
21+
cloud_model: "grid_scale"
1922
precip_model: "0M"
2023
call_cloud_diagnostics_per_stage: true
2124
config: column
@@ -24,14 +27,16 @@ x_elem: 2
2427
y_elem: 2
2528
z_elem: 82
2629
z_stretch: false
27-
dt: 10secs
30+
dz_bottom: 30
31+
dt: 150secs
2832
t_end: 6hours
2933
dt_save_state_to_disk: 10mins
30-
FLOAT_TYPE: "Float64"
31-
toml: [toml/prognostic_edmfx.toml]
34+
toml: [toml/prognostic_edmfx_implicit_scm_calibrated_5_cases_shallow_deep_v1.toml]
3235
netcdf_interpolation_num_points: [8, 8, 82]
3336
diagnostics:
3437
- short_name: [ts, ta, thetaa, ha, pfull, rhoa, ua, va, wa, hur, hus, cl, clw, cli, hussfc, evspsbl, pr]
3538
period: 10mins
36-
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, taen, thetaaen, haen, husen, huren, clwen, clien, tke, lmix]
39+
- short_name: [arup, waup, taup, thetaaup, haup, husup, hurup, clwup, cliup, waen, taen, thetaaen, haen, husen, huren, clwen, clien, tke]
40+
period: 10mins
41+
- short_name: [entr, detr, lmix, bgrad, strain, edt, evu]
3742
period: 10mins
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
[zd_rayleigh]
2+
value = 20000.0
3+
4+
[min_area_limiter_scale]
5+
value = 0
6+
7+
[max_area_limiter_scale]
8+
value = 0
9+
10+
[mixing_length_tke_surf_scale]
11+
value = 1.1402470659472088
12+
13+
[mixing_length_diss_coeff]
14+
value = 0.12492989143864316
15+
16+
[detr_buoy_coeff]
17+
value = 0
18+
19+
[specific_humidity_precipitation_threshold]
20+
value = 4.370519093651743e-6
21+
22+
[EDMF_max_area]
23+
value = 0.7
24+
25+
[precipitation_timescale]
26+
value = 1919.9324772692971
27+
28+
[entr_mult_limiter_coeff]
29+
value = 1.092018003548091
30+
31+
[entr_param_vec]
32+
value = [20.79875221707495, -11.596790112748911, -21.483515589802018, 16.504290885216815, -5.100320549520367, 0.023669853693880992, 0.00010636352628825227, 3098.4007223962226]
33+
34+
[detr_coeff]
35+
value = 0
36+
37+
[EDMF_surface_area]
38+
value = 0.07485284402727316
39+
40+
[mixing_length_eddy_viscosity_coefficient]
41+
value = 0.1202718388572739
42+
43+
[EDMF_min_area]
44+
value = 1.0e-5
45+
46+
[turb_entr_param_vec]
47+
value = [0.027824111769192167, 2294.9318189901137]
48+
49+
[detr_vertdiv_coeff]
50+
value = 0
51+
52+
[pressure_normalmode_drag_coeff]
53+
value = 35.63930801272878
54+
55+
[mixing_length_Prandtl_number_0]
56+
value = 0.7050537783880338
57+
58+
[detr_inv_tau]
59+
value = 0
60+
61+
[mixing_length_static_stab_coeff]
62+
value = 0.2841967194320584
63+
64+
[pressure_normalmode_buoy_coeff1]
65+
value = 0.29145613813882526

0 commit comments

Comments
 (0)