source: palm/trunk/EXAMPLES/example_topo_file_p3d @ 247

Last change on this file since 247 was 243, checked in by letzel, 15 years ago
  • trunk/INSTALL: 'example' renamed to 'example_cbl'
  • trunk/EXAMPLES: two examples updated, one new example added
  • chapter 4.3 updated
File size: 1.9 KB
Line 
1 &inipar nx = 39, ny = 39, nz = 40,
2         dx = 2.0, dy = 2.0, dz = 2.0,
3
4         random_generator = 'system-specific', ! recommended for vector machines
5         fft_method = 'temperton-algorithm',   ! fast, but restrictions apply
6
7         omega = 0.0,                          ! no Coriolis force
8         conserve_volume_flow = .T.,           ! maintain constant bulk velocity
9
10         initializing_actions = 'set_constant_profiles',
11         ug_surface = 1.0, vg_surface = 0.0,   ! implies bulk velocity 1 m/s
12         roughness_length = 0.1,               ! applies to all surfaces locally
13
14         bc_pt_b = 'neumann',
15         bc_uv_t = 'dirichlet_0',              ! channel flow boundary condition
16
17         topography = 'read_from_file',
18
19         surface_heatflux = 0.0,               ! strictly neutral simulation
20         wall_heatflux = 0.0, 0.0, 0.0, 0.0, 0.0,  /
21
22 &d3par  end_time                  =   7200.0,
23         termination_time_needed   =    900.0,
24
25         create_disturbances = .T.,
26
27         netcdf_64bit = .F., netcdf_64bit_3d = .F.,
28
29         dt_run_control            =      6.0,
30         dt_dots                   =      6.0,
31
32         skip_time_dopr            =      0.0,
33         dt_dopr                   =   3600.0,
34         averaging_interval_pr     =   3600.0,
35         dt_averaging_input_pr     =      6.0,
36
37         skip_time_data_output     =      0.0,
38         dt_data_output            =   3600.0,
39
40         averaging_interval        =   3600.0,
41         dt_averaging_input        =      6.0,
42
43         data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2',
44                          '#v', 'w"v"', 'w*v*', 'wv', 'v*2',
45                          'w', 'w*2', 'e', 'e*', '#km', '#l',
46
47         data_output = 'u',       'v',       'w',
48                       'u_av',    'v_av',    'w_av',  /
49
50 &userpar
51         topography_grid_convention = 'cell_center',  /
52                ! this is the default for topography = 'read_from_file'
Note: See TracBrowser for help on using the repository browser.