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 @ 11123

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

Modification of LaTeX subfiles accordingly to new citations keys

File size: 3.9 KB
RevLine 
[9376]1%% ==============================================================================
[10495]2%% NEMO Reference Manual
[9376]3%% ==============================================================================
[707]4
5
[9376]6%% Preamble
7%% ==============================================================================
8
[10495]9%% Document layout
10\documentclass{book}
11
12%% Custom style (.sty)
[10146]13\usepackage{../main/NEMO_manual}
[11043]14\hypersetup{
15   pdftitle={NEMO ocean engine}, pdfauthor={Gurvan Madec, and NEMO System Team},
16   colorlinks
17}
[707]18
[10442]19%% Include references and index for single subfile compilation
20\newcommand{\biblio}{\bibliography{../main/NEMO_manual}}
21\newcommand{\pindex}{\printindex}
[10414]22
[10495]23\makeindex
24
25%% End of common preamble between main and sub-files
[9388]26\begin{document}
[9376]27
[10442]28%% Override custom cmds for full manual compilation
29\renewcommand{\biblio}{}
30\renewcommand{\pindex}{}
[9376]31
[10414]32
[9376]33%% Frontmatter
34%% ==============================================================================
35
[11007]36\graphicspath{{../../figures/logos/}}
37
[9388]38%% Frontpage
39\title{
[10495]40  \includegraphics[height=0.05\textheight]{CMCC}\hfill
41  \includegraphics[height=0.05\textheight]{CNRS}\hfill
42  \includegraphics[height=0.05\textheight]{MOI} \hfill
43  \includegraphics[height=0.05\textheight]{UKMO}\hfill
44  \includegraphics[height=0.05\textheight]{NERC}       \\
45  \includegraphics[ width=0.8\textwidth  ]{NEMO_grey}  \\
[11007]46  {\Huge NEMO ocean engine}                                     \\
[9388]47}
48\author{
[10442]49  \Large Gurvan Madec and NEMO System Team
[11007]50%  \thanks{
51%
52%  }                                                        \\
[10442]53  \textit{Issue 27, Notes du P\^{o}le de mod\'{e}lisation} \\
54  \textit{Institut Pierre-Simon Laplace (IPSL)}            \\
55  \textit{ISSN 1288-1619}
[9388]56}
[11007]57\date{\today}
[9388]58
[9376]59\maketitle
[707]60\frontmatter
61
[9376]62%% ToC i.e. Table of Contents
63\dominitoc
64\tableofcontents
65
66
67%% Mainmatter
68%% ==============================================================================
69
[707]70\mainmatter
71
[11007]72\graphicspath{{../../figures/NEMO/}}
73
[10414]74%% Foreword
75\subfile{../subfiles/foreword}
[707]76
[10495]77%% Introduction
[10146]78\subfile{../subfiles/introduction}
[707]79
[10495]80%% Chapters
[10146]81\subfile{../subfiles/chap_model_basics}
[11123]82\subfile{../subfiles/chap_time_domain}    % Time discretisation (time stepping strategy)
83\subfile{../subfiles/chap_DOM}            % Space discretisation
84\subfile{../subfiles/chap_TRA}            % Tracer advection/diffusion equation
85\subfile{../subfiles/chap_DYN}            % Dynamics : momentum equation
86\subfile{../subfiles/chap_SBC}            % Surface Boundary Conditions
87\subfile{../subfiles/chap_LBC}            % Lateral Boundary Conditions
88\subfile{../subfiles/chap_LDF}            % Lateral diffusion
89\subfile{../subfiles/chap_ZDF}            % Vertical diffusion
90\subfile{../subfiles/chap_DIA}            % Outputs and Diagnostics
91\subfile{../subfiles/chap_OBS}            % Observation operator
92\subfile{../subfiles/chap_ASM}            % Assimilation increments
93\subfile{../subfiles/chap_STO}            % Stochastic param.
94\subfile{../subfiles/chap_misc}           % Miscellaneous topics
95\subfile{../subfiles/chap_CONFIG}         % Predefined configurations
[707]96
[9388]97%% Appendix
[817]98\appendix
[11123]99\subfile{../subfiles/annex_A}             % Generalised vertical coordinate
100\subfile{../subfiles/annex_B}             % Diffusive operator
101\subfile{../subfiles/annex_C}             % Discrete invariants of the eqs.
102\subfile{../subfiles/annex_iso}            % Isoneutral diffusion using triads
103\subfile{../subfiles/annex_D}             % Coding rules
[9376]104
105%% Not included
[11123]106%\subfile{../subfiles/chap_model_basics_zstar}
107%\subfile{../subfiles/chap_DIU}
108%\subfile{../subfiles/chap_conservation}
[10146]109%\subfile{../subfiles/annex_E}            % Notes on some on going staff
[9376]110
111%% Backmatter
112%% ==============================================================================
113
114\backmatter
115
[9394]116%% Bibliography
117\cleardoublepage
118\phantomsection
119\addcontentsline{toc}{chapter}{Bibliography}
[10146]120\bibliography{../main/NEMO_manual}
[9394]121
[9376]122%% Index
[9394]123\cleardoublepage
124\phantomsection
[9393]125\addcontentsline{toc}{chapter}{Index}
[707]126\printindex
127
[781]128\end{document}
Note: See TracBrowser for help on using the repository browser.