source: palm/trunk/EXAMPLES/building/example_building_p3d @ 3538

Last change on this file since 3538 was 1542, checked in by kanani, 9 years ago

updated some run examples according to latest PALM revision

File size: 1.9 KB
Line 
1 &inipar nx = 39, ny = 39, nz = 40,
2         dx = 2.0, dy = 2.0, dz = 2.0,
3
4         fft_method = 'temperton-algorithm',   ! fast, but restrictions apply
5
6         momentum_advec = 'ws-scheme',         ! default advection scheme
7         scalar_advec   = 'ws-scheme',
8
9         omega = 0.0,                          ! no Coriolis force
10         conserve_volume_flow = .T.,           ! maintain constant bulk velocity
11
12         initializing_actions = 'set_constant_profiles',
13         ug_surface = 1.0, vg_surface = 0.0,   ! implies bulk velocity 1 m/s
14         roughness_length = 0.1,               ! applies to all surfaces locally
15         neutral = .T.,                        ! strictly neutral flow
16
17         bc_uv_t = 'dirichlet_0',              ! channel flow boundary condition
18
19         topography = 'single_building',
20         topography_grid_convention = 'cell_edge',  ! default
21         building_height   = 40.0,
22         building_length_x = 40.0,
23         building_length_y = 40.0,  /
24
25 &d3par  end_time                  =   7200.0,
26         termination_time_needed   =    900.0,
27
28         create_disturbances = .T.,
29
30         dt_run_control            =      6.0,
31         dt_dots                   =      6.0,
32
33         skip_time_dopr            =      0.0,
34         dt_dopr                   =   3600.0,
35         averaging_interval_pr     =   3600.0,
36         dt_averaging_input_pr     =      6.0,
37
38         skip_time_data_output     =      0.0,
39         dt_data_output            =   3600.0,
40
41         averaging_interval        =   3600.0,
42         dt_averaging_input        =      6.0,
43
44         data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2',
45                          '#v', 'w"v"', 'w*v*', 'wv', 'v*2',
46                          'w', 'w*2', 'e', 'e*', '#km', '#l',
47
48         data_output = 'u',       'v',       'w',
49                       'u_av',    'v_av',    'w_av',  /
Note: See TracBrowser for help on using the repository browser.