source: palm/trunk/EXAMPLES/canyon/example_canyon_p3d @ 346

Last change on this file since 346 was 248, checked in by letzel, 15 years ago
  • updated trunk/EXAMPLES
File size: 1.8 KB
RevLine 
[243]1 &inipar nx = 39, ny = 39, nz = 40,
2         dx = 2.0, dy = 2.0, dz = 2.0,
3
[248]4         fft_method = 'temperton-algorithm',   ! fast, but restrictions apply
[243]5
[248]6         omega = 0.0,                          ! no Coriolis force
7         conserve_volume_flow = .T.,           ! maintain constant bulk velocity
[243]8
9         initializing_actions = 'set_constant_profiles',
[248]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
[243]12
13         bc_pt_b = 'neumann',
[248]14         bc_uv_t = 'neumann',                  ! open channel boundary condition
[243]15
16         topography = 'single_street_canyon',
17         canyon_height   = 40.0,
18         canyon_width_x = 40.0,
19
20         surface_heatflux = 0.0,
21         wall_heatflux = 0.0, 0.0, 0.0, 0.0, 0.0,  /
22
23 &d3par  end_time                  =   7200.0,
24         termination_time_needed   =    900.0,
25         npex = 2, npey = 1,
26         create_disturbances = .T.,
27
28         netcdf_64bit = .F., netcdf_64bit_3d = .F.,
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         section_xz = -1,
45
46         data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2',
47                          '#v', 'w"v"', 'w*v*', 'wv', 'v*2',
48                          'w', 'w*2', 'e', 'e*', '#km', '#l',
49
50         data_output = 'u',       'v',       'w',
51                       'u_xz_av', 'v_xz_av', 'w_xz_av',
52                       'u_av',    'v_av',    'w_av',  /
Note: See TracBrowser for help on using the repository browser.