source: palm/trunk/INSTALL/test_oceanml_p3d @ 2583

Last change on this file since 2583 was 2575, checked in by maronga, 6 years ago

bugfix in radiation model and improvements in land surface scheme

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