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/main – NEMO

source: NEMO/trunk/doc/latex/SI3/main/SI3_manual.tex @ 11152

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

Modifications in NEMO manual disseminated to SI3 and TOP

File size: 3.2 KB
Line 
1%% ==============================================================================
2%% SI3 Reference Manual
3%% ==============================================================================
4
5
6%% Preamble
7%% ==============================================================================
8
9%% Document layout
10\documentclass[draft]{scrreport}
11
12%% Custom style (.sty)
13\usepackage{../../global/packages}
14\hypersetup{
15  pdftitle={Sea Ice modelling Integrated Initiative (SI³) -- The NEMO sea ice engine},
16  pdfauthor={NEMO Sea Ice Working Group},
17  colorlinks
18}
19
20%% Include references and index for single subfile compilation
21\newcommand{\biblio}{\bibliography{../main/SI3_manual}}
22\newcommand{\pindex}{\printindex}
23
24\makeindex
25
26%% End of common preamble between main and sub-files
27\begin{document}
28\pagenumbering{gobble}
29
30%% Override custom cmds for full manual compilation
31\renewcommand{\biblio}{}
32\renewcommand{\pindex}{}
33
34
35%% Frontmatter
36%% ==============================================================================
37
38\title{Sea Ice modelling Integrated Initiative (SI$^3$) -- The NEMO sea ice engine}
39%  \small{\textcolor{red}{First draft documentation. Needs completion and rewriting.}}
40}
41\author{NEMO Sea Ice Working Group\thanks{
42    TBD
43  }
44}
45\date{\today}
46
47%% Title and information pages
48\input{../../global/frontpages}
49
50%% Citation embedded
51\textsf{
52``{\bfseries Sea Ice modelling Integrated Initiative (SI$^3$) -- The NEMO sea ice engine}'',
53NEMO Sea Ice Working Group,
54{\em Scientific Notes of Climate Modelling Center (31)}, ISSN 1288-1619,
55Institut Pierre-Simon Laplace (IPSL),
56\href{http://doi.org/10.5281/zenodo.1471689}{doi:10.5281/zenodo.1471689}
57}
58
59\newpage
60%\frontmatter   %% Chapter numbering off and Roman numerals for page numbers
61\pagenumbering{roman}
62
63\subfile{../subfiles/foreword}            %% Foreword
64
65
66%% ToC i.e. Table of Contents
67\newpage
68\dominitoc
69\tableofcontents
70
71\clearpage
72
73%% Mainmatter
74%% ==============================================================================
75
76%\mainmatter   %% Chapter numbering on, page numbering is reset with Arabic numerals
77\pagenumbering{arabic}
78
79\graphicspath{{../../figures/SI3/}}
80
81\subfile{../subfiles/todolist}
82
83% Introduction
84
85\subfile{../subfiles/introduction}
86
87% Chapters
88
89\subfile{../subfiles/chap_model_basics}
90\subfile{../subfiles/chap_domain}
91\subfile{../subfiles/chap_dynamics}
92\subfile{../subfiles/chap_transport}
93\subfile{../subfiles/chap_ridging_rafting}
94\subfile{../subfiles/chap_radiative_transfer}
95\subfile{../subfiles/chap_thermo}
96\subfile{../subfiles/chap_interfaces}
97\subfile{../subfiles/chap_output_diagnostics}
98\subfile{../subfiles/chap_single_category_use}
99\subfile{../subfiles/chap_bdy_agrif}
100\subfile{../subfiles/chap_miscellaneous}
101
102%% Appendix
103%% ==============================================================================
104
105%\appendix   % Chapter numbering is reset with letters now
106
107
108%% Backmatter
109%% ==============================================================================
110
111%\backmatter   %% Chapter numbering off
112
113%% Bibliography
114\phantomsection
115\addcontentsline{toc}{chapter}{Bibliography}
116\bibliography{../main/SI3_manual}
117%\bibliography{/Users/ioulianikolskaia/Boulot/LIBRARY/BIBTEX/Martin_biblio.bib}
118
119%% Index
120\clearpage
121\phantomsection
122\addcontentsline{toc}{chapter}{Index}
123\printindex
124
125\end{document}
Note: See TracBrowser for help on using the repository browser.