1 |
mlosch |
1.2 |
% $Header: /u/gcmpack/MITgcm_contrib/articles/ceaice_split_version/ceaice_part1/ceaice_part1.tex,v 1.1 2008/09/04 16:52:06 heimbach Exp $ |
2 |
heimbach |
1.1 |
% $Name: $ |
3 |
|
|
\documentclass[12pt]{article} |
4 |
|
|
|
5 |
|
|
\usepackage[]{graphicx} |
6 |
|
|
%\usepackage[draft]{graphicx} |
7 |
|
|
\usepackage{subfigure} |
8 |
|
|
|
9 |
|
|
\usepackage[round,comma]{natbib} |
10 |
|
|
\bibliographystyle{../bib_ceaice/agu04} |
11 |
|
|
|
12 |
|
|
\usepackage{amsmath,amssymb} |
13 |
|
|
\newcommand\bmmax{10} \newcommand\hmmax{10} |
14 |
|
|
\usepackage{bm} |
15 |
|
|
\usepackage{lineno} |
16 |
|
|
\usepackage{url} |
17 |
|
|
|
18 |
|
|
% math abbreviations |
19 |
|
|
\newcommand{\vek}[1]{\ensuremath{\mathbf{#1}}} |
20 |
|
|
\newcommand{\mat}[1]{\ensuremath{\mathbf{#1}}} |
21 |
|
|
\newcommand{\vtau}{\bm{{\tau}}} |
22 |
|
|
|
23 |
|
|
\newcommand{\degree}{\ensuremath{^\circ}} |
24 |
|
|
\newcommand{\degC}{\,\ensuremath{\degree}C} |
25 |
|
|
\newcommand{\degE}{\ensuremath{\degree}\,E} |
26 |
|
|
\newcommand{\degS}{\ensuremath{\degree}\,S} |
27 |
|
|
\newcommand{\degN}{\ensuremath{\degree}\,N} |
28 |
|
|
\newcommand{\degW}{\ensuremath{\degree}\,W} |
29 |
|
|
|
30 |
|
|
% cross reference scheme |
31 |
|
|
\newcommand{\reffig}[1]{Figure~\ref{fig:#1}} |
32 |
|
|
\newcommand{\reftab}[1]{Table~\ref{tab:#1}} |
33 |
|
|
\newcommand{\refapp}[1]{Appendix~\ref{app:#1}} |
34 |
|
|
\newcommand{\refsec}[1]{Section~\ref{sec:#1}} |
35 |
|
|
\newcommand{\refeq}[1]{\,(\ref{eq:#1})} |
36 |
|
|
\newcommand{\refeqs}[2]{\,(\ref{eq:#1})--(\ref{eq:#2})} |
37 |
|
|
|
38 |
|
|
\newlength{\stdfigwidth}\setlength{\stdfigwidth}{20pc} |
39 |
|
|
%\newlength{\stdfigwidth}\setlength{\stdfigwidth}{\columnwidth} |
40 |
|
|
\newlength{\mediumfigwidth}\setlength{\mediumfigwidth}{39pc} |
41 |
|
|
%\newlength{\widefigwidth}\setlength{\widefigwidth}{39pc} |
42 |
|
|
\newlength{\widefigwidth}\setlength{\widefigwidth}{\textwidth} |
43 |
|
|
\newcommand{\fpath}{../figs_ceaice} |
44 |
|
|
|
45 |
|
|
% commenting scheme |
46 |
|
|
\newcommand{\ml}[1]{\textsf{\slshape #1}} |
47 |
|
|
|
48 |
|
|
\title{A Dynamic-Thermodynamic Sea Ice Model on an Arakawa C-Grid |
49 |
|
|
for Coupled Ocean/Sea Ice Estimation. Part 1: |
50 |
|
|
Sensitivities to formulation of rheology.} |
51 |
|
|
|
52 |
|
|
\author{Martin Losch, Dimitris Menemenlis, \\ |
53 |
|
|
Jean-Michel Campin, Patrick Heimbach, and Chris Hill} |
54 |
|
|
\begin{document} |
55 |
|
|
|
56 |
|
|
\maketitle |
57 |
|
|
|
58 |
|
|
\linenumbers |
59 |
|
|
|
60 |
|
|
\input{ceaice_abstract.tex} |
61 |
|
|
|
62 |
|
|
\input{ceaice_intro_part1.tex} |
63 |
|
|
|
64 |
|
|
\input{ceaice_model.tex} |
65 |
|
|
|
66 |
|
|
\input{ceaice_forward.tex} |
67 |
|
|
|
68 |
|
|
\input{ceaice_concl.tex} |
69 |
|
|
|
70 |
|
|
\paragraph{Acknowledgements} |
71 |
|
|
We thank Jinlun Zhang for providing the original B-grid code and many |
72 |
|
|
helpful discussions. ML thanks Elizabeth Hunke for multiple explanations. |
73 |
|
|
|
74 |
|
|
This work is a contribution to Estimating the Circulation and Climate of the |
75 |
|
|
Ocean, Phase II (ECCO2). The ECCO2 project (http://ecco2.org/) is sponsored |
76 |
|
|
by the NASA Modeling Analysis and Prediction (MAP) program. D. Menemenlis |
77 |
|
|
carried out this work at the Jet Propulsion Laboratory, California Institute |
78 |
|
|
of Technology under contract with the National Aeronautics and Space |
79 |
|
|
Administration. |
80 |
|
|
|
81 |
|
|
\bibliography{../bib_ceaice/journal_abrvs,../bib_ceaice/seaice,../bib_ceaice/genocean,../bib_ceaice/maths,../bib_ceaice/mitgcmuv,../bib_ceaice/fram,../bib_ceaice/mit_biblio} |
82 |
|
|
|
83 |
|
|
\end{document} |
84 |
|
|
|
85 |
|
|
%%% Local Variables: |
86 |
|
|
%%% mode: latex |
87 |
|
|
%%% TeX-master: t |
88 |
|
|
%%% End: |