1 | &inipar nx = 39, ny = 39, nz = 40, |
---|
2 | dx = 2.0, dy = 2.0, dz = 2.0, |
---|
3 | |
---|
4 | random_generator = 'system-specific', |
---|
5 | fft_method = 'temperton-algorithm', |
---|
6 | |
---|
7 | omega = 0.0, |
---|
8 | conserve_volume_flow = .T., |
---|
9 | conserve_volume_flow_mode = 'bulk_velocity', |
---|
10 | u_bulk = 1.0, v_bulk = 0.0, |
---|
11 | |
---|
12 | initializing_actions = 'set_constant_profiles', |
---|
13 | ug_surface = 1.0, vg_surface = 0.0, |
---|
14 | roughness_length = 0.1, |
---|
15 | |
---|
16 | bc_pt_b = 'neumann', |
---|
17 | bc_uv_t = 'neumann', |
---|
18 | |
---|
19 | topography = 'single_street_canyon', |
---|
20 | canyon_height = 40.0, |
---|
21 | canyon_width_x = 40.0, |
---|
22 | |
---|
23 | surface_heatflux = 0.0, |
---|
24 | wall_heatflux = 0.0, 0.0, 0.0, 0.0, 0.0, / |
---|
25 | |
---|
26 | &d3par end_time = 7200.0, |
---|
27 | termination_time_needed = 900.0, |
---|
28 | npex = 2, npey = 1, |
---|
29 | create_disturbances = .T., |
---|
30 | |
---|
31 | netcdf_64bit = .F., netcdf_64bit_3d = .F., |
---|
32 | |
---|
33 | dt_run_control = 6.0, |
---|
34 | dt_dots = 6.0, |
---|
35 | |
---|
36 | skip_time_dopr = 0.0, |
---|
37 | dt_dopr = 3600.0, |
---|
38 | averaging_interval_pr = 3600.0, |
---|
39 | dt_averaging_input_pr = 6.0, |
---|
40 | |
---|
41 | skip_time_data_output = 0.0, |
---|
42 | dt_data_output = 3600.0, |
---|
43 | |
---|
44 | averaging_interval = 3600.0, |
---|
45 | dt_averaging_input = 6.0, |
---|
46 | |
---|
47 | section_xz = -1, |
---|
48 | |
---|
49 | data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2', |
---|
50 | '#v', 'w"v"', 'w*v*', 'wv', 'v*2', |
---|
51 | 'w', 'w*2', 'e', 'e*', '#km', '#l', |
---|
52 | |
---|
53 | data_output = 'u', 'v', 'w', |
---|
54 | 'u_xz_av', 'v_xz_av', 'w_xz_av', |
---|
55 | 'u_av', 'v_av', 'w_av', / |
---|