1 |
mlosch |
1.4 |
\section{Model Formulation} |
2 |
dimitri |
1.1 |
\label{sec:model} |
3 |
|
|
|
4 |
mlosch |
1.4 |
The MITgcm sea ice model (MITsim) is based on a variant of the |
5 |
|
|
viscous-plastic (VP) dynamic-thermodynamic sea ice model |
6 |
|
|
\citep{zhang97} first introduced by \citet{hibler79, hibler80}. In |
7 |
|
|
order to adapt this model to the requirements of coupled |
8 |
|
|
ice-ocean simulations, many important aspects of the original code have |
9 |
|
|
been modified and improved: |
10 |
|
|
\begin{itemize} |
11 |
|
|
\item the code has been rewritten for an Arakawa C-grid, both B- and |
12 |
|
|
C-grid variants are available; the C-grid code allows for no-slip |
13 |
|
|
and free-slip lateral boundary conditions; |
14 |
|
|
\item two different solution methods for solving the nonlinear |
15 |
mlosch |
1.6 |
momentum equations have been adopted: LSOR \citep{zhang97}, EVP |
16 |
mlosch |
1.4 |
\citep{hunke97}; |
17 |
|
|
\item ice-ocean stress can be formulated as in \citet{hibler87}; |
18 |
mlosch |
1.10 |
\item ice variables \ml{can be} advected by sophisticated, \ml{conservative} |
19 |
|
|
advection schemes \ml{with flux limiting}; |
20 |
|
|
\item growth and melt parameterizations have been refined and extended |
21 |
mlosch |
1.4 |
in order to allow for automatic differentiation of the code. |
22 |
|
|
\end{itemize} |
23 |
dimitri |
1.1 |
|
24 |
mlosch |
1.10 |
The sea ice model is tightly coupled to the ocean compontent of the |
25 |
|
|
MITgcm \citep{marshall97:_finit_volum_incom_navier_stokes, mitgcm02}. |
26 |
|
|
Heat, fresh water fluxes and surface stresses are computed from the |
27 |
|
|
atmospheric state and modified by the ice model at every time step. |
28 |
|
|
The model equations and details of their numerical realization are summarized |
29 |
|
|
in the appendix. Further documentation and model code can be found at |
30 |
|
|
\url{http://mitgcm.org}. |
31 |
dimitri |
1.1 |
|
32 |
mlosch |
1.9 |
%\subsection{C-grid} |
33 |
|
|
%\begin{itemize} |
34 |
|
|
%\item no-slip vs. free-slip for both lsr and evp; |
35 |
|
|
% "diagnostics" to look at and use for comparison |
36 |
|
|
% \begin{itemize} |
37 |
|
|
% \item ice transport through Fram Strait/Denmark Strait/Davis |
38 |
|
|
% Strait/Bering strait (these are general) |
39 |
|
|
% \item ice transport through narrow passages, e.g.\ Nares-Strait |
40 |
|
|
% \end{itemize} |
41 |
|
|
%\item compare different advection schemes (if lsr turns out to be more |
42 |
|
|
% effective, then with lsr otherwise I prefer evp), eg. |
43 |
|
|
% \begin{itemize} |
44 |
|
|
% \item default 2nd-order with diff1=0.002 |
45 |
|
|
% \item 1st-order upwind with diff1=0. |
46 |
|
|
% \item DST3FL (SEAICEadvScheme=33 with diff1=0., should work, works for me) |
47 |
|
|
% \item 2nd-order wit flux limiter (SEAICEadvScheme=77 with diff1=0.) |
48 |
|
|
% \end{itemize} |
49 |
|
|
% That should be enough. Here, total ice mass and location of ice edge |
50 |
|
|
% is interesting. However, this comparison can be done in an idealized |
51 |
|
|
% domain, may not require full Arctic Domain? |
52 |
|
|
%\item |
53 |
|
|
%Do a little study on the parameters of LSR and EVP |
54 |
|
|
%\begin{enumerate} |
55 |
|
|
%\item convergence of LSR, how many iterations do you need to get a |
56 |
|
|
% true elliptic yield curve |
57 |
|
|
%\item vary deltaTevp and the relaxation parameter for EVP and see when |
58 |
|
|
% the EVP solution breaks down (relative to the forcing time scale). |
59 |
|
|
% For this, it is essential that the evp solver gives use "stripeless" |
60 |
|
|
% solutions, that is your dtevp = 1sec solutions/or 10sec solutions |
61 |
|
|
% with SEAICE\_evpDampC = 615. |
62 |
|
|
%\end{enumerate} |
63 |
dimitri |
1.2 |
|
64 |
mlosch |
1.9 |
%\end{itemize} |
65 |
mlosch |
1.3 |
|
66 |
|
|
%%% Local Variables: |
67 |
|
|
%%% mode: latex |
68 |
|
|
%%% TeX-master: "ceaice" |
69 |
|
|
%%% End: |