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

Last change on this file since 3359 was 886, checked in by raasch, 12 years ago

bugfix in example parameter file

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         rayleigh_damping_factor = 0.01,
19
20         topography = 'read_from_file',                   !Gaussian shaped mountain
21                                                               !height: 1km, base diameter: 2km
22         wall_heatflux(0) = 0.05,
23         
24         surface_heatflux = 0.05, bc_pt_b = 'neumann', /
25
26 &d3par  end_time = 7200.0,
27
28         create_disturbances = .T.,
29         dt_disturb = 150.0, disturbance_energy_limit = 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.