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

Ignore:
Timestamp:
2019-09-20T11:44:31+02:00 (5 years ago)
Author:
nicolasmartin
Message:

New LaTeX commands \nam and \np to mention namelist content (step 2)
Finally convert \forcode{...} following \np{}{} into optional arg of the new command \np[]{}{}

File:
1 edited

Legend:

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

    r11578 r11582  
    11\documentclass[../main/NEMO_manual]{subfiles} 
     2 
     3\onlyinsubfile{\makeindex} 
    24 
    35\begin{document} 
     
    4648This namelist contains only two variables: 
    4749\begin{description} 
    48 \item[\np{ln_diurnal}{ln\_diurnal}] 
     50\item[{\np{ln_diurnal}{ln\_diurnal}}] 
    4951  A logical switch for turning on/off both the cool skin and warm layer. 
    50 \item[\np{ln_diurnal_only}{ln\_diurnal\_only}] 
     52\item[{\np{ln_diurnal_only}{ln\_diurnal\_only}}] 
    5153  A logical switch which if \forcode{.true.} will run the diurnal model without the other dynamical parts of \NEMO. 
    5254  \np{ln_diurnal_only}{ln\_diurnal\_only} must be \forcode{.false.} if \np{ln_diurnal}{ln\_diurnal} is \forcode{.false.}. 
     
    159161\] 
    160162 
    161 \biblio 
     163\onlyinsubfile{\bibliography{../main/bibliography}} 
    162164 
    163 \pindex 
     165\onlyinsubfile{\printindex} 
    164166 
    165167\end{document} 
Note: See TracChangeset for help on using the changeset viewer.