1 | &initialization_parameters |
---|
2 | nx = 31, ny = 31, nz = 96, |
---|
3 | dx = 10.0, dy = 10.0, dz = 10.0, |
---|
4 | |
---|
5 | dz_stretch_level = 2000.0, |
---|
6 | |
---|
7 | psolver = 'multigrid', |
---|
8 | cycle_mg = 'w', |
---|
9 | mg_cycles = 2, |
---|
10 | mg_switch_to_pe0_level=-1, |
---|
11 | |
---|
12 | initializing_actions = 'set_1d-model_profiles', |
---|
13 | ug_surface = 3.0, |
---|
14 | vg_surface = 0.0, |
---|
15 | |
---|
16 | constant_flux_layer = .T., |
---|
17 | |
---|
18 | bc_pt_b = 'neumann', |
---|
19 | bc_lr = 'dirichlet/radiation', |
---|
20 | |
---|
21 | humidity = .F., |
---|
22 | |
---|
23 | topography = 'read_from_file', |
---|
24 | |
---|
25 | time_utc_init = 0.0, |
---|
26 | |
---|
27 | turbulence_closure = 'TKE-e', |
---|
28 | |
---|
29 | e_init = 0.1, |
---|
30 | e_min = 0.001, |
---|
31 | neutral = .F., |
---|
32 | surface_heatflux = 0.001, |
---|
33 | |
---|
34 | mixing_length_1d = 'blackadar', |
---|
35 | dissipation_1d = 'prognostic', |
---|
36 | end_time_1d = 43200.0, |
---|
37 | dt_run_control_1d = 43200.0, |
---|
38 | dt_pr_1d = 86400.0, |
---|
39 | / |
---|
40 | |
---|
41 | &runtime_parameters |
---|
42 | end_time = 50.0, |
---|
43 | |
---|
44 | create_disturbances = .F., |
---|
45 | |
---|
46 | ! DEFAULT OUTPUT |
---|
47 | skip_time_data_output = 0.0, |
---|
48 | dt_data_output = 10.0, |
---|
49 | |
---|
50 | ! TIME SERIES OUTPUT |
---|
51 | dt_run_control = 0.0, |
---|
52 | dt_dots = 1.0, |
---|
53 | |
---|
54 | ! PROFILE OUTPUT |
---|
55 | skip_time_dopr = 0.0, |
---|
56 | dt_dopr = 10.0, |
---|
57 | averaging_interval_pr = 0.0, |
---|
58 | dt_averaging_input_pr = 0.0, |
---|
59 | |
---|
60 | data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2', |
---|
61 | '#v', 'w"v"', 'w*v*', 'wv', 'v*2', |
---|
62 | 'w', 'w*2', |
---|
63 | '#e', 'e*', '#km', '#l', |
---|
64 | / |
---|