source: palm/trunk/EXAMPLES/dvr/example_dvr_p3d @ 3984

Last change on this file since 3984 was 338, checked in by raasch, 15 years ago

small change in svn example file

File size: 2.0 KB
RevLine 
[337]1 &inipar nx = 79, ny = 79, nz = 80,
2         dx = 25.0, dy = 25.0, dz = 25.0,
3         dz_stretch_level = 1200.0,
4
5         fft_method = 'temperton-algorithm',
6
7         initializing_actions = 'set_constant_profiles',
8         ug_surface = 0.0, vg_surface = 0.0,
9         pt_surface = 288.0,
10         pt_vertical_gradient       = 0.0, 1.0,
11         pt_vertical_gradient_level = 0.0, 800.0,
12
13         humidity = .TRUE., cloud_physics = .TRUE.,
14         q_surface = 0.008,
15         surface_waterflux = 3.20E-4,
16         q_vertical_gradient        = -0.00029, -0.002, 0.0,
17         q_vertical_gradient_level  =      0.0,  700.0, 800.0,
18
19         surface_heatflux = 0.1, bc_pt_b = 'neumann', bc_e_b = 'neumann',
20                                 bc_q_b = 'neumann', /
21
22
23 &d3par  end_time = 3600.0, dt = 1.0,
24
25         create_disturbances = .T.,
26         dt_disturb = 150.0, disturbance_energy_limit = 0.01,
27
28         dt_run_control = 60.0,
29
30         data_output = 'ql',
31
32         nz_do3d = 50, /
33
34 &particles_par      dt_prel = 200.0, particle_maximum_age = 3600.0,
35                     psb = 50.0,
36                     pdx = 200.0, pdy = 200.0,
37                     random_start_position = .T.,
38                     use_particle_tails = .T., skip_particles_for_tail = 1,
39                     maximum_number_of_tailpoints = 60,
40                     minimum_tailpoint_distance = 25.0,
41                     maximum_tailpoint_age = 300.0,
42                     write_particle_statistics = .F., /
43
[338]44 &dvrp_graphics_par  dvrp_username = '<replace by your IMUK username>',
[337]45                     dvrp_host = '130.75.105.2',
[338]46                     dvrp_directory = '<rep by IMUK usern>/<replace by subdirectory name of your choice>',
[337]47                     mode_dvrp = 'particles', 'isosurface1',
48                     threshold = 0.0002,
49                     particle_color = 'pt*', color_interval = -0.5, +0.5,
50                     particle_dvrpsize = 'absw', dvrpsize_interval = 0.0, 5.0,
51                     dt_dvrp = 1.0, /
Note: See TracBrowser for help on using the repository browser.