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

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

Create styles folder to gather common files between manuals: NEMO.sty and ametsoc.bst

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