1 | &inipar nx = 319, ny = 95, nz = 32, |
---|
2 | dx = 2.0, dy = 2.0, dz = 2.0, |
---|
3 | |
---|
4 | random_generator = 'system-specific', ! recommended for vector machines |
---|
5 | fft_method = 'temperton-algorithm', ! fast, but restrictions apply |
---|
6 | |
---|
7 | omega = 0.0, ! no Coriolis force |
---|
8 | conserve_volume_flow = .T., ! maintain constant bulk velocity |
---|
9 | |
---|
10 | initializing_actions = 'set_constant_profiles', |
---|
11 | ug_surface = 1.0, vg_surface = 0.0, ! implies bulk velocity 1 m/s |
---|
12 | roughness_length = 0.1, ! applies to all surfaces locally |
---|
13 | |
---|
14 | bc_pt_b = 'neumann', |
---|
15 | bc_uv_t = 'dirichlet_0', ! channel flow boundary condition |
---|
16 | |
---|
17 | topography = 'single_building', |
---|
18 | building_height = 32.0, |
---|
19 | building_length_x = 32.0, |
---|
20 | building_length_y = 32.0, |
---|
21 | building_wall_left = 96.0, |
---|
22 | |
---|
23 | surface_heatflux = 0.0, ! strictly neutral simulation |
---|
24 | wall_heatflux = 0.0, 0.0, 0.0, 0.0, 0.0, / |
---|
25 | |
---|
26 | &d3par end_time = 36000.0, |
---|
27 | termination_time_needed = 900.0, |
---|
28 | |
---|
29 | create_disturbances = .T., |
---|
30 | |
---|
31 | netcdf_64bit = .F., netcdf_64bit_3d = .T., |
---|
32 | |
---|
33 | dt_run_control = 6.0, |
---|
34 | dt_dots = 180.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_av = 7200.0, |
---|
42 | dt_data_output_av = 28800.0, |
---|
43 | averaging_interval = 28800.0, |
---|
44 | dt_averaging_input = 6.0, |
---|
45 | |
---|
46 | skip_time_data_output = 0.0, |
---|
47 | do3d_at_begin = .F., |
---|
48 | dt_do3d = 3600.0, |
---|
49 | |
---|
50 | data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2', |
---|
51 | '#v', 'w"v"', 'w*v*', 'wv', 'v*2', |
---|
52 | 'w', 'w*2', 'e', 'e*', '#km', |
---|
53 | '#l', 'Sw', 'w*u*u*/dz', 'w*p*/dz', 'w"e/dz', |
---|
54 | |
---|
55 | data_output = 'u_av', 'v_av', 'w_av', 'p_av', 'e_av', / |
---|
56 | |
---|
57 | &userpar |
---|
58 | topography_grid_convention = 'cell_edge', / |
---|
59 | ! this is the default for topography = 'single_building' |
---|