New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10544 for NEMO/trunk/doc/latex/NEMO/subfiles/chap_model_basics.tex – NEMO

Ignore:
Timestamp:
2019-01-18T14:20:35+01:00 (5 years ago)
Author:
nicolasmartin
Message:

Fixes for LaTeX compilation of NEMO manual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/NEMO/subfiles/chap_model_basics.tex

    r10501 r10544  
    10951095where $ \vect U^\ast = \lt( u^\ast,v^\ast,w^\ast \rt)$ is a non-divergent, 
    10961096eddy-induced transport velocity. This velocity field is defined by: 
    1097 \[ 
     1097\begin{gather} 
    10981098  % \label{eq:PE_eiv} 
    1099   u^\ast &=   \frac{1}{e_3}            \pd[]{k} \lt( A^{eiv} \;        \tilde{r}_1 \rt) \\ 
    1100   v^\ast &=   \frac{1}{e_3}            \pd[]{k} \lt( A^{eiv} \;        \tilde{r}_2 \rt) \\ 
    1101   w^\ast &= - \frac{1}{e_1 e_2} \lt[   \pd[]{i} \lt( A^{eiv} \; e_2 \, \tilde{r}_1 \rt) 
     1099  u^\ast =   \frac{1}{e_3}            \pd[]{k} \lt( A^{eiv} \;        \tilde{r}_1 \rt) \\ 
     1100  v^\ast =   \frac{1}{e_3}            \pd[]{k} \lt( A^{eiv} \;        \tilde{r}_2 \rt) \\ 
     1101  w^\ast = - \frac{1}{e_1 e_2} \lt[   \pd[]{i} \lt( A^{eiv} \; e_2 \, \tilde{r}_1 \rt) 
    11021102                                     + \pd[]{j} \lt( A^{eiv} \; e_1 \, \tilde{r}_2 \rt) \rt] 
    1103 \] 
     1103\end{gather} 
    11041104where $A^{eiv}$ is the eddy induced velocity coefficient 
    11051105(or equivalently the isoneutral thickness diffusivity coefficient), 
Note: See TracChangeset for help on using the changeset viewer.