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
RevLine 
[9974]1%% ==============================================================================
[11015]2%% SI3 Reference Manual
[9974]3%% ==============================================================================
4
5
[11015]6%% Preamble
7%% ==============================================================================
[9974]8
9%% Document layout
[11152]10\documentclass[draft]{scrreport}
[9974]11
[11015]12%% Custom style (.sty)
[11152]13\usepackage{../../global/packages}
[11043]14\hypersetup{
[11152]15  pdftitle={Sea Ice modelling Integrated Initiative (SI³) -- The NEMO sea ice engine},
[11043]16  pdfauthor={NEMO Sea Ice Working Group},
17  colorlinks
18}
[9974]19
[11015]20%% Include references and index for single subfile compilation
21\newcommand{\biblio}{\bibliography{../main/SI3_manual}}
22\newcommand{\pindex}{\printindex}
[9974]23
24\makeindex
25
[11015]26%% End of common preamble between main and sub-files
27\begin{document}
[11152]28\pagenumbering{gobble}
[9974]29
[11015]30%% Override custom cmds for full manual compilation
31\renewcommand{\biblio}{}
32\renewcommand{\pindex}{}
[9974]33
34
35%% Frontmatter
36%% ==============================================================================
37
[11152]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.}}
[9974]40}
[11152]41\author{NEMO Sea Ice Working Group\thanks{
42    TBD
43  }
[9974]44}
[11015]45\date{\today}
[9974]46
[11152]47%% Title and information pages
48\input{../../global/frontpages}
[9974]49
[11152]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
[9974]66%% ToC i.e. Table of Contents
[11152]67\newpage
[9974]68\dominitoc
69\tableofcontents
70
[11152]71\clearpage
[9974]72
73%% Mainmatter
74%% ==============================================================================
75
[11152]76%\mainmatter   %% Chapter numbering on, page numbering is reset with Arabic numerals
77\pagenumbering{arabic}
[9974]78
[11015]79\graphicspath{{../../figures/SI3/}}
[9974]80
[11015]81\subfile{../subfiles/todolist}
82
[9974]83% Introduction
84
[11015]85\subfile{../subfiles/introduction}
[9974]86
87% Chapters
88
[11015]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}
[9974]101
102%% Appendix
[11152]103%% ==============================================================================
[9974]104
[11152]105%\appendix   % Chapter numbering is reset with letters now
106
107
[9974]108%% Backmatter
109%% ==============================================================================
110
[11152]111%\backmatter   %% Chapter numbering off
[9974]112
113%% Bibliography
114\phantomsection
115\addcontentsline{toc}{chapter}{Bibliography}
[11015]116\bibliography{../main/SI3_manual}
[9974]117%\bibliography{/Users/ioulianikolskaia/Boulot/LIBRARY/BIBTEX/Martin_biblio.bib}
118
119%% Index
[11152]120\clearpage
[9974]121\phantomsection
122\addcontentsline{toc}{chapter}{Index}
123\printindex
124
125\end{document}
Note: See TracBrowser for help on using the repository browser.