50 | | !----------------------------------------------------------------------- |
51 | | rn_emin = 1.e-6 ! minimum value of e [m2/s2] |
52 | | rn_epsmin = 1.e-12 ! minimum value of eps [m2/s3] |
53 | | ln_length_lim = .true. ! limit on the dissipation rate under stable stratification (Galperin et al., 1988) |
54 | | clim_galp = 0.53 ! galperin limit |
55 | | ln_crban = .TRUE. ! Use Craig & Banner (1994) surface wave mixing parametrisation |
56 | | ln_sigpsi = .TRUE. ! Activate or not Burchard 2001 mods on psi schmidt number in the wb case |
57 | | rn_crban = 100. ! Craig and Banner 1994 constant for wb tke flux |
58 | | rn_charn = 70000. ! Charnock constant for wb induced roughness length |
59 | | nn_tkebc_surf = 1 ! surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) |
60 | | nn_tkebc_bot = 1 ! bottom tke condition (0/1=Dir/Neum) |
61 | | nn_psibc_surf = 1 ! surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg) |
62 | | nn_psibc_bot = 1 ! bottom psi condition (0/1=Dir/Neum) |
63 | | nn_stab_func = 2 ! stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB) |
64 | | nn_clos = 1 ! predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen) |
| 50 | !-----------------------------------------------------------------------|| |
| 51 | rn_emin = 1.e-6 ! minimum value of e [m2/s2]|| |
| 52 | rn_epsmin = 1.e-12 ! minimum value of eps [m2/s3]|| |
| 53 | ln_length_lim = .true. ! limit on the dissipation rate under stable stratification (Galperin et al., 1988)|| |
| 54 | clim_galp = 0.53 ! galperin limit|| |
| 55 | ln_crban = .TRUE. ! Use Craig & Banner (1994) surface wave mixing parametrisation|| |
| 56 | ln_sigpsi = .TRUE. ! Activate or not Burchard 2001 mods on psi schmidt number in the wb case|| |
| 57 | rn_crban = 100. ! Craig and Banner 1994 constant for wb tke flux|| |
| 58 | rn_charn = 70000. ! Charnock constant for wb induced roughness length|| |
| 59 | nn_tkebc_surf = 1 ! surface tke condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg)|| |
| 60 | nn_tkebc_bot = 1 ! bottom tke condition (0/1=Dir/Neum)|| |
| 61 | nn_psibc_surf = 1 ! surface psi condition (0/1/2=Dir/Neum/Dir Mellor-Blumberg)|| |
| 62 | nn_psibc_bot = 1 ! bottom psi condition (0/1=Dir/Neum)|| |
| 63 | nn_stab_func = 2 ! stability function (0=Galp, 1= KC94, 2=CanutoA, 3=CanutoB)|| |
| 64 | nn_clos = 1 ! predefined closure type (0=MY82, 1=k-eps, 2=k-w, 3=Gen)|| |