1 | &initialization_parameters |
---|
2 | |
---|
3 | nx = 191, ny = 191, nz = 64, |
---|
4 | dx = 50.0, dy = 50.0, dz = 50.0, |
---|
5 | |
---|
6 | fft_method = 'fftw', |
---|
7 | |
---|
8 | humidity = .T., |
---|
9 | |
---|
10 | large_scale_forcing = .T., |
---|
11 | large_scale_subsidence = .T., |
---|
12 | use_subsidence_tendencies = .F., |
---|
13 | |
---|
14 | nudging = .T., |
---|
15 | |
---|
16 | momentum_advec = 'ws-scheme', |
---|
17 | scalar_advec = 'ws-scheme', |
---|
18 | |
---|
19 | initializing_actions = 'set_constant_profiles', |
---|
20 | |
---|
21 | bc_uv_b = 'dirichlet', |
---|
22 | bc_pt_b = 'dirichlet', |
---|
23 | bc_q_b = 'dirichlet', |
---|
24 | |
---|
25 | latitude = 50.92, |
---|
26 | |
---|
27 | pt_reference = 290.0, |
---|
28 | reference_state = 'single_value', |
---|
29 | |
---|
30 | constant_flux_layer = .T., |
---|
31 | use_surface_fluxes = .T., |
---|
32 | roughness_length = 0.01, |
---|
33 | |
---|
34 | rayleigh_damping_factor = 0.05, |
---|
35 | rayleigh_damping_height = 2700.0, |
---|
36 | scalar_rayleigh_damping = .T., / |
---|
37 | |
---|
38 | |
---|
39 | &runtime_parameters |
---|
40 | |
---|
41 | end_time = 21600.0, |
---|
42 | |
---|
43 | termination_time_needed = 300.0, |
---|
44 | |
---|
45 | npex = 64, |
---|
46 | npey = 1, |
---|
47 | |
---|
48 | create_disturbances = .T., |
---|
49 | |
---|
50 | netcdf_data_format = 2, |
---|
51 | |
---|
52 | dt_run_control = 30.0, |
---|
53 | dt_dots = 30.0, |
---|
54 | |
---|
55 | dt_dopr = 1800.0, |
---|
56 | averaging_interval_pr = 1800.0, |
---|
57 | dt_averaging_input_pr = 30.0, |
---|
58 | |
---|
59 | data_output_pr = '#u','#v','w','#theta','ug','vg', |
---|
60 | '#thetal','#q','#qv','ql', |
---|
61 | 'e','e*','p','#km','#kh','#l', |
---|
62 | 'w"u"','w*u*','wu', 'w"v"','w*v*','wv', |
---|
63 | 'w"theta"', 'w*theta*', 'wtheta', |
---|
64 | 'w"thetav"', 'w*thetav*', 'wthetav', |
---|
65 | 'w"q"', 'w*q*', 'wq', |
---|
66 | 'w"qv"', 'w*qv*', 'wqv', |
---|
67 | 'w*e*', 'u*2', 'v*2', 'w*2', 'theta*2', 'q*2', |
---|
68 | 'w*3', 'Sw', 'w*2theta*', 'w*theta*2', |
---|
69 | 'w*u*u*:dz','w*p*:dz', 'w"e:dz', 'hyp', |
---|
70 | 'td_lsa_thetal', 'td_lsa_q', 'td_sub_thetal', 'td_sub_q', |
---|
71 | 'td_nud_thetal', 'td_nud_q', 'td_nud_u', 'td_nud_v', |
---|
72 | |
---|
73 | data_output = 'u', 'v', 'w', 'theta', 'thetal', 'p', 'q', 'ql' |
---|
74 | 'u_xy', 'v_xy', 'w_xy', 'theta_xy', 'thetal_xy', |
---|
75 | 'p_xy', 'q_xy', 'ql_xy', |
---|
76 | 'u_xz', 'v_xz', 'w_xz', 'theta_xz', 'thetal_xz', |
---|
77 | 'p_xz', 'q_xz', 'ql_xz', |
---|
78 | 'shf*_xy', 'qsws*_xy', 'lwp*_xy', |
---|
79 | |
---|
80 | nz_do3d = 32, |
---|
81 | |
---|
82 | dt_do3d = 3600.0, |
---|
83 | dt_do2d_xy = 3600.0, |
---|
84 | dt_do2d_xz = 3600.0, |
---|
85 | dt_data_output = 3600.0, |
---|
86 | |
---|
87 | do2d_at_begin = .T., !->check perturbations |
---|
88 | |
---|
89 | section_xy = 2, 4, 10, 15, 20, 25, |
---|
90 | section_xz = 96, |
---|
91 | |
---|
92 | data_output_2d_on_each_pe = .T., / |
---|
93 | |
---|
94 | &bulk_cloud_parameters |
---|
95 | |
---|
96 | bulk_cloud_model = .T., / |
---|