source: palm/trunk/TESTS/cases/rans_tkee/INPUT/rans_tkee_p3d @ 3541

Last change on this file since 3541 was 3541, checked in by gronemeier, 5 years ago

add test case for RANS mode (TKE-e)

File size: 1.7 KB
Line 
1 &initialization_parameters
2         nx = 31,   ny = 31,   nz = 96,
3         dx = 10.0, dy = 10.0, dz = 10.0,
4
5         dz_stretch_level = 2000.0,
6
7         psolver = 'multigrid',
8         cycle_mg = 'w',
9         mg_cycles = 2,
10         mg_switch_to_pe0_level=-1,
11
12         most_method = 'newton',
13
14         initializing_actions = 'set_1d-model_profiles',
15         ug_surface = 3.0,
16         vg_surface = 0.0,
17
18         constant_flux_layer = .T.,
19
20         bc_pt_b = 'neumann',
21         bc_lr = 'dirichlet/radiation',
22
23         humidity = .F.,
24
25         topography = 'read_from_file',
26
27         time_utc_init    = 0.0,
28
29         rans_mode = .T.,
30         turbulence_closure = 'TKE-e',
31
32         e_init = 0.1,
33         e_min = 0.001,
34         neutral = .F.,
35         surface_heatflux = 0.001,
36
37         mixing_length_1d  = 'blackadar',
38         dissipation_1d    = 'prognostic',
39         end_time_1d       =  43200.0,
40         dt_run_control_1d =  43200.0,
41         dt_pr_1d          =  86400.0,
42/
43
44&runtime_parameters
45         end_time = 50.0,
46
47         create_disturbances       = .F.,
48
49!        DEFAULT OUTPUT
50         skip_time_data_output     =   0.0,
51         dt_data_output            =  10.0,
52
53!        TIME SERIES OUTPUT
54         dt_run_control            =  0.0,
55         dt_dots                   =  1.0,
56
57!        PROFILE OUTPUT
58         skip_time_dopr            =   0.0,
59         dt_dopr                   =  10.0,
60         averaging_interval_pr     =   0.0,
61         dt_averaging_input_pr     =   0.0,
62
63         data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2',
64                          '#v', 'w"v"', 'w*v*', 'wv', 'v*2',
65                          'w',  'w*2',
66                          '#e', 'e*', '#km', '#l',
67/
Note: See TracBrowser for help on using the repository browser.