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.
foreword.tex in NEMO/trunk/doc/latex/NEMO/subfiles – NEMO

source: NEMO/trunk/doc/latex/NEMO/subfiles/foreword.tex @ 10442

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

Front page edition, cleaning in custom LaTeX commands and add index for single subfile compilation

  • Use \thanks storing cmd to refer to the ST members list for 2018 in an footnote on the cover page
  • NEMO and Fortran in small capitals
  • Removing of unused or underused custom cmds, move local cmds to their respective .tex file
  • Addition of new ones (\zstar, \ztilde, \sstar, \stilde, \ie, \eg, \fortran, \fninety)
  • Fonts for indexed items: italic font for files (modules and .nc files), preformat for code (CPP keys, routines names and namelists content)
File size: 2.7 KB
RevLine 
[10414]1\documentclass[../main/NEMO_manual]{subfiles}
2
[6997]3\begin{document}
[707]4
5% ================================================================
[9376]6% Abstract
[707]7% ================================================================
8
[9376]9\chapter*{Abstract}
[707]10
11\vspace{-40pt}
12
[3294]13{\small
[10354]14  The ocean engine of NEMO (Nucleus for European Modelling of the Ocean) is a primitive equation model adapted to
15  regional and global ocean circulation problems.
16  It is intended to be a flexible tool for studying the ocean and its interactions with
17  the others components of the earth climate system over a wide range of space and time scales.
18  Prognostic variables are the three-dimensional velocity field, a non-linear sea surface height,
19  the \textit{Conservative} Temperature and the \textit{Absolute} Salinity.
20  In the horizontal direction, the model uses a curvilinear orthogonal grid and in the vertical direction,
21  a full or partial step $z$-coordinate, or $s$-coordinate, or a mixture of the two.
22  The distribution of variables is a three-dimensional Arakawa C-type grid.
23  Various physical choices are available to describe ocean physics, including TKE, and GLS vertical physics.
24  Within NEMO, the ocean is interfaced with a sea-ice model (LIM or CICE),
25  passive tracer and biogeochemical models (TOP) and,
26  via the OASIS coupler, with several atmospheric general circulation models.
27  It also support two-way grid embedding via the AGRIF software.
[707]28} 
29
30% ================================================================
31% Disclaimer
32% ================================================================
33\chapter*{Disclaimer}
34
[10354]35Like all components of NEMO,
36the ocean component is developed under the \href{http://www.cecill.info/}{CECILL license},
37which is a French adaptation of the GNU GPL (General Public License).
38Anyone may use it freely for research purposes,
39and is encouraged to communicate back to the NEMO team its own developments and improvements.
40The model and the present document have been made available as a service to the community.
41We cannot certify that the code and its manual are free of errors.
42Bugs are inevitable and some have undoubtedly survived the testing phase.
43Users are encouraged to bring them to our attention.
44The author assumes no responsibility for problems, errors, or incorrect usage of NEMO.
[707]45
[9376]46\vspace{1cm}
[817]47NEMO reference in papers and other publications is as follows:
[9376]48\vspace{0.5cm}
[707]49
[2282]50Madec, G., and the NEMO team, 2008: NEMO ocean engine.
51\textit{Note du P\^ole de mod\'{e}lisation}, Institut Pierre-Simon Laplace (IPSL), France,
52No 27, ISSN No 1288-1619.\\
[707]53
[994]54
[9376]55\vspace{0.5cm}
56Additional information can be found on \href{http://www.nemo-ocean.eu/}{www.nemo-ocean.eu}.
57\vspace{0.5cm}
[817]58
[10414]59\biblio
60
[10442]61\pindex
62
[6997]63\end{document}
Note: See TracBrowser for help on using the repository browser.