source: palm/trunk/EXAMPLES/constant_flux_layer/example_constant_flux_layer_p3d @ 4187

Last change on this file since 4187 was 712, checked in by raasch, 13 years ago

parameter adjustments for example parameter files due to changes in recent PALM revisions

File size: 2.3 KB
Line 
1 &inipar nx = 39, ny = 39, nz = 45,
2         dx = 2.0, dy = 2.0, dz = 2.0,
3
4         fft_method = 'temperton-algorithm',   ! fast, but restrictions apply
5
6         momentum_advec = 'pw-scheme',         ! topography does not work with
7         scalar_advec   = 'pw-scheme',         ! Wicker-Skamarock advection so far
8
9         omega = 0.0,                          ! no Coriolis force
10         dp_external = .T.,                    ! external pressure gradient
11         dp_level_b = 80.0,                    ! ...acting above 80 m height
12         dp_smooth = .T.,                      ! ...vertically smoothed
13         dpdxy = -0.003, 0.0,                  ! ...in x-, y-direction
14
15         initializing_actions = 'set_constant_profiles',
16         ug_surface = 0.0, vg_surface = 0.0,
17         ug_vertical_gradient       = 2.5,     ! linear vertical ug gradient
18         ug_vertical_gradient_level = 0.0,     ! starting from the ground
19         roughness_length = 0.1,               ! applies to all surfaces locally
20
21         bc_pt_b = 'neumann',
22         bc_uv_t = 'neumann',                  ! open channel boundary condition
23
24         topography = 'single_building',
25         topography_grid_convention = 'cell_edge',  ! default
26         building_height   = 40.0,
27         building_length_x = 40.0,
28         building_length_y = 40.0,
29
30         surface_heatflux = 0.0,               ! strictly neutral simulation
31         wall_heatflux = 0.0, 0.0, 0.0, 0.0, 0.0,  /
32
33 &d3par  end_time                  =  14400.0,
34         termination_time_needed   =    900.0,
35
36         create_disturbances = .T.,
37
38         dt_run_control            =      6.0,
39         dt_dots                   =      6.0,
40
41         skip_time_dopr            =      0.0,
42         dt_dopr                   =   7200.0,
43         averaging_interval_pr     =   7200.0,
44         dt_averaging_input_pr     =      6.0,
45
46         skip_time_data_output     =      0.0,
47         dt_data_output            =   7200.0,
48
49         averaging_interval        =   7200.0,
50         dt_averaging_input        =      6.0,
51
52         data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2',
53                          '#v', 'w"v"', 'w*v*', 'wv', 'v*2',
54                          'w', 'w*2', 'e', 'e*', '#km', '#l',
55
56         data_output = 'u',       'v',       'w',
57                       'u_av',    'v_av',    'w_av',  /
Note: See TracBrowser for help on using the repository browser.