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_r9956_ENHANCE05_ZAD_AIMP/doc/tex_main – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/tex_main/NEMO_manual.tex @ 11574

Last change on this file since 11574 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

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