[243] | 1 | &inipar nx = 39, ny = 39, nz = 40, |
---|
[217] | 2 | dx = 2.0, dy = 2.0, dz = 2.0, |
---|
| 3 | |
---|
| 4 | fft_method = 'temperton-algorithm', ! fast, but restrictions apply |
---|
| 5 | |
---|
| 6 | omega = 0.0, ! no Coriolis force |
---|
| 7 | conserve_volume_flow = .T., ! maintain constant bulk velocity |
---|
| 8 | |
---|
| 9 | initializing_actions = 'set_constant_profiles', |
---|
| 10 | ug_surface = 1.0, vg_surface = 0.0, ! implies bulk velocity 1 m/s |
---|
| 11 | roughness_length = 0.1, ! applies to all surfaces locally |
---|
| 12 | |
---|
| 13 | bc_pt_b = 'neumann', |
---|
| 14 | bc_uv_t = 'dirichlet_0', ! channel flow boundary condition |
---|
| 15 | |
---|
| 16 | topography = 'single_building', |
---|
[243] | 17 | building_height = 40.0, |
---|
| 18 | building_length_x = 40.0, |
---|
| 19 | building_length_y = 40.0, |
---|
[217] | 20 | |
---|
[248] | 21 | surface_heatflux = 0.0, ! strictly neutral simulation |
---|
[217] | 22 | wall_heatflux = 0.0, 0.0, 0.0, 0.0, 0.0, / |
---|
| 23 | |
---|
[243] | 24 | &d3par end_time = 7200.0, |
---|
| 25 | termination_time_needed = 900.0, |
---|
[217] | 26 | |
---|
| 27 | create_disturbances = .T., |
---|
| 28 | |
---|
[243] | 29 | netcdf_64bit = .F., netcdf_64bit_3d = .F., |
---|
[217] | 30 | |
---|
| 31 | dt_run_control = 6.0, |
---|
[243] | 32 | dt_dots = 6.0, |
---|
[217] | 33 | |
---|
| 34 | skip_time_dopr = 0.0, |
---|
| 35 | dt_dopr = 3600.0, |
---|
| 36 | averaging_interval_pr = 3600.0, |
---|
| 37 | dt_averaging_input_pr = 6.0, |
---|
| 38 | |
---|
[243] | 39 | skip_time_data_output = 0.0, |
---|
| 40 | dt_data_output = 3600.0, |
---|
| 41 | |
---|
| 42 | averaging_interval = 3600.0, |
---|
[217] | 43 | dt_averaging_input = 6.0, |
---|
| 44 | |
---|
| 45 | data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2', |
---|
| 46 | '#v', 'w"v"', 'w*v*', 'wv', 'v*2', |
---|
[243] | 47 | 'w', 'w*2', 'e', 'e*', '#km', '#l', |
---|
[217] | 48 | |
---|
[243] | 49 | data_output = 'u', 'v', 'w', |
---|
| 50 | 'u_av', 'v_av', 'w_av', / |
---|
[217] | 51 | |
---|
| 52 | &userpar |
---|
| 53 | topography_grid_convention = 'cell_edge', / |
---|
| 54 | ! this is the default for topography = 'single_building' |
---|