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_thermo.tex in NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/latex/SI3/subfiles – NEMO

source: NEMO/branches/2019/dev_r11514_HPC-02_single-core-extrahalo/doc/latex/SI3/subfiles/chap_thermo.tex @ 11692

Last change on this file since 11692 was 11692, checked in by francesca, 5 years ago

Update branch to integrate the development starting from the current v4.01 ready trunk

File size: 4.2 KB
Line 
1\documentclass[../main/SI3_manual]{subfiles}
2
3\begin{document}
4
5% ================================================================
6% Chapter 7 Ñ Ice thermodynamics
7% ================================================================
8
9\chapter{Ice thermodynamics}
10\label{chap:THD}
11\chaptertoc
12
13\newpage
14$\ $\newline    % force a new line
15
16
17% ================================================================
18% Thermodynamics % ================================================================
19
20Mass, energy and salt are intertwined for sea ice. Referred to as thermodynamics, or more exactly halo-thermodynamics. Mushy-layer theory.
21
22\section{Open water and new ice formation}
23
24% There is everything in here, but there are too much details.
25% Move things around into chapters and summarize.
26
27As part of the sea ice computations, a heat budget of the uppermost oceanic level is estimated. This heat budget is used if negative to compute the production of new ice or, if positive, for bottom melting.
28
29%--------------------------------------------------------------------------------------------------------------------
30%
31% FIG x : Open water energy budget
32%
33\begin{figure}[ht]
34\begin{center}
35\vspace{0cm}
36\includegraphics[height=10cm,angle=-00]{Openwater_eb}
37\caption{Scheme of the estimate of the heat budget of the first ocean level.}
38\label{fig_yield}
39\end{center}
40\end{figure}
41%
42%--------------------------------------------------------------------------------------------------------------------
43
44We estimate the heat budget of the first ocean level ($B^{opw}$) assuming four contributions, namely:
45\begin{itemize}
46\item The absorption of a fraction $f_1^{qsr}$ of solar radiation (given by radiative transfer component of the ocean model);
47\item The non-solar heat flux absorbed at the surface;
48\item The sensible heat content of precipitation
49\item The sensible heat loss to the sea ice
50\end{itemize}
51The estimated heat budget thus reads:
52\begin{linenomath}
53\begin{align}
54B^{opw} = Q^{sr} ( 1 - A ) f_1^{qsr} + Q^{ns} ( 1 - A ) + Q^{emp} - A F_w,
55\end{align}
56\end{linenomath}
57Hence there is no consideration of the entrainment of heat at the base of the first ocean level, or of solar radiation transmitted below the ice. The ocean-to-ice turbulent sensible heat flux is formulated following \citep{mcphee_1992}
58\begin{linenomath}
59\begin{align}
60F_w = \rho_0 c_w C_h u^* ( SST - T_b )
61\end{align}
62\end{linenomath}
63where $\rho_0$ is the reference ocean density, $c_w$ is the seawater specific heat, $C_h = 7.5 \times 10^{-3}$ is a heat transfer coefficient, and $u^*=\sqrt{\tau_{iw}/\rho_0}$. There are two additional conditions, the oceanic heat flux cannot be negative. Second, $F_w$ cannot exceed the heat content of the first ocean level.
64
65% Ice growth
66If the $B^{opw}$ is such that the SST would decrease below the freezing point, the remainder of the heat is used to form new ice. The heat loss is converted into mass through [\ref{eq_phasechange}], giving by multiplication by density a volume of new ice $v_0$. The thickness $h_0$ of the new ice grown during a sea ice time step depends on unresolved small currents and waves and is prescribed. The fraction $a_0=v_0/h_0$ is computed accordingly. The salinity of this new ice $S_0$ is given by the S-h empirical relationship of \cite{kovacs_1996}. The temperature assumed for this new ice is the local freezing point.
67
68% Ice melt
69If there is ice in the grid cell and that the $B^{opw}$ is positive, it is directly given attributed to the heat available for bottom melting. This argument follows from \cite{maykut_1995}, who found that most of solar heat absorbed in the surface waters is converted into melting. In practise, this means that the SST cannot go above freezing as long ice is present.
70
71The heat loss used for ice formation, heat gain used to melt ice and the sensible heat given by the ocean to the ice, are all removed from the non-solar heat flux transmitted to the ocean.
72
73Because ice dynamics are not able to maintain the small amount of open water that is observed, a maximum ice fraction ($amax, <1$) is prescribed.
74
75\section{Diffusion of heat}
76
77\section{Vertical growth and melt}
78
79\section{Desalination}
80
81\section{Remapping}
82
83\section{Transport in thickness space}
84
85\section{True lateral melting}
86
87\end{document}
88
Note: See TracBrowser for help on using the repository browser.