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

Ignore:
Timestamp:
2019-09-25T19:06:37+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Application of some coding rules

  • Replace comments before sectioning cmds by a single line of 100 characters long to display when every line should break
  • Replace multi blank lines by one single blank line
  • For list environment, put \item, label and content on the same line
  • Remove \newpage and comments line around figure envs
File:
1 edited

Legend:

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

    r11584 r11596  
    33\begin{document} 
    44 
    5 % ================================================================ 
    6 % Chapter Lateral Ocean Physics (LDF) 
    7 % ================================================================ 
    85\chapter{Lateral Ocean Physics (LDF)} 
    96\label{chap:LDF} 
    107 
    118\chaptertoc 
    12  
    13 \newpage 
    149 
    1510The lateral physics terms in the momentum and tracer equations have been described in \autoref{eq:MB_zdf} and 
     
    3126%-------------------------------------------------------------------------------------------------------------- 
    3227 
    33 % ================================================================ 
    34 % Lateral Mixing Operator 
    35 % ================================================================ 
    3628\section[Lateral mixing operators]{Lateral mixing operators} 
    3729\label{sec:LDF_op} 
     
    5547We stress again that from \NEMO\ 4, the simultaneous use Laplacian and Bilaplacian operators is not allowed. 
    5648 
    57 % ================================================================ 
    58 % Direction of lateral Mixing 
    59 % ================================================================ 
    6049\section[Direction of lateral mixing (\textit{ldfslp.F90})]{Direction of lateral mixing (\protect\mdl{ldfslp})} 
    6150\label{sec:LDF_slp} 
     
    151140\begin{description} 
    152141 
    153 \item[$z$-coordinate with full step: ] 
     142\item [$z$-coordinate with full step: ] 
    154143  in \autoref{eq:LDF_slp_iso} the densities appearing in the $i$ and $j$ derivatives  are taken at the same depth, 
    155144  thus the $in situ$ density can be used. 
     
    158147  (see \autoref{subsec:TRA_bn2}). 
    159148 
    160 \item[$z$-coordinate with partial step: ] 
     149\item [$z$-coordinate with partial step: ] 
    161150  this case is identical to the full step case except that at partial step level, 
    162151  the \emph{horizontal} density gradient is evaluated as described in \autoref{sec:TRA_zpshde}. 
    163152 
    164 \item[$s$- or hybrid $s$-$z$- coordinate: ] 
     153\item [$s$- or hybrid $s$-$z$- coordinate: ] 
    165154  in the current release of \NEMO, iso-neutral mixing is only employed for $s$-coordinates if 
    166155  the Griffies scheme is used (\np[=.true.]{ln_traldf_triad}{ln\_traldf\_triad}; 
     
    234223contrary to the \citet{griffies.gnanadesikan.ea_JPO98} operator which has that property. 
    235224 
    236 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    237225\begin{figure}[!ht] 
    238226  \centering 
     
    241229  \label{fig:LDF_ZDF1} 
    242230\end{figure} 
    243 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    244231 
    245232%There are three additional questions about the slope calculation. 
     
    249236 
    250237%from griffies: chapter 13.1.... 
    251  
    252  
    253238 
    254239% In addition and also for numerical stability reasons \citep{cox_OM87, griffies_bk04}, 
     
    264249\colorbox{yellow}{The way slopes are tapered has be checked. Not sure that this is still what is actually done.} 
    265250 
    266 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    267251\begin{figure}[!ht] 
    268252  \centering 
     
    286270  \label{fig:LDF_eiv_slp} 
    287271\end{figure} 
    288 %>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    289272 
    290273\colorbox{yellow}{add here a discussion about the flattening of the slopes, vs tapering the coefficient.} 
     
    316299(see \autoref{sec:LBC_coast}). 
    317300 
    318  
    319 % ================================================================ 
    320 % Lateral Mixing Coefficients 
    321 % ================================================================ 
    322301\section[Lateral mixing coefficient (\forcode{nn_aht_ijk_t} \& \forcode{nn_ahm_ijk_t})]{Lateral mixing coefficient (\protect\np{nn_aht_ijk_t}{nn\_aht\_ijk\_t} \& \protect\np{nn_ahm_ijk_t}{nn\_ahm\_ijk\_t})} 
    323302\label{sec:LDF_coef} 
     
    467446(\autoref{sec:INVARIANTS_dynldf_properties}). 
    468447 
    469 % ================================================================ 
    470 % Eddy Induced Mixing 
    471 % ================================================================ 
    472448\section[Eddy induced velocity (\forcode{ln_ldfeiv})]{Eddy induced velocity (\protect\np{ln_ldfeiv}{ln\_ldfeiv})} 
    473449 
     
    483459 
    484460%-------------------------------------------------------------------------------------------------------------- 
    485  
    486461 
    487462%%gm  from Triad appendix  : to be incorporated.... 
     
    538513In case of setting \np[=.true.]{ln_traldf_triad}{ln\_traldf\_triad}, a skew form of the eddy induced advective fluxes is used, which is described in \autoref{apdx:TRIADS}. 
    539514 
    540 % ================================================================ 
    541 % Mixed layer eddies 
    542 % ================================================================ 
    543515\section[Mixed layer eddies (\forcode{ln_mle})]{Mixed layer eddies (\protect\np{ln_mle}{ln\_mle})} 
    544516\label{sec:LDF_mle} 
Note: See TracChangeset for help on using the changeset viewer.