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.
chap_domain.tex in NEMO/trunk/doc/si3_doc/tex_sub – NEMO

source: NEMO/trunk/doc/si3_doc/tex_sub/chap_domain.tex @ 9974

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

SI3 draft documentation

File size: 3.8 KB
Line 
1
2\documentclass[../../tex_main/NEMO_manual]{subfiles}
3
4\begin{document}
5
6% ================================================================
7% Chapter 2 Ñ Domain
8% ================================================================
9
10\chapter{Time, space and thickness space domain}
11\label{chap:DOM}
12\minitoc
13
14\newpage
15$\ $\newline    % force a new line
16Excel
17\section{Time domain}
18
19Time stepping. Dynamics then thermodynamics. nn\_fsbc. EVP subcycles.
20
21\section{Spatial domain}
22
23Not much to say about domain. Handled by NEMO. C-grid. Scale factors.
24
25Vertical layers (nlay\_i, nlay\_s)
26
27\section{Thickness category boundaries}
28
29[ jpl, nn\_virtual\_itd ]
30
312 formulations to describe
32
33[ ln\_cat\_hfn (function), rn\_himean ]
34
35ln\_cat\_usr (user defined), rn\_catbnd, rn\_himin
36Categories: boundary definitions.
37See doc 2.0, there are commented bits of text in the tex file.
38
39Recall recommendations from Francois's, Antoine et al's paper.
40
41%%--------------------------------------------------------------------------------------------------------------------
42%%
43%% FIGx : Ice categories
44%%
45%%
46%\begin{figure}[ht]
47%\begin{center}
48%\vspace{0cm}
49%\includegraphics[height=6cm,angle=-00]{./Figures/ice_cats_new.eps}
50%\caption{\footnotesize{Boundaries of the model ice thickness categories (m) for varying number of categories, prescribed mean thickness ($\overline h$ and formulation}}\label{ice_cats}
51%\end{center}
52%\end{figure}
53%%
54%%--------------------------------------------------------------------------------------------------------------------
55%
56%The thickness distribution function $g(h)$ is numerically discretized into several ice thickness categories. The numerical formulation of the thickness categories follows Bitz et al. (2001) and Lipscomb (2001). A fixed number $L$ of thickness categories with a typical value of $L=5$ is imposed. For some variables, sea ice in each category is further divided into N vertical layers of ice and one layer of snow. In the remainder of the text, the $l=1, ..., L$ index runs for ice thickness categories and $k=1, ..., N$ for the vertical ice layers.
57%
58%Each thickness category has a mean thickness $h^i_l$ ranging over $[H^*_{l-1}$, $H^*_{l}$]. $H^*_{0}=0$, while the other boundaries are typically chosen with greater resolution for thin ice.
59%
60%There are two options for discretization in $h$-space, illustrated in Fig. \ref{ice_cats}.
61%
62%\textbf{1.} The tanh hyperbolic formulation from CICE.
63%\begin{linenomath}
64%\begin{align}
65%H^*_l &= H^*_{l-1} + \frac{3}{L} + \frac{30}{L} \biggr [ 1 + tanh \biggr ( \frac{3l - 3 - 3L}{L} \biggr ) \biggr] \quad (l=1, ..., L-1).
66%\end{align}
67%\label{eq_301}
68%\end{linenomath}
69%The upper boundary $H^*_L$ is set to a very high value (99.).
70%
71%\textbf{2.} An adjustable home-made $1/h^\alpha$ formulation.
72%
73%To construct the discretization in $h$-space, we first prescribe $H^*_0$ and $H^*_L=H_{max}$. We then introduce a fitting function $f$, defined over $[0,\infty]$, stricly positive and decreasing. We impose that the $H^*_l$'s must be such that  their images in the $f$-space ($f_l = f(H^*_l)$) are equally spaced. In mathematical terms:
74%\begin{eqnarray}
75%f_l & = & f_0 - l \Delta f  \qquad (l = 2, ..., L-1),
76%\label{eq_fl}
77%\end{eqnarray}
78%where $\Delta f = \frac{f_0 - f_L}{L}$.
79%
80%Let us now construct a discretization in $h$-space. We use the function $f(h)=1/(h+1)^\alpha$, where $\alpha$ is strictly positive;  and impose that $H^*_{max}=3\overline h$, where $\overline h$ is the mean thickness in the domain $\overline h$. Replacing in $\ref{eq_fl}$, we get:
81%\begin{eqnarray}
82%H^*_l = \left ( \frac{ L ( H^*_L + 1 ) ^\alpha}{(L-l)( H^*_L + 1 ) ^\alpha + l} \right ) ^{1/\alpha} - 1
83%\end{eqnarray}
84%\label{intro}
85%There are two parameters to tune: $\overline h$ and $\alpha$ (typically 0.05, used for Fig. \ref{ice_cats}).
86%
87%Each ice category has its own set of global state variables
88
89\end{document}
Note: See TracBrowser for help on using the repository browser.