Skip to content

Commit ad28fd5

Browse files
committed
WIP add turbulence_closure test to docs
1 parent 511ff3a commit ad28fd5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

0 commit comments

Comments
 (0)