source: palm/tags/release-3.8/EXAMPLES/mountain/example_mountain_p3d @ 716

Last change on this file since 716 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.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         momentum_advec = 'pw-scheme',         ! topography does not work with
8         scalar_advec   = 'pw-scheme',         ! Wicker-Skamarock advection so far
9
10         initializing_actions = 'set_1d-model_profiles',
11         dt_run_control_1d = 43200.0, dt_pr_1d = 43200.0,   
12 
13         ug_surface = 5.5, vg_surface = -2.0,
14
15         pt_vertical_gradient       = 0.0, 5.0,   0.5,
16         pt_vertical_gradient_level = 0.0, 600.0, 700.0,  !Inversion below the mountain top
17
18         topography = 'read_from_file',                   !Gaussian shaped mountain
19                                                               !height: 1km, base diameter: 2km
20         wall_heatflux(0) = 0.05,
21         
22         surface_heatflux = 0.05, bc_pt_b = 'neumann', /
23
24 &d3par  end_time = 7200.0,
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.