source: palm/trunk/EXAMPLES/mountain/example_mountain_p3d @ 245

Last change on this file since 245 was 245, checked in by heinze, 15 years ago

Example which contains the flow around a Gaussian shaped mountain

File size: 2.0 KB
Line 
1 &inipar      nx = 159, ny = 79, nz = 40,
2              dx = 50.0, dy = 50.0, dz = 50.0,
3              dz_stretch_level = 1500.0,
4
5              fft_method = 'temperton-algorithm',
6
7              initializing_actions = 'set_1d-model_profiles',
8              dt_run_control_1d = 43200.0, dt_pr_1d = 43200.0,   
9 
10              ug_surface = 5.5, vg_surface = -2.0,
11
12              pt_vertical_gradient       = 0.0, 5.0,   0.5,
13              pt_vertical_gradient_level = 0.0, 600.0, 700.0,  !Inversion below the mountain top
14
15              topography = 'read_from_file',                   !Gaussian shaped mountain
16                                                               !height: 1km, base diameter: 2km
17              wall_heatflux(0) = 0.05,
18         
19              surface_heatflux = 0.05, bc_pt_b = 'neumann', /
20
21 &d3par       end_time = 7200.0,
22
23              npex = 4,
24              npey = 2,
25
26              create_disturbances = .T.,
27              dt_disturb = 150.0, disturbance_energy_limit = 0.01,
28
29              rayleigh_damping_factor = 0.01,
30
31              dt_run_control = 0.0,
32              dt_dots = 0.0,
33         
34              dt_data_output = 1800.0,
35              dt_data_output_av = 1800.0,
36              averaging_interval = 900.0,
37              dt_averaging_input = 10.0,
38
39              section_xy =  4, 8, 14, 20,
40              section_xz = -1, 40,
41              section_yz = 60,
42
43              data_output = 'u_xy','u_xz', 'u_yz', 'u_xy_av',
44                            'v_xy','v_xz', 'v_yz', 'v_xy_av',
45                            'w_xy','w_xz', 'w_yz', 'w_xy_av',
46                            'pt_xy','pt_xz', 'pt_yz', 'pt_xy_av',
47                           
48
49              dt_dopr = 1800.0,
50              averaging_interval_pr = 600.0,
51              dt_averaging_input_pr = 10.0,
52              data_output_pr = '#pt','#u', '#v', 'w',
53                               'wpt', 'w*pt*', 'w"pt"',
54                               'wu', 'w*u*', 'w"u"',
55                               'u*2', 'v*2', 'w*2',
56
57              data_output_2d_on_each_pe = .F., /
Note: See TracBrowser for help on using the repository browser.