source: palm/tags/release-3.7/EXAMPLES/constant_flux_layer/example_constant_flux_layer_p3d @ 2516

Last change on this file since 2516 was 256, checked in by letzel, 15 years ago
  • topography_grid_convention moved from userpar to inipar
  • documentation and examples updated
File size: 2.2 KB
Line 
1 &inipar nx = 39, ny = 39, nz = 45,
2         dx = 2.0, dy = 2.0, dz = 2.0,
3
4         fft_method = 'temperton-algorithm',   ! fast, but restrictions apply
5
6         omega = 0.0,                          ! no Coriolis force
7         dp_external = .T.,                    ! external pressure gradient
8         dp_level_b = 80.0,                    ! ...acting above 80 m height
9         dp_smooth = .T.,                      ! ...vertically smoothed
10         dpdxy = -0.003, 0.0,                  ! ...in x-, y-direction
11
12         initializing_actions = 'set_constant_profiles',
13         ug_surface = 0.0, vg_surface = 0.0,
14         ug_vertical_gradient       = 2.5,     ! linear vertical ug gradient
15         ug_vertical_gradient_level = 0.0,     ! starting from the ground
16         roughness_length = 0.1,               ! applies to all surfaces locally
17
18         bc_pt_b = 'neumann',
19         bc_uv_t = 'neumann',                  ! open channel boundary condition
20
21         topography = 'single_building',
22         topography_grid_convention = 'cell_edge',  ! default
23         building_height   = 40.0,
24         building_length_x = 40.0,
25         building_length_y = 40.0,
26
27         surface_heatflux = 0.0,               ! strictly neutral simulation
28         wall_heatflux = 0.0, 0.0, 0.0, 0.0, 0.0,  /
29
30 &d3par  end_time                  =  14400.0,
31         termination_time_needed   =    900.0,
32
33         create_disturbances = .T.,
34
35         netcdf_64bit = .F., netcdf_64bit_3d = .F.,
36
37         dt_run_control            =      6.0,
38         dt_dots                   =      6.0,
39
40         skip_time_dopr            =      0.0,
41         dt_dopr                   =   7200.0,
42         averaging_interval_pr     =   7200.0,
43         dt_averaging_input_pr     =      6.0,
44
45         skip_time_data_output     =      0.0,
46         dt_data_output            =   7200.0,
47
48         averaging_interval        =   7200.0,
49         dt_averaging_input        =      6.0,
50
51         data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2',
52                          '#v', 'w"v"', 'w*v*', 'wv', 'v*2',
53                          'w', 'w*2', 'e', 'e*', '#km', '#l',
54
55         data_output = 'u',       'v',       'w',
56                       'u_av',    'v_av',    'w_av',  /
Note: See TracBrowser for help on using the repository browser.