next up previous contents
Next: 39.7.2.5 Laplacian skew-diffusion Up: 39.7.2 Discretization Previous: 39.7.2.3 Vertical diffusion

39.7.2.4 Laplacian horizontal diffusion

The contribution from horizontal diffusion consists of three model processes:

It is generally written
diffhorzi,k,j = $\displaystyle (\rho_{\theta})_{i,k,j} \, (diffhorz_{\theta})_{i,k,j}
+ (\rho_{s})_{i,k,j} \, (diffhorz_{s})_{i,k,j}.$ (39.102)

The contribution from horizontal diffusion for each tracer takes the form
(diffhorz)i,k,j = $\displaystyle dx\_tr_{i,k,j}
\,
\left( diff\_fe_{i,k,j} - diff\_fe_{i-1,k,j} \right)$  
  + $\displaystyle dy\_tr_{i,k,j}
\,
\left( diff\_fn_{i,k,j} - diff\_fn_{i,k,j-1} \right)$ (39.103)

where
$\displaystyle diff\_fe_{i,k,j}$ = $\displaystyle diff\_cet(i,k,j) \, (t_{i+1,k,j,n} - t_{i,k,j,n}) \, cstdxur_{i,j}$ (39.104)
$\displaystyle diff\_fn_{i,k,j}$ = $\displaystyle diff\_cnt(i,k,j) \, (t_{i,k,j+1,n} - t_{i,k,j,n}) \, csu\_dyur_{j}.$ (39.105)

The  isotropic_mixed and ahsteep contributions are added where appropriate.



RC Pacanowski and SM Griffies, GFDL, Jan 2000