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.
NEMO_manual.tex in NEMO/trunk/doc/latex/NEMO/main – NEMO

source: NEMO/trunk/doc/latex/NEMO/main/NEMO_manual.tex @ 10442

Last change on this file since 10442 was 10442, checked in by nicolasmartin, 5 years ago

Front page edition, cleaning in custom LaTeX commands and add index for single subfile compilation

  • Use \thanks storing cmd to refer to the ST members list for 2018 in an footnote on the cover page
  • NEMO and Fortran in small capitals
  • Removing of unused or underused custom cmds, move local cmds to their respective .tex file
  • Addition of new ones (\zstar, \ztilde, \sstar, \stilde, \ie, \eg, \fortran, \fninety)
  • Fonts for indexed items: italic font for files (modules and .nc files), preformat for code (CPP keys, routines names and namelists content)
File size: 4.4 KB
RevLine 
[9376]1%% ==============================================================================
2%% NEMO_book.tex: build the NEMO Reference Manual
3%% ==============================================================================
[707]4
5
[9388]6%% Run ../build_NEMO_manual.sh to generate the PDF version (with pdflatex)
[707]7
[9388]8%% Document layout
9%% ==============================================================================
[9376]10
[9388]11\documentclass[a4paper, 11pt]{book}
12
13
[9376]14%% Preamble
15%% ==============================================================================
16
[10146]17%% Custom style
18\usepackage{../main/NEMO_manual}
[707]19
[9388]20\makeindex
[817]21
[9376]22
[9388]23%%
24%% ==============================================================================
[9376]25
[10442]26%% Include references and index for single subfile compilation
27\newcommand{\biblio}{\bibliography{../main/NEMO_manual}}
28\newcommand{\pindex}{\printindex}
[10414]29
[9388]30\begin{document}
[9376]31
[10442]32%% Override custom cmds for full manual compilation
33\renewcommand{\biblio}{}
34\renewcommand{\pindex}{}
[9376]35
[10414]36
[9376]37%% Frontmatter
38%% ==============================================================================
39
[9388]40%% Frontpage
[707]41
[9388]42\title{
[10405]43%\vspace{-6.0cm}\includegraphics[width=1.1\textwidth]{logo_ALL}            \\
44%\vspace{ 5.1cm}\includegraphics[width=0.9\textwidth]{NEMO_logo_Black}  \\
[9388]45\vspace{ 1.4cm}\rule{345pt}{1.5pt}                                      \\
46\vspace{0.45cm}{\Huge NEMO ocean engine}                                \\
47\rule{345pt}{1.5pt}
48}
[707]49
[9388]50\author{
[10442]51  \Large Gurvan Madec and NEMO System Team
52  \thanks{
53    Yevgeny Aksenov, Mireck Andrejczuk, Mike Bell, Romain Bourdalle-Badie, Cl\'{e}ment Bricaud,
54    J\'{e}r\^{o}me Chanut, Stefania Ciliberti, Emanuela Clementi, Andrew Coward, Damiano Delrosso,
55    Massimiliano Drudi, Christian Eth\'{e}, Simona Flavoni, Doroteaciro Iovino, Claire L\'{e}vy, Tomas Lovato,
56    Nicolas Martin, S\'{e}bastien Masson, Pierre Mathiot, Gelsomina Mattia, Francesca Mele, Silvia Mocavero,
57    George Nurser, Enda O'Dea, Julien Paul, Cl\'{e}ment Rousset, Dave Storkey, Martin Vancoppenolle
58  }                                                        \\
59                                                           \\
60  \textit{Issue 27, Notes du P\^{o}le de mod\'{e}lisation} \\
61  \textit{Institut Pierre-Simon Laplace (IPSL)}            \\
62  \textit{ISSN 1288-1619}
[9388]63}
[707]64
[10442]65\date{Version 4.0 -- January 2019}
[9388]66%\date{\today}
67
[9376]68\maketitle
[707]69\frontmatter
70
71
[9376]72%% ToC i.e. Table of Contents
73
74\dominitoc
75\tableofcontents
76
77
78%% Mainmatter
79%% ==============================================================================
80
[707]81\mainmatter
82
83
[10414]84%% Foreword
[9376]85
[10414]86\subfile{../subfiles/foreword}
[707]87
88
[9376]89% Introduction
90
[10146]91\subfile{../subfiles/introduction}
[707]92
93
[9376]94% Chapters
95
[10146]96\subfile{../subfiles/chap_model_basics}
[707]97
[10146]98\subfile{../subfiles/chap_time_domain}   % Time discretisation (time stepping strategy)
[707]99
[10146]100\subfile{../subfiles/chap_DOM}           % Space discretisation
[707]101
[10146]102\subfile{../subfiles/chap_TRA}           % Tracer advection/diffusion equation
[707]103
[10146]104\subfile{../subfiles/chap_DYN}           % Dynamics : momentum equation
[707]105
[10146]106\subfile{../subfiles/chap_SBC}           % Surface Boundary Conditions
[707]107
[10146]108\subfile{../subfiles/chap_LBC}           % Lateral Boundary Conditions
[707]109
[10146]110\subfile{../subfiles/chap_LDF}           % Lateral diffusion
[707]111
[10146]112\subfile{../subfiles/chap_ZDF}           % Vertical diffusion
[707]113
[10146]114\subfile{../subfiles/chap_DIA}           % Outputs and Diagnostics
[2541]115
[10146]116\subfile{../subfiles/chap_OBS}           % Observation operator
[2349]117
[10146]118\subfile{../subfiles/chap_ASM}           % Assimilation increments
[2349]119
[10146]120\subfile{../subfiles/chap_STO}           % Stochastic param.
[5405]121
[10146]122\subfile{../subfiles/chap_misc}          % Miscellaneous topics
[6140]123
[10146]124\subfile{../subfiles/chap_CONFIG}        % Predefined configurations
[707]125
126
[9388]127%% Appendix
[9376]128
[817]129\appendix
[707]130
[10146]131\subfile{../subfiles/annex_A}             % Generalised vertical coordinate
[707]132
[10146]133\subfile{../subfiles/annex_B}             % Diffusive operator
[707]134
[10146]135\subfile{../subfiles/annex_C}             % Discrete invariants of the eqs.
[9376]136
[10146]137\subfile{../subfiles/annex_iso}           % Isoneutral diffusion using triads
[9376]138
[10146]139\subfile{../subfiles/annex_D}             % Coding rules
[9376]140
141%% Not included
[10146]142%\subfile{../subfiles/chap_conservation}  %
143%\subfile{../subfiles/annex_E}            % Notes on some on going staff
144%\subfile{../subfiles/annex_Fox-Kemper}   % Notes on Fox-Kemper
145%\subfile{../subfiles/annex_EVP}          % Notes on EVP
[9376]146
147
148%% Backmatter
149%% ==============================================================================
150
151\backmatter
152
153
[9394]154%% Bibliography
155
156\cleardoublepage
157\phantomsection
158\addcontentsline{toc}{chapter}{Bibliography}
[10146]159\bibliography{../main/NEMO_manual}
[9394]160
161
[9376]162%% Index
163
[9394]164\cleardoublepage
165\phantomsection
[9393]166\addcontentsline{toc}{chapter}{Index}
[707]167\printindex
168
169
[781]170\end{document}
Note: See TracBrowser for help on using the repository browser.