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/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/doc/latex/NEMO/main – NEMO

source: NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/doc/latex/NEMO/main/NEMO_manual.tex @ 10419

Last change on this file since 10419 was 10419, checked in by smasson, 5 years ago

dev_r10164_HPC09_ESIWACE_PREP_MERGE: merge with trunk@10418, see #2133

File size: 4.0 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}
19\usepackage{../main/NEMO_minted}
[707]20
[9388]21\makeindex
[817]22
[9376]23
[9388]24%%
25%% ==============================================================================
[9376]26
[10419]27%% Trick to include biblio in subfile compilation
28\newcommand{\biblio}{
29  \bibliographystyle{../main/ametsoc}
30  \bibliography{../main/NEMO_manual}
31}
32
[9388]33\begin{document}
[9376]34
[10419]35%% Trick to include biblio in subfile compilation
36\def\biblio{}
[9376]37
[10419]38
[9376]39%% Frontmatter
40%% ==============================================================================
41
[9388]42%% Frontpage
[707]43
[9388]44\title{
[10419]45%\vspace{-6.0cm}\includegraphics[width=1.1\textwidth]{logo_ALL}            \\
46%\vspace{ 5.1cm}\includegraphics[width=0.9\textwidth]{NEMO_logo_Black}  \\
[9388]47\vspace{ 1.4cm}\rule{345pt}{1.5pt}                                      \\
48\vspace{0.45cm}{\Huge NEMO ocean engine}                                \\
49\rule{345pt}{1.5pt}
50}
[707]51
[9388]52\author{
53\Large Gurvan Madec, and the NEMO team                                                          \\
54\texttt{\small\href{mailto:gurvan.madec@locean-ipsl.umpc.fr}{gurvan.madec@locean-ipsl.umpc.fr}} \\
55}
[707]56
[9388]57\date{
58Decembre 2017                                                                                \\
59{\small  -- version 4.0 alpha --}                                                            \\
60~                                                                                            \\
61\textit{\small Note du P\^ole de mod\'{e}lisation de l'Institut Pierre-Simon Laplace No 27 } \\
62\vspace{0.45cm}{ ISSN No 1288-1619.}
63}
64%\date{\today}
65
[9376]66\maketitle
[707]67\frontmatter
68
69
[9376]70%% ToC i.e. Table of Contents
71
72\dominitoc
73\tableofcontents
74
75
76%% Mainmatter
77%% ==============================================================================
78
[707]79\mainmatter
80
81
[10419]82%% Foreword
[9376]83
[10419]84\subfile{../subfiles/foreword}
[707]85
86
[9376]87% Introduction
88
[10146]89\subfile{../subfiles/introduction}
[707]90
91
[9376]92% Chapters
93
[10146]94\subfile{../subfiles/chap_model_basics}
[707]95
[10146]96\subfile{../subfiles/chap_time_domain}   % Time discretisation (time stepping strategy)
[707]97
[10146]98\subfile{../subfiles/chap_DOM}           % Space discretisation
[707]99
[10146]100\subfile{../subfiles/chap_TRA}           % Tracer advection/diffusion equation
[707]101
[10146]102\subfile{../subfiles/chap_DYN}           % Dynamics : momentum equation
[707]103
[10146]104\subfile{../subfiles/chap_SBC}           % Surface Boundary Conditions
[707]105
[10146]106\subfile{../subfiles/chap_LBC}           % Lateral Boundary Conditions
[707]107
[10146]108\subfile{../subfiles/chap_LDF}           % Lateral diffusion
[707]109
[10146]110\subfile{../subfiles/chap_ZDF}           % Vertical diffusion
[707]111
[10146]112\subfile{../subfiles/chap_DIA}           % Outputs and Diagnostics
[2541]113
[10146]114\subfile{../subfiles/chap_OBS}           % Observation operator
[2349]115
[10146]116\subfile{../subfiles/chap_ASM}           % Assimilation increments
[2349]117
[10146]118\subfile{../subfiles/chap_STO}           % Stochastic param.
[5405]119
[10146]120\subfile{../subfiles/chap_misc}          % Miscellaneous topics
[6140]121
[10146]122\subfile{../subfiles/chap_CONFIG}        % Predefined configurations
[707]123
124
[9388]125%% Appendix
[9376]126
[817]127\appendix
[707]128
[10146]129\subfile{../subfiles/annex_A}             % Generalised vertical coordinate
[707]130
[10146]131\subfile{../subfiles/annex_B}             % Diffusive operator
[707]132
[10146]133\subfile{../subfiles/annex_C}             % Discrete invariants of the eqs.
[9376]134
[10146]135\subfile{../subfiles/annex_iso}           % Isoneutral diffusion using triads
[9376]136
[10146]137\subfile{../subfiles/annex_D}             % Coding rules
[9376]138
139%% Not included
[10146]140%\subfile{../subfiles/chap_conservation}  %
141%\subfile{../subfiles/annex_E}            % Notes on some on going staff
142%\subfile{../subfiles/annex_Fox-Kemper}   % Notes on Fox-Kemper
143%\subfile{../subfiles/annex_EVP}          % Notes on EVP
[9376]144
145
146%% Backmatter
147%% ==============================================================================
148
149\backmatter
150
151
[9394]152%% Bibliography
153
154\cleardoublepage
155\phantomsection
156\addcontentsline{toc}{chapter}{Bibliography}
[10146]157\bibliography{../main/NEMO_manual}
[9394]158
159
[9376]160%% Index
161
[9394]162\cleardoublepage
163\phantomsection
[9393]164\addcontentsline{toc}{chapter}{Index}
[707]165\printindex
166
167
[781]168\end{document}
Note: See TracBrowser for help on using the repository browser.