source: palm/trunk/TESTS/cases/topo_from_ASCII_file/INPUT/topo_from_ASCII_file_p3d

Last change on this file was 4842, checked in by raasch, 3 years ago

reading of namelist file and actions in case of namelist errors revised so that statement labels and goto statements are not required any more, deprecated namelists removed

File size: 1.5 KB
Line 
1 &initialization_parameters
2         nx = 39, ny = 39, nz = 40,
3         dx = 2.0, dy = 2.0, dz = 2.0,
4
5         fft_method = 'temperton-algorithm',   ! fast, but restrictions apply
6
7         momentum_advec = 'ws-scheme',         ! default advection scheme
8         scalar_advec   = 'ws-scheme',
9
10         omega = 0.0,                          ! no Coriolis force
11         conserve_volume_flow = .T.,           ! maintain constant bulk velocity
12
13         initializing_actions = 'set_constant_profiles',
14         ug_surface = 1.0, vg_surface = 0.0,   ! implies bulk velocity 1 m/s
15         roughness_length = 0.1,               ! applies to all surfaces locally
16         neutral = .T.,                        ! strictly neutral flow
17
18         bc_uv_t = 'dirichlet_0',              ! channel flow boundary condition
19
20         topography = 'read_from_file',
21         topography_grid_convention = 'cell_center',  / ! default
22
23 &runtime_parameters
24         end_time                  =    900.0,
25         termination_time_needed   =    900.0,
26
27         create_disturbances = .T.,
28
29         dt_run_control            =      6.0,
30         dt_dots                   =      6.0,
31
32         skip_time_dopr            =      0.0,
33         dt_dopr                   =    900.0,
34         averaging_interval_pr     =    900.0,
35         dt_averaging_input_pr     =      6.0,
36
37         data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2',
38                          '#v', 'w"v"', 'w*v*', 'wv', 'v*2',
39                          'w*2', 'e', 'e*', '#km', '#l', /
Note: See TracBrowser for help on using the repository browser.