15 | | With the following parameter file lsf_CBL_p3d a simulation with nudging can be performed. The large scale forcing and nudging data originate from a [http://cosmo-model.org/ COSMO] simulation of the 24th April, 2013, 9-15UTC. During this time a convective boundary layer develops. |
16 | | {{{ |
17 | | &inipar nx = 191, ny = 191, nz = 64, |
18 | | dx = 50.0, dy = 50.0, dz = 50.0, |
19 | | |
20 | | fft_method = 'fftw', |
21 | | |
22 | | humidity = .T., cloud_physics= .T., |
23 | | |
24 | | large_scale_forcing = .T., |
25 | | large_scale_subsidence = .T., |
26 | | use_subsidence_tendencies = .F., |
27 | | |
28 | | nudging = .T., |
29 | | |
30 | | momentum_advec = 'ws-scheme', |
31 | | scalar_advec = 'ws-scheme', |
32 | | |
33 | | initializing_actions = 'set_constant_profiles', |
34 | | |
35 | | bc_uv_b = 'dirichlet', |
36 | | bc_pt_b = 'dirichlet', |
37 | | bc_q_b = 'dirichlet', |
38 | | |
39 | | latitude = 50.92, |
40 | | |
41 | | pt_reference = 290.0, |
42 | | reference_state = 'single_value', |
43 | | |
44 | | constant_flux_layer = .T., |
45 | | use_surface_fluxes = .T., |
46 | | roughness_length = 0.01, |
47 | | |
48 | | rayleigh_damping_factor = 0.05, |
49 | | rayleigh_damping_height = 2700.0, |
50 | | scalar_rayleigh_damping = .T., / |
51 | | |
52 | | |
53 | | &d3par end_time = 21600.0, |
54 | | |
55 | | termination_time_needed = 300.0, |
56 | | |
57 | | npex = 64, |
58 | | npey = 1, |
59 | | |
60 | | create_disturbances = .T., |
61 | | |
62 | | netcdf_data_format = 2, |
63 | | |
64 | | dt_run_control = 30.0, |
65 | | dt_dots = 30.0, |
66 | | |
67 | | dt_dopr = 1800.0, |
68 | | averaging_interval_pr = 1800.0, |
69 | | dt_averaging_input_pr = 30.0, |
70 | | |
71 | | data_output_pr = '#u','#v','w','#pt','ug','vg', |
72 | | '#lpt','#q','#qv','ql', |
73 | | 'e','e*','p','#km','#kh','#l', |
74 | | 'w"u"','w*u*','wu', 'w"v"','w*v*','wv', |
75 | | 'w"pt"', 'w*pt*', 'wpt', |
76 | | 'w"vpt"', 'w*vpt*', 'wvpt', |
77 | | 'w"q"', 'w*q*', 'wq', |
78 | | 'w"qv"', 'w*qv*', 'wqv', |
79 | | 'w*e*', 'u*2', 'v*2', 'w*2', 'pt*2', 'q*2', |
80 | | 'w*3', 'Sw', 'w*2pt*', 'w*pt*2', |
81 | | 'w*u*u*:dz','w*p*:dz', 'w"e:dz', 'hyp', |
82 | | 'td_lsa_lpt', 'td_lsa_q', 'td_sub_lpt', 'td_sub_q', |
83 | | 'td_nud_lpt', 'td_nud_q', 'td_nud_u', 'td_nud_v', |
84 | | |
85 | | data_output = 'u', 'v', 'w', 'pt', 'lpt', 'p', 'q', 'ql' |
86 | | 'u_xy', 'v_xy', 'w_xy', 'pt_xy', 'lpt_xy', |
87 | | 'p_xy', 'q_xy', 'ql_xy', |
88 | | 'u_xz', 'v_xz', 'w_xz', 'pt_xz', 'lpt_xz', |
89 | | 'p_xz', 'q_xz', 'ql_xz', |
90 | | 'shf*_xy', 'qsws*_xy', 'lwp*_xy', |
91 | | |
92 | | nz_do3d = 32, |
93 | | |
94 | | dt_do3d = 3600.0, |
95 | | dt_do2d_xy = 3600.0, |
96 | | dt_do2d_xz = 3600.0, |
97 | | dt_data_output = 3600.0, |
98 | | |
99 | | do2d_at_begin = .T., !->check perturbations |
100 | | |
101 | | section_xy = 2, 4, 10, 15, 20, 25, |
102 | | section_xz = 96, |
103 | | |
104 | | data_output_2d_on_each_pe = .T., / |
105 | | }}} |
| 15 | With the following parameter file [[attachment:lsf_CBL_p3d|lsf_CBL_p3d]] a simulation with large scale forcing and nudging can be performed. The large scale forcing and nudging data originate from a [http://cosmo-model.org/ COSMO] simulation of the 24th April, 2013, 9-15UTC. During this time a convective boundary layer develops. |