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 14528 – NEMO

Changeset 14528


Ignore:
Timestamp:
2021-02-22T18:13:47+01:00 (3 years ago)
Author:
nicolasmartin
Message:

Fix headings with fortran code

Location:
NEMO/trunk/doc/latex/NEMO/subfiles
Files:
2 edited

Legend:

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

    r14526 r14528  
    2424 
    2525%% ================================================================================================= 
    26 \section[Choice of \forcode{namtra\_ldf} namelist parameters]{Choice of \protect\nam{tra_ldf}{tra\_ldf} namelist parameters} 
     26\section[Choice of \forcode{namtra_ldf} namelist parameters]{Choice of \protect\nam{tra_ldf}{tra\_ldf} namelist parameters} 
    2727 
    2828Two scheme are available to perform the iso-neutral diffusion. 
  • NEMO/trunk/doc/latex/NEMO/subfiles/chap_LBC.tex

    r14526 r14528  
    164164 
    165165%% ================================================================================================= 
    166 \subsection{Closed, cyclic (\forcode{l\_Iperio,l\_jperio})} 
     166\subsection{Closed, cyclic (\forcode{l_Iperio,l_jperio})} 
    167167\label{subsec:LBC_jperio012} 
    168168 
    169169The choice of closed or cyclic model domain boundary condition is made by 
    170 setting \forcode{l\_Iperio,l\_jperio} to true or false in namelist \nam{cfg}{cfg}. 
     170setting \forcode{l_Iperio,l_jperio} to true or false in namelist \nam{cfg}{cfg}. 
    171171Each time such a boundary condition is needed, it is set by a call to routine \mdl{lbclnk}. 
    172172The computation of momentum and tracer trends proceeds from $i=2$ to $i=jpi-1$ and from $j=2$ to $j=jpj-1$, 
     
    177177\begin{description} 
    178178 
    179 \item [For closed boundary (\forcode{l\_Iperio = .false.,l\_jperio = .false.})], solid walls are imposed at all model boundaries: 
     179\item [For closed boundary (\forcode{l_Iperio = .false.,l_jperio = .false.})], solid walls are imposed at all model boundaries: 
    180180  first and last rows and columns are set to zero. 
    181181 
    182 \item [For cyclic east-west boundary (\forcode{l\_Iperio = .true.,l\_jperio = .false.})], first and last rows are set to zero (closed) whilst the first column is set to 
     182\item [For cyclic east-west boundary (\forcode{l_Iperio = .true.,l_jperio = .false.})], first and last rows are set to zero (closed) whilst the first column is set to 
    183183  the value of the last-but-one column and the last column to the value of the second one 
    184184  (\autoref{fig:LBC_jperio}-a). 
    185185  Whatever flows out of the eastern (western) end of the basin enters the western (eastern) end. 
    186186 
    187 \item [For cyclic north-south boundary (\forcode{l\_Iperio = .false.,l\_jperio = .true.})], first and last columns are set to zero (closed) whilst the first row is set to 
     187\item [For cyclic north-south boundary (\forcode{l_Iperio = .false.,l_jperio = .true.})], first and last columns are set to zero (closed) whilst the first row is set to 
    188188  the value of the last-but-one row and the last row to the value of the second one 
    189189  (\autoref{fig:LBC_jperio}-a). 
    190190  Whatever flows out of the northern (southern) end of the basin enters the southern (northern) end. 
    191191 
    192 \item [Bi-cyclic east-west and north-south boundary (\forcode{l\_Iperio = .true.,l\_jperio = .true.})] combines cases 1 and 2. 
     192\item [Bi-cyclic east-west and north-south boundary (\forcode{l_Iperio = .true.,l_jperio = .true.})] combines cases 1 and 2. 
    193193 
    194194\end{description} 
     
    203203 
    204204%% ================================================================================================= 
    205 \subsection{North-fold (\forcode{l\_NFold = .true.})} 
     205\subsection{North-fold (\forcode{l_NFold = .true.})} 
    206206\label{subsec:LBC_north_fold} 
    207207 
Note: See TracChangeset for help on using the changeset viewer.