/[MITgcm]/MITgcm_contrib/articles/ceaice_split_version/ceaice_part1/ceaice_part1.tex
ViewVC logotype

Annotation of /MITgcm_contrib/articles/ceaice_split_version/ceaice_part1/ceaice_part1.tex

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


Revision 1.8 - (hide annotations) (download) (as text)
Sat Dec 6 01:46:38 2008 UTC (16 years, 8 months ago) by dimitri
Branch: MAIN
Changes since 1.7: +4 -2 lines
File MIME type: application/x-tex
Suggested reorganization of results section:
ceaice_forward section split into ceaice_global and ceaice_arctic

1 dimitri 1.8 % $Header: /u/gcmpack/MITgcm_contrib/articles/ceaice_split_version/ceaice_part1/ceaice_part1.tex,v 1.7 2008/12/05 18:26:35 dimitri Exp $
2 heimbach 1.1 % $Name: $
3 mlosch 1.3 %\documentclass[reviewcopy]{elsart}
4 mlosch 1.6 \documentclass{elsart}
5     %\documentclass{elsart3p}
6 mlosch 1.3 \usepackage[round,comma]{natbib}
7     \bibliographystyle{elsart-harv}
8    
9     %\documentclass[12pt]{article}
10     %\usepackage[round,comma]{natbib}
11     %\bibliographystyle{../bib_ceaice/agu04}
12 heimbach 1.1
13     \usepackage[]{graphicx}
14     %\usepackage[draft]{graphicx}
15     \usepackage{subfigure}
16    
17     \usepackage{amsmath,amssymb}
18     \newcommand\bmmax{10} \newcommand\hmmax{10}
19     \usepackage{bm}
20     \usepackage{lineno}
21     \usepackage{url}
22    
23     % math abbreviations
24     \newcommand{\vek}[1]{\ensuremath{\mathbf{#1}}}
25     \newcommand{\mat}[1]{\ensuremath{\mathbf{#1}}}
26     \newcommand{\vtau}{\bm{{\tau}}}
27    
28     \newcommand{\degree}{\ensuremath{^\circ}}
29     \newcommand{\degC}{\,\ensuremath{\degree}C}
30     \newcommand{\degE}{\ensuremath{\degree}\,E}
31     \newcommand{\degS}{\ensuremath{\degree}\,S}
32     \newcommand{\degN}{\ensuremath{\degree}\,N}
33     \newcommand{\degW}{\ensuremath{\degree}\,W}
34    
35     % cross reference scheme
36     \newcommand{\reffig}[1]{Figure~\ref{fig:#1}}
37     \newcommand{\reftab}[1]{Table~\ref{tab:#1}}
38     \newcommand{\refapp}[1]{Appendix~\ref{app:#1}}
39     \newcommand{\refsec}[1]{Section~\ref{sec:#1}}
40     \newcommand{\refeq}[1]{\,(\ref{eq:#1})}
41     \newcommand{\refeqs}[2]{\,(\ref{eq:#1})--(\ref{eq:#2})}
42    
43     \newlength{\stdfigwidth}\setlength{\stdfigwidth}{20pc}
44     %\newlength{\stdfigwidth}\setlength{\stdfigwidth}{\columnwidth}
45     \newlength{\mediumfigwidth}\setlength{\mediumfigwidth}{39pc}
46     %\newlength{\widefigwidth}\setlength{\widefigwidth}{39pc}
47     \newlength{\widefigwidth}\setlength{\widefigwidth}{\textwidth}
48     \newcommand{\fpath}{../figs_ceaice}
49    
50 mlosch 1.3 %% control linebreaks:
51     \tolerance=2000
52     \emergencystretch=20pt
53    
54 heimbach 1.1 % commenting scheme
55     \newcommand{\ml}[1]{\textsf{\slshape #1}}
56    
57 mlosch 1.3 %\title{A Dynamic-Thermodynamic Sea Ice Model on an Arakawa C-Grid
58 dimitri 1.5 %for Coupled Ocean and Sea Ice State Estimation. Part 1:
59     %Sensitivities to Formulation of Rheology.}
60 mlosch 1.3
61     %\author{Martin Losch, Dimitris Menemenlis, \\
62     % Jean-Michel Campin, Patrick Heimbach, and Chris Hill}
63     %\begin{document}
64    
65     %\maketitle
66 heimbach 1.1
67     \begin{document}
68 mlosch 1.3 \begin{frontmatter}
69     \title{A Dynamic-Thermodynamic Sea Ice Model on an Arakawa C-Grid
70 dimitri 1.5 for Coupled Ocean and Sea Ice State Estimation. Part 1:
71     Sensitivities to Formulation of Rheology.}
72 mlosch 1.3
73     \author[AWI]{Martin Losch\thanksref{corrau}},
74     \author[JPL]{Dimitris Menemenlis},
75     \author[MIT]{Jean-Michel Campin},
76     \author[MIT]{Patick Heimbach},\and
77     \author[MIT]{Chris Hill}
78     \address[AWI]{Alfred-Wegener-Institut f\"ur Polar- und Meeresforschung,
79     Postfach 120161, 27515 Bremerhaven, Germany}
80 dimitri 1.7 \address[JPL]{Jet Propulsion Laboratory, California Institute of Technology,
81     Pasadena, California, USA}
82 mlosch 1.3 \address[MIT]{Massachusett Institute of Technology, 77 Massachusetts
83 dimitri 1.7 Avenue, Cambridge, MA 02139, USA}
84 mlosch 1.3 \thanks[corrau]{corresponding author, email:
85     Martin.Losch@awi.de, \\\mbox{ph: ++49 (471) 4831-1872},
86     \mbox{fax: ++49 (471) 4831-1797}}
87     \begin{keyword}
88 dimitri 1.7 NUMERICAL SEA ICE MODELING, VISCOUS-PLASTIC RHEOLOGY, EVP, COUPLED OCEAN
89     AND SEA ICE MODEL, STATE ESTIMATION
90 mlosch 1.3 \end{keyword}
91 heimbach 1.1
92 mlosch 1.3 \input{ceaice_abstract.tex}
93     \end{frontmatter}
94     %\linenumbers
95 heimbach 1.1
96    
97     \input{ceaice_intro_part1.tex}
98    
99     \input{ceaice_model.tex}
100    
101 dimitri 1.8 \input{ceaice_global.tex}
102    
103     \input{ceaice_arctic.tex}
104 heimbach 1.1
105     \input{ceaice_concl.tex}
106    
107 mlosch 1.3 %\paragraph{Acknowledgements}
108     \ack{
109 heimbach 1.1 We thank Jinlun Zhang for providing the original B-grid code and many
110     helpful discussions. ML thanks Elizabeth Hunke for multiple explanations.
111    
112     This work is a contribution to Estimating the Circulation and Climate of the
113     Ocean, Phase II (ECCO2). The ECCO2 project (http://ecco2.org/) is sponsored
114     by the NASA Modeling Analysis and Prediction (MAP) program. D. Menemenlis
115     carried out this work at the Jet Propulsion Laboratory, California Institute
116     of Technology under contract with the National Aeronautics and Space
117     Administration.
118 mlosch 1.3 }
119 heimbach 1.1
120     \bibliography{../bib_ceaice/journal_abrvs,../bib_ceaice/seaice,../bib_ceaice/genocean,../bib_ceaice/maths,../bib_ceaice/mitgcmuv,../bib_ceaice/fram,../bib_ceaice/mit_biblio}
121    
122     \end{document}
123    
124     %%% Local Variables:
125     %%% mode: latex
126     %%% TeX-master: t
127     %%% End:

  ViewVC Help
Powered by ViewVC 1.1.22