[3045] | 1 | &initialization_parameters |
---|
| 2 | nx = 63, ny = 63, nz=64, |
---|
[2492] | 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 | |
---|
[2575] | 11 | latitude = 55.6, |
---|
[2492] | 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 | |
---|
[3045] | 35 | &runtime_parameters |
---|
| 36 | end_time = 300.0, |
---|
[2492] | 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 | |
---|