next up previous contents
Next: 33.2.4.3 Adjustable parameters Up: 33.2.4 ppvmix Previous: 33.2.4.1 Richardson number

   
33.2.4.2 Vertical mixing coefficients

After computing the Richardson number, both vertical mixing coefficients are computed at the bases of their respective cells for rows 2 through jmw-1 in the memory window


$\displaystyle diff\_cbt_{i,k,j}$ = $\displaystyle \frac{fricmax}{(1 + 5\cdot rit_{i,k,j})^3} + diff\_cbt\_back$ (33.10)
$\displaystyle visc\_cbt_{i,k,j}$ = $\displaystyle \frac{fricmax}{(1 + 5\cdot riu_{i,k,j})^2} + visc\_cbu\_back$ (33.11)

In regions of vertical instability, the mixing coefficients are set to their limiting values.


$\displaystyle visc\_cbt_{i,k,j}$ = $\displaystyle visc\_cbu\_limit \;\;(for \;\; rit_{i,k,j} < 0)$ (33.12)
$\displaystyle diff\_cbt_{i,k,j}$ = $\displaystyle diff\_cbt\_limit \;\;(for \;\; riu_{i,k,j} < 0)$ (33.13)

Typically, $diff\_cbt\_limit$ is set to 106 cm2/sec when option implicitvmix is enabled. Otherwise it is set to fricmax. The value of $visc\_cbu\_limit$ is set to fricmax regardless of whether option implicitvmix is enabled or not.

To account for the effect of high frequency wind mixing near the surface (which is absent in climatological monthly mean wind stress), the mixing coefficients at the base of level one are taken as the maximum of the predicted mixing coefficients and parameter windmix.


$\displaystyle diff\_cbt_{i,k=1,j}$ = $\displaystyle max(windmix, diff\_cbt_{i,k=1,j})$ (33.14)
$\displaystyle visc\_cbu_{i,k=1,j}$ = $\displaystyle max(windmix, visc\_cbu_{i,k=1,j})$ (33.15)


next up previous contents
Next: 33.2.4.3 Adjustable parameters Up: 33.2.4 ppvmix Previous: 33.2.4.1 Richardson number
RC Pacanowski and SM Griffies, GFDL, Jan 2000