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.
TOP_manual.tex in NEMO/trunk/doc/latex/TOP/tex_main – NEMO

source: NEMO/trunk/doc/latex/TOP/tex_main/TOP_manual.tex @ 10896

Last change on this file since 10896 was 10896, checked in by cetlod, 5 years ago

Adding a first Draft of TOP documentation

File size: 2.1 KB
Line 
1%% ==============================================================================
2%% NEMO_book.tex: build the NEMO Reference Manual
3%% ==============================================================================
4
5
6%% Run ../build_NEMO_manual.sh to generate the PDF version (with pdflatex)
7
8%% Document layout
9%% ==============================================================================
10
11\documentclass{book}
12
13
14%% Preamble
15%% ==============================================================================
16
17\usepackage{../../NEMO/main/NEMO_manual}
18%\usepackage{../../tex_sub/NEMO_minted}
19
20\usepackage{bm}
21
22\makeindex
23
24
25%%
26%% ==============================================================================
27
28\begin{document}
29
30
31%% Frontmatter
32%% ==============================================================================
33
34%% Frontpage
35
36\title{
37\vspace{1.5cm}
38\rule{400pt}{1.5pt} \\
39\vspace{0.45cm}
40 {\Huge TOP \\}
41 {\Large -- Tracer in Ocean Paradigm --}\\
42 {\Large The NEMO Passive Tracer engine}\\ 
43\date{\today}
44\author{The NEMO-TOP Group \\
45Eth\'e Christian, Lovato Thomas, Aumont Olivier  \\
46Palmi\'eri Julien, Mouchet Anne, Nurser Georges, Yool Andrew  \\
47\\
48\small \textit{Note du P\^ole de mod\'elisation de l'Institut Pierre-Simon Laplace No 31} \\
49\small \textcolor{red}{First draft documentation. Needs completion and rewriting}. \\
50\\
51ISSN No 1288-1619\\
52}
53\rule{400pt}{1.5pt}
54}
55
56\maketitle                 % generate the title
57\frontmatter
58
59%% ToC i.e. Table of Contents
60
61\dominitoc
62\tableofcontents
63
64
65%% Mainmatter
66%% ==============================================================================
67
68\mainmatter
69
70
71\subfile{../tex_sub/introduction}
72\subfile{../tex_sub/model_description}
73\subfile{../tex_sub/model_setup}
74\subfile{../tex_sub/miscellaneous}
75
76%% Appendix
77
78%\appendix
79%% Backmatter
80%% ==============================================================================
81
82\backmatter
83
84%% Bibliography
85
86\cleardoublepage
87\phantomsection
88\addcontentsline{toc}{chapter}{Bibliography}
89
90\bibliography{../tex_main/TOP_manual.bbl}
91
92%% Index
93
94\cleardoublepage
95\phantomsection
96\addcontentsline{toc}{chapter}{Index}
97\printindex
98
99\end{document}
Note: See TracBrowser for help on using the repository browser.