source: palm/trunk/INSTALL/test_oceanml_p3d @ 3082

Last change on this file since 3082 was 3045, checked in by Giersch, 6 years ago

Code adjusted according to coding standards, renamed namelists, error messages revised until PA0347, output CASE 108 disabled

File size: 1.2 KB
Line 
1&initialization_parameters
2        nx = 63, ny = 63, nz=64,
3        dx = 1.25, dy = 1.25, dz = 1.25,
4
5        fft_method = 'temperton-algorithm',
6
7        ocean = .T.,
8
9        initializing_actions = 'set_constant_profiles',
10 
11        latitude = 55.6,
12           
13        momentum_advec = 'pw-scheme',
14        scalar_advec = 'pw-scheme',
15
16        ug_surface =0.0, vg_surface = 0.0,
17        pt_surface                 = 300.0,
18
19        use_top_fluxes= .T.,
20        use_surface_fluxes = .F.,
21        constant_flux_layer= .F.,
22       
23        top_momentumflux_u = -0.0001,
24        top_momentumflux_v = 0.0,
25       
26        top_heatflux = 0.0,
27        top_salinityflux = 0.0,
28
29        bc_uv_b = 'neumann', bc_uv_t = 'neumann',
30        bc_pt_b = 'neumann', bc_pt_t = 'neumann',
31        bc_p_b  = 'neumann', bc_p_t  = 'neumann',
32        bc_s_b  = 'initial_gradient', bc_s_t  = 'neumann',
33        bc_sa_t = 'neumann', /
34
35&runtime_parameters
36        end_time = 300.0,
37        create_disturbances = .T.,
38        dt_disturb = 60.0,
39        disturbance_energy_limit = 1.0e-4,
40        disturbance_amplitude = 0.25e-1,
41        dt_run_control = 0.0,
42
43        data_output_pr = 'e','e*', '#pt',  /
44       
45
Note: See TracBrowser for help on using the repository browser.