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

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

removed debug output; removed rans_mode from namelist; altered order of check_parameter-calls of modules

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         turbulence_closure = 'TKE-e',
30
31         e_init = 0.1,
32         e_min = 0.001,
33         neutral = .F.,
34         surface_heatflux = 0.001,
35
36         mixing_length_1d  = 'blackadar',
37         dissipation_1d    = 'prognostic',
38         end_time_1d       =  43200.0,
39         dt_run_control_1d =  43200.0,
40         dt_pr_1d          =  86400.0,
41/
42
43&runtime_parameters
44         end_time = 50.0,
45
46         create_disturbances       = .F.,
47
48!        DEFAULT OUTPUT
49         skip_time_data_output     =   0.0,
50         dt_data_output            =  10.0,
51
52!        TIME SERIES OUTPUT
53         dt_run_control            =  0.0,
54         dt_dots                   =  1.0,
55
56!        PROFILE OUTPUT
57         skip_time_dopr            =   0.0,
58         dt_dopr                   =  10.0,
59         averaging_interval_pr     =   0.0,
60         dt_averaging_input_pr     =   0.0,
61
62         data_output_pr = '#u', 'w"u"', 'w*u*', 'wu', 'u*2',
63                          '#v', 'w"v"', 'w*v*', 'wv', 'v*2',
64                          'w',  'w*2',
65                          '#e', 'e*', '#km', '#l',
66/
Note: See TracBrowser for help on using the repository browser.