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

source: NEMO/trunk/doc/latex/SI3/tex_main/SI3_manual.tex @ 10405

Last change on this file since 10405 was 9995, checked in by vancop, 6 years ago

Radiative transfer SI3 documentation

File size: 2.6 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[a4paper, 11pt]{book}
12
13
14%% Preamble
15%% ==============================================================================
16
17\usepackage{../../tex_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 SI$^3$ \\}
41 {\Large -- Sea Ice modelling Integrated Initiative --}\\
42 {\Large The NEMO Sea Ice engine}\\ 
43\date{\today}
44\author{The NEMO Sea Ice Working Group \\
45\\
46\small \textit{Note du P\^ole de mod\'elisation de l'Institut Pierre-Simon Laplace No 31} \\
47\small \textcolor{red}{First draft documentation. Needs completion and rewriting}. \\
48\\
49ISSN No 1288-1619\\
50}
51\rule{400pt}{1.5pt}
52}
53
54\maketitle                 % generate the title
55
56\frontmatter
57
58%% ToC i.e. Table of Contents
59
60\dominitoc
61\tableofcontents
62
63
64%% Mainmatter
65%% ==============================================================================
66
67\mainmatter
68
69\subfile{../tex_sub/todolist}
70
71%% Abstract - Foreword
72
73\subfile{../tex_sub/abstract_foreword}
74
75% Introduction
76
77\subfile{../tex_sub/introduction}
78
79% Chapters
80
81\subfile{../tex_sub/chap_model_basics}
82
83\subfile{../tex_sub/chap_domain}
84
85\subfile{../tex_sub/chap_dynamics}
86
87\subfile{../tex_sub/chap_transport}
88
89\subfile{../tex_sub/chap_ridging_rafting}
90
91\subfile{../tex_sub/chap_radiative_transfer}
92
93\subfile{../tex_sub/chap_thermo}
94
95\subfile{../tex_sub/chap_interfaces}
96
97\subfile{../tex_sub/chap_output_diagnostics}
98
99\subfile{../tex_sub/chap_single_category_use}
100
101\subfile{../tex_sub/chap_bdy_agrif}
102
103\subfile{../tex_sub/chap_miscellaneous}
104
105%% Appendix
106
107%\appendix
108%% Backmatter
109%% ==============================================================================
110
111\backmatter
112
113%% Bibliography
114
115\cleardoublepage
116\phantomsection
117\addcontentsline{toc}{chapter}{Bibliography}
118
119\bibliography{../tex_main/SI3_manual.bbl}
120%\bibliography{/Users/ioulianikolskaia/Boulot/LIBRARY/BIBTEX/Martin_biblio.bib}
121
122%% Index
123
124\cleardoublepage
125\phantomsection
126\addcontentsline{toc}{chapter}{Index}
127\printindex
128
129\end{document}
Note: See TracBrowser for help on using the repository browser.