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

source: NEMO/trunk/doc/latex/SI3/subfiles/introduction.tex @ 11043

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

Several fixes for the LaTeX compilation of the manuals

File size: 6.0 KB
Line 
1
2% ================================================================
3% INTRODUCTION
4% ================================================================
5
6\chapter*{Introduction}
7
8\textcolor{red}{[ \textit{July 2018} ]} \\
9
10%Near the poles of the Earth, the seas and oceans freeze when seawater at the freezing point loses heat. The resulting forms of saline ice are collectively called \textit{sea ice} \citep{WMO70}, reaching up to a few meters in thickness, where as sea ice coverage is about 5\% of the global ocean, about 30 million square kilometers. All sea ice characteristics vary over a wide range of spatio-temporal scales, reflecting changes in heat, mass and momentum exchanges with the atmosphere and the ocean; the clearest temporal signal being an ample seasonal cycle. Sea ice formation and melting affects water mass formation in the ocean \citep{goosse_1999}. It not only impacts, but also reflects the state of the climate system \citep{budyko_1969,notz_2016}.  Sea ice also affects marine life, water chemistry and human activities in polar regions. Local populations use sea ice for travelling and hunting, whereas navigation and resource exploitation are dependent on sea ice conditions. For such reasons, ocean modelling systems, including NEMO, must include a sea ice component.
11
12The sea Ice Modelling Integrated Initiative (SI$^3$) is the sea ice engine of the Nucleus for European Modelling of the Ocean (NEMO). It is intended to be a flexible tool for studying sea ice and its interactions with the other components of the Earth System over a wide range of space and time scales. SI$^3$ is a curvilinear grid, finite-difference implementation of the classical AIDJEX\footnote{AIDJEX=\textbf{A}rctic \textbf{I}ce \textbf{D}ynamics \textbf{J}oint \textbf{EX}periment} model \citep{coon_1974}, combining the conservation of momentum for viscous-plastic continuum, energy and salt-conserving halo-thermodynamics, an explicit representation of subgrid-scale ice thickness variations, snow and melt ponds. An option to switch back to the \textit{single-category} (or \textit{2-level}) framework of \cite{hibler_1979} provides a cheap sea ice modelling solution.
13
14SI$^3$ is the result of the recommendation of the Sea Ice Working Group (SIWG) to reduce duplication and better use development resources. SI$^3$ merges the capabilities of the 3 formerly used NEMO sea ice models (CICE, GELATO and LIM). The \textbf{3} in SI$^3$ refers to the three formerly used sea ice models. It also refers to linkages between 3 different media (ocean, ice, snow). The model can be spelt 'SI3' in situations where the superscript could be problematic (i.e., within code and svn repository etc.) The model name would be pronounced as 'si-cube' for short (or 'sea ice cubed' for slightly longer).
15
16% Limitations & scope
17%There are limitations to the applicability of models such as SI$^3$. The continuum approach is not invalid for grid cell size above at least 1 km, below which sea ice particles may include just a few floes, which is not sufficient \citep{lepparanta_2011}. Second, one must remember that our current knowledge of sea ice is not as complete as for the ocean: there are no fundamental equations such as Navier Stokes equations for sea ice. Besides, important features and processes span widely different scales, such as brine inclusions (1 $\mu$m-1 mm) \citep{perovich_1996}, horizontal thickness variations (1 m-100 km) \citep{percival_2008}, deformation and fracturing (10 m-1000 km) \citep{marsan_2004}. These impose complicated and often subjective subgrid-scale treatments. All in all, there is more empirism in sea ice models than in ocean models.
18
19In order to handle all the subsequent required subjective choices, we applied the following guidelines or principles:
20\begin{itemize}
21\item Sea ice is frozen seawater that is in tight interaction with the underlying ocean. This close connexion suggests that the sea ice and ocean model components must be as consistent as possible. In practice, this is materialized by the close match between LIM and NEMO, in terms of numerical choices, regarding the grid (Arakawa C-type) and the numerical discretization (finite differences with NEMO scale factors).
22\item It is useful to be able to either prescribe the atmospheric state or to use an atmospheric model. For consistency and simplicity of the code, we choose to use formulations as close as possible in both cases.
23\item Different resolutions and time steps can be used. There are parameters that depend on such choices. We thrieved to achieve a resolution and time-step independent code, by imposing a priori scaling on the resolution / time step dependence of such parameters.
24\item Energy, mass and salt must be conserved as much as possible.
25\end{itemize}
26
27This manual is organised as follows. \\
28
29List of chapters... \\
30
31There are no more CPP keys in the code. \\
32
33Namelists and output management follow NEMO guidelines. \\
34
35Changes between releases. \\
36
37The list of people that should be acknowledged is too long, but a great number of people or more exactly a number of great people contributed to the code and should be gratefully acknowledged. As for today,
38the SIWG members are \textit{(July 2018)}.
39
40\begin{itemize}
41\begin{footnotesize}
42\item Yevgeny Aksenov (NOCS, Southampton, UK)
43\item Ed Blockley (Met Office, Exeter, UK, co-chair)
44\item Matthieu Chevallier (CNRM-GAME, M\'et\'eo France, Toulouse)
45\item Danny Feltham (CPOM, Reading, UK)
46\item Thierry Fichefet (UCL, Louvain-la-Neuve, Belgium)
47\item Gilles Garric (Mercator-Oc\'ean, Toulouse, France)
48\item Paul Holland (BAS, Cambridge, UK)
49\item Dorotea Iovino (CMCC, Bologna, Italy)
50\item Gurvan Madec (LOCEAN, CNRS, Paris, France)
51\item Fran\c cois Massonnet (UCL, Louain-la-Neuve, Belgium)
52\item Jeff Ridley (Met Office, Exeter, UK)
53\item Cl\'ement Rousset (LOCEAN, CNRS, Paris, France)
54\item David Salas (CNRM-GAME, M\'et\'eo France, Toulouse)
55\item David Schroeder (CPOM, Reading, UK)
56\item Steffen Tietsche (ECMWF, Reading, UK)
57\item Martin Vancoppenolle (LOCEAN, CNRS, Paris, France, co-chair)
58\end{footnotesize}
59\end{itemize}
Note: See TracBrowser for help on using the repository browser.