Difference between revisions of "GLS MIXING"

From WikiROMS
Jump to navigationJump to search
m (Text replacement - "ocean.in" to "roms.in")   (change visibility)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
= '''Generic Length Scale vertical mixing parameterization''' =
{{#lst:Options|GLS_MIXING}}
{{#lst:Options|GLS_MIXING}}


Wilkin: Here we would write a more verbose description of the GLS scheme (but not a full algorithm/science description). Basically just enough to help a user with a meaningful choice among the following suboptions:
Wilkin: Here we would write a more verbose description of the GLS scheme (but not a full algorithm/science description). Basically just enough to help a user with a meaningful choice among the following suboptions:
Line 15: Line 15:
[[N2S2_HORAVG]]
[[N2S2_HORAVG]]


There are parameters in [[ocean.in]] that determine whether [[GLS_MIXING]] implements the turbulence closure options of ''k-kl'', k-<math>\epsilon</math>, or k-<math>\omega</math>
There are parameters in [[roms.in]] that determine whether [[GLS_MIXING]] implements the turbulence closure options of ''k-kl'', k-&epsilon; or k-&omega;.


Parents: [[Vertical Turbulence Closure]]
Parents: [[Vertical Turbulence Closure]]

Latest revision as of 15:13, 17 July 2019

Generic Length Scale vertical mixing parameterization

GLS_MIXING
Option to activate Generic Length Scale vertical mixing parameterization (Warner et al., 2005) for vertical turbulent mixing of momentum and tracers.
related = CANUTO_A, CANUTO_B, CHARNOK, CRAIG_BANNER, KANTHA_CLAYSON, K_C2ADVECTION, K_C4ADVECTION, N2S2_HORAVG, ZOS_HSIG, TKE_WAVEDISS
conflict = BVF_MIXING, MY25_MIXING, LMD_MIXING
routine = gls_corstep.F, gls_prestep.F, roms.in

Wilkin: Here we would write a more verbose description of the GLS scheme (but not a full algorithm/science description). Basically just enough to help a user with a meaningful choice among the following suboptions:

The following CPP options modify the configuration of the Generic Length-Scale vertical turbulence closure:

CANUTO_A CANUTO_B CHARNOK CRAIG_BANNER KANTHA_CLAYSON K_C2ADVECTION K_C4ADVECTION N2S2_HORAVG

There are parameters in roms.in that determine whether GLS_MIXING implements the turbulence closure options of k-kl, k-ε or k-ω.

Parents: Vertical Turbulence Closure