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

Last change on this file since 812 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
RevLine 
[712]1 &inipar nx = 159, ny = 79, nz = 40,
2         dx = 50.0, dy = 50.0, dz = 50.0,
3         dz_stretch_level = 1500.0,
[245]4
[712]5         fft_method = 'temperton-algorithm',
[245]6
[712]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,   
[245]12 
[712]13         ug_surface = 5.5, vg_surface = -2.0,
[245]14
[712]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
[245]17
[712]18         topography = 'read_from_file',                   !Gaussian shaped mountain
[245]19                                                               !height: 1km, base diameter: 2km
[712]20         wall_heatflux(0) = 0.05,
[245]21         
[712]22         surface_heatflux = 0.05, bc_pt_b = 'neumann', /
[245]23
[712]24 &d3par  end_time = 7200.0,
[245]25
[712]26         create_disturbances = .T.,
27         dt_disturb = 150.0, disturbance_energy_limit = 0.01,
[245]28
[712]29         rayleigh_damping_factor = 0.01,
[245]30
[712]31         dt_run_control = 0.0,
32         dt_dots = 0.0,
[245]33         
[712]34         dt_data_output = 1800.0,
35         dt_data_output_av = 1800.0,
36         averaging_interval = 900.0,
37         dt_averaging_input = 10.0,
[245]38
[712]39         section_xy =  4, 8, 14, 20,
40         section_xz = -1, 40,
41         section_yz = 60,
[245]42
[712]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',
[245]47                           
48
[712]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',
[245]56
[712]57         data_output_2d_on_each_pe = .F., /
Note: See TracBrowser for help on using the repository browser.