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 11552 for NEMO/trunk/doc/latex/NEMO/subfiles/chap_DOM.tex – NEMO

Ignore:
Timestamp:
2019-09-16T17:38:22+02:00 (5 years ago)
Author:
nicolasmartin
Message:

add unbreakable space after \fortran & fninety

File:
1 edited

Legend:

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

    r11543 r11552  
    270270    \caption{ 
    271271      \protect\label{fig:DOM_index_hor} 
    272       Horizontal integer indexing used in the \fortran code. 
     272      Horizontal integer indexing used in the \fortran\ code. 
    273273      The dashed area indicates the cell in which variables contained in arrays have the same $i$- and $j$-indices 
    274274    } 
     
    277277%>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    278278 
    279 The array representation used in the \fortran code requires an integer indexing. 
     279The array representation used in the \fortran\ code requires an integer indexing. 
    280280However, the analytical definition of the mesh (see \autoref{subsec:DOM_cell}) is associated with the use of 
    281281integer values for $t$-points only while all the other points involve integer and a half values. 
     
    303303 
    304304In the vertical, the chosen indexing requires special attention since the direction of the $k$-axis in 
    305 the \fortran code is the reverse of that used in the semi -discrete equations and 
     305the \fortran\ code is the reverse of that used in the semi -discrete equations and 
    306306given in \autoref{subsec:DOM_cell}. 
    307307The sea surface corresponds to the $w$-level $k = 1$, which is the same index as the $t$-level just below 
     
    315315(compare the dashed area in \autoref{fig:DOM_index_hor} and \autoref{fig:DOM_index_vert}). 
    316316Since the scale factors are chosen to be strictly positive, 
    317 a \textit{minus sign} is included in the \fortran implementations of 
     317a \textit{minus sign} is included in the \fortran\ implementations of 
    318318\textit{all the vertical derivatives} of the discrete equations given in this manual in order to 
    319319accommodate the opposing vertical index directions in implementation and documentation. 
     
    325325    \caption{ 
    326326      \protect\label{fig:DOM_index_vert} 
    327       Vertical integer indexing used in the \fortran code. 
     327      Vertical integer indexing used in the \fortran\ code. 
    328328      Note that the $k$-axis is oriented downward. 
    329329      The dashed area indicates the cell in which variables contained in arrays have a common $k$-index. 
Note: See TracChangeset for help on using the changeset viewer.