/[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.15 - (hide annotations) (download) (as text)
Wed Mar 18 15:22:39 2009 UTC (16 years, 4 months ago) by mlosch
Branch: MAIN
Changes since 1.14: +11 -3 lines
File MIME type: application/x-tex
add appendix, Chris, please check, if the title is what you intended

1 mlosch 1.15 % $Header: /u/gcmpack/MITgcm_contrib/articles/ceaice_split_version/ceaice_part1/ceaice_part1.tex,v 1.14 2009/03/18 04:14:57 cnh Exp $
2 heimbach 1.1 % $Name: $
3 mlosch 1.3 %\documentclass[reviewcopy]{elsart}
4 mlosch 1.15 \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 mlosch 1.11 \usepackage[]{graphicx,dblfloatfix}
14 heimbach 1.1 %\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 dimitri 1.9 \newlength{\stdfigwidth}\setlength{\stdfigwidth}{18.5pc}
44 heimbach 1.1 %\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     \begin{document}
58 mlosch 1.3 \begin{frontmatter}
59 mlosch 1.11 % \title{A Dynamic-Thermodynamic Sea Ice Model on an Arakawa~C Grid
60 dimitri 1.10 % for Coupled Ocean and Sea Ice State Estimation. Part 1:
61     % Sensitivities to Formulation of Rheology.}
62 mlosch 1.15 % \title{On the formulation of sea-ice models Part 1:
63     % Description and Forward Sensitivity Experiments}
64     % \title{On sea-ice model dynamics, Part 1: Effects of different numerical
65     % formulations and parameterizations.}
66     %
67 cnh 1.14 \title{On sea-ice model dynamics: Part 1 Effect of different numerical formulations and parameterizations. }
68 mlosch 1.3
69     \author[AWI]{Martin Losch\thanksref{corrau}},
70     \author[JPL]{Dimitris Menemenlis},
71     \author[MIT]{Jean-Michel Campin},
72     \author[MIT]{Patick Heimbach},\and
73     \author[MIT]{Chris Hill}
74     \address[AWI]{Alfred-Wegener-Institut f\"ur Polar- und Meeresforschung,
75     Postfach 120161, 27515 Bremerhaven, Germany}
76 dimitri 1.7 \address[JPL]{Jet Propulsion Laboratory, California Institute of Technology,
77     Pasadena, California, USA}
78 mlosch 1.3 \address[MIT]{Massachusett Institute of Technology, 77 Massachusetts
79 dimitri 1.7 Avenue, Cambridge, MA 02139, USA}
80 mlosch 1.3 \thanks[corrau]{corresponding author, email:
81     Martin.Losch@awi.de, \\\mbox{ph: ++49 (471) 4831-1872},
82     \mbox{fax: ++49 (471) 4831-1797}}
83     \begin{keyword}
84 dimitri 1.7 NUMERICAL SEA ICE MODELING, VISCOUS-PLASTIC RHEOLOGY, EVP, COUPLED OCEAN
85     AND SEA ICE MODEL, STATE ESTIMATION
86 mlosch 1.3 \end{keyword}
87 heimbach 1.1
88 mlosch 1.3 \input{ceaice_abstract.tex}
89     \end{frontmatter}
90     %\linenumbers
91 heimbach 1.1
92    
93     \input{ceaice_intro_part1.tex}
94    
95     \input{ceaice_model.tex}
96    
97 dimitri 1.8 \input{ceaice_global.tex}
98    
99     \input{ceaice_arctic.tex}
100 heimbach 1.1
101     \input{ceaice_concl.tex}
102    
103 mlosch 1.15 \appendix
104     \input{ceaice_appendix.tex}
105    
106 mlosch 1.3 %\paragraph{Acknowledgements}
107     \ack{
108 heimbach 1.1 We thank Jinlun Zhang for providing the original B-grid code and many
109 mlosch 1.13 helpful discussions. ML thanks Elizabeth Hunke for multiple
110     explanations; Sergey Danilov and R\"udiger Gerdes for comments on the
111     manuscript.
112 heimbach 1.1
113     This work is a contribution to Estimating the Circulation and Climate of the
114     Ocean, Phase II (ECCO2). The ECCO2 project (http://ecco2.org/) is sponsored
115     by the NASA Modeling Analysis and Prediction (MAP) program. D. Menemenlis
116     carried out this work at the Jet Propulsion Laboratory, California Institute
117     of Technology under contract with the National Aeronautics and Space
118     Administration.
119 mlosch 1.3 }
120 heimbach 1.1
121     \bibliography{../bib_ceaice/journal_abrvs,../bib_ceaice/seaice,../bib_ceaice/genocean,../bib_ceaice/maths,../bib_ceaice/mitgcmuv,../bib_ceaice/fram,../bib_ceaice/mit_biblio}
122    
123     \end{document}
124    
125     %%% Local Variables:
126     %%% mode: latex
127     %%% TeX-master: t
128     %%% End:

  ViewVC Help
Powered by ViewVC 1.1.22