File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
docs/users_guide/ocean/test_groups Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _ocean_turbulence_closure :
2
+
3
+ turbulence_closure
4
+ ==================
5
+
6
+ The ``turbulence_closure `` test group implements studies of the surface layer
7
+ evolution under different kinds of surface forcing for different turbulence
8
+ closures.
9
+
10
+ config_LES_mode = .true.
11
+ config_use_two_equation_turbulence_model = .true.
12
+ config_two_equation_model_choice = 'omega'
13
+ config_use_cvmix = .false.
14
+ config_two_equation_length_min = 0.1
15
+ config_two_equation_tke_min = 1e-10
16
+ config_two_equation_psi_min = 1e-10
17
+ config_tke_ini = 1.0e-30
18
+ config_LES_noise_enable = .true.
19
+ config_LES_noise_max_time = 150
20
+ config_LES_noise_min_level = 5
21
+ config_LES_noise_max_level = 45
22
+ config_LES_noise_perturbation_magnitude = 1e-4
You can’t perform that action at this time.
0 commit comments