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

Ignore:
Timestamp:
2019-09-25T22:00:42+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Add template of versioning record at the beginning of chapters

File:
1 edited

Legend:

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

    r11597 r11598  
    22 
    33\begin{document} 
     4 
    45\chapter{Diurnal SST Models (DIU)} 
    56\label{chap:DIU} 
    67 
     8\thispagestyle{plain} 
     9 
    710\chaptertoc 
    811 
    9 $\ $\newline % force a new line 
     12\paragraph{Changes record} ~\\ 
     13 
     14{\footnotesize 
     15  \begin{tabularx}{\textwidth}{l||X|X} 
     16    Release & Author(s) & Modifications \\ 
     17    \hline 
     18    {\em   4.0} & {\em ...} & {\em ...} \\ 
     19    {\em   3.6} & {\em ...} & {\em ...} \\ 
     20    {\em   3.4} & {\em ...} & {\em ...} \\ 
     21    {\em <=3.4} & {\em ...} & {\em ...} 
     22  \end{tabularx} 
     23} 
     24 
     25\clearpage 
    1026 
    1127Code to produce an estimate of the diurnal warming and cooling of the sea surface skin 
     
    3753This namelist contains only two variables: 
    3854\begin{description} 
    39 \item [{\np{ln_diurnal}{ln\_diurnal}}] 
    40   A logical switch for turning on/off both the cool skin and warm layer. 
    41 \item [{\np{ln_diurnal_only}{ln\_diurnal\_only}}] 
    42   A logical switch which if \forcode{.true.} will run the diurnal model without the other dynamical parts of \NEMO. 
     55\item [{\np{ln_diurnal}{ln\_diurnal}}] A logical switch for turning on/off both the cool skin and warm layer. 
     56\item [{\np{ln_diurnal_only}{ln\_diurnal\_only}}] A logical switch which if \forcode{.true.} will run the diurnal model without the other dynamical parts of \NEMO. 
    4357  \np{ln_diurnal_only}{ln\_diurnal\_only} must be \forcode{.false.} if \np{ln_diurnal}{ln\_diurnal} is \forcode{.false.}. 
    4458\end{description} 
Note: See TracChangeset for help on using the changeset viewer.