/[MITgcm]/MITgcm_contrib/articles/ceaice/ceaice_model.tex
ViewVC logotype

Diff of /MITgcm_contrib/articles/ceaice/ceaice_model.tex

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by dimitri, Wed Feb 27 21:50:42 2008 UTC revision 1.3 by mlosch, Thu Feb 28 16:34:56 2008 UTC
# Line 223  thermodynamic variables discussed in the Line 223  thermodynamic variables discussed in the
223  \subsection{Thermodynamics}  \subsection{Thermodynamics}
224  \label{sec:thermodynamics}  \label{sec:thermodynamics}
225    
 Talk about snow derived from Zhang et al. [1998] but modified and advected,  
 about prognostic variable for salinity and about relaxation of mixed layer  
 temperature to freezing, rather than resetting to freezing at every time step.  
   
226  In the original formulation the sea ice model \citep{menemenlis05}  In the original formulation the sea ice model \citep{menemenlis05}
227  uses simple thermodynamics following the appendix of  uses simple thermodynamics following the appendix of
228  \citet{semtner76}. This formulation does not allow storage of heat  \citet{semtner76}. This formulation does not allow storage of heat
229  (heat capacity of ice is zero, and this type of model is often refered  (heat capacity of ice is zero, and this type of model is often refered
230  to as a ``zero-layer'' model). Upward heat flux is parameterized  to as a ``zero-layer'' model). Upward conductive heat flux is parameterized
231  assuming a linear temperature profile and together with a constant ice  assuming a linear temperature profile and together with a constant ice
232  conductivity. It is expressed as $(K/h)(T_{w}-T_{0})$, where $K$ is  conductivity. It is expressed as $(K/h)(T_{w}-T_{0})$, where $K$ is
233  the ice conductivity, $h$ the ice thickness, and $T_{w}-T_{0}$ the  the ice conductivity, $h$ the ice thickness, and $T_{w}-T_{0}$ the
234  difference between water and ice surface temperatures. The surface  difference between water and ice surface temperatures. The surface
235  heat budget is computed in a similar way to that of  heat flux is computed in a similar way to that of \citet{parkinson79}
236  \citet{parkinson79} and \citet{manabe79}.  and \citet{manabe79}.
237    
238    The conductive heat flux depends strongly on the ice thickness $h$.
239    However, the ice thickness in the model represents a mean over a
240    potentially very heterogeneous thickness distribution.  In order to
241    parameterize this sub-grid scale distribution for heat flux
242    computations, the mean ice thickness $h$ is split into seven thickness
243    categories $H_{n}$ that are equally distributed between $2h$ and
244    minimum imposed ice thickness of $5\text{\,cm}$ by $H_n=
245    \frac{2n-1}{7}\,h$ for $n\in[1,7]$. The heat flux for all thickness
246    categories is averaged to give the total heat flux.
247    
248    The atmospheric heat flux is balanced by an oceanic heat flux from
249    below.  The oceanic flux is proportional to
250    $\rho\,c_{p}\left(T_{w}-T_{fr}\right)$ where $\rho$ and $c_{p}$ are
251    the density and heat capacity of sea water and $T_{fr}$ is the local
252    freezing point temperature that is a function of salinity. Contrary to
253    \citet{menemenlis05}, this flux is not assumed to instantaneously melt
254    or create ice, but a time scale of three days is used to relax $T_{w}$
255    to the freezing point.
256    
257    The parameterization of lateral and vertical growth of sea ice follows
258    that of \citet{hibler79, hibler80}.
259    
260    On top of the ice there is a layer of snow that modifies the heat flux
261    and the albedo \citep{zhang98}. If enough snow accumulates so that its
262    weight submerges the ice and the snow is flooded, a simple mass
263    conserving parameterization of snowice formation (a flood-freeze
264    algorithm following Archimedes' principle) turns snow into ice until
265    the ice surface is back at $z=0$ \citep{leppaeranta83}.
266    
267    Effective ich thickness (ice volume per unit area,
268    $c\cdot{h}$), concentration $c$ and effective snow thickness
269    ($c\cdot{h}_{snow}$) are advected by ice velocities as described in
270    \refsec{dynamics}. From the various advection scheme that are
271    available in the MITgcm \citep{mitgcm02}, we choose flux-limited
272    schemes to preserve sharp gradients and edges and to rule out
273    unphysical over- and undershoots (negative thickness or
274    concentration). These scheme conserve volume and horizontal area.
275    \ml{[do we need to proove that? can we proove that? citation?]}
276    
277  There is considerable doubt about the reliability of such a simple  There is considerable doubt about the reliability of such a simple
278  thermodynamic model---\citet{semtner84} found significant errors in  thermodynamic model---\citet{semtner84} found significant errors in
# Line 288  Do a little study on the parameters of L Line 323  Do a little study on the parameters of L
323  \end{enumerate}  \end{enumerate}
324    
325  \end{itemize}  \end{itemize}
326    
327    %%% Local Variables:
328    %%% mode: latex
329    %%% TeX-master: "ceaice"
330    %%% End:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22