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

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

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


Revision 1.12 - (hide annotations) (download) (as text)
Wed Apr 15 07:47:13 2009 UTC (16 years, 3 months ago) by mlosch
Branch: MAIN
Changes since 1.11: +1 -4 lines
File MIME type: application/x-tex
may latest changes/mostly suggestions, all marked, and another comment in notes.txt

1 mlosch 1.12 % $Header: /u/gcmpack/MITgcm_contrib/articles/ceaice_split_version/ceaice_part2/ceaice_part2.tex,v 1.11 2009/04/09 15:03:05 heimbach Exp $
2 heimbach 1.1 % $Name: $
3 heimbach 1.2 %\documentclass[12pt]{article}
4     \documentclass{elsart3p}
5     \usepackage[round,comma]{natbib}
6     \bibliographystyle{elsart-harv}
7 heimbach 1.1
8     \usepackage[]{graphicx}
9     %\usepackage[draft]{graphicx}
10     \usepackage{subfigure}
11 heimbach 1.2 %\usepackage[round,comma]{natbib}
12     %\bibliographystyle{../bib_ceaice/agu04}
13 heimbach 1.1
14     \usepackage{amsmath,amssymb}
15     \newcommand\bmmax{10} \newcommand\hmmax{10}
16     \usepackage{bm}
17     \usepackage{lineno}
18     \usepackage{url}
19 heimbach 1.7 \usepackage{psfrag}
20 heimbach 1.1
21     % math abbreviations
22     \newcommand{\vek}[1]{\ensuremath{\mathbf{#1}}}
23     \newcommand{\mat}[1]{\ensuremath{\mathbf{#1}}}
24     \newcommand{\vtau}{\bm{{\tau}}}
25    
26     \newcommand{\degree}{\ensuremath{^\circ}}
27     \newcommand{\degC}{\,\ensuremath{\degree}C}
28     \newcommand{\degE}{\ensuremath{\degree}\,E}
29     \newcommand{\degS}{\ensuremath{\degree}\,S}
30     \newcommand{\degN}{\ensuremath{\degree}\,N}
31     \newcommand{\degW}{\ensuremath{\degree}\,W}
32    
33     % cross reference scheme
34     \newcommand{\reffig}[1]{Figure~\ref{fig:#1}}
35     \newcommand{\reftab}[1]{Table~\ref{tab:#1}}
36     \newcommand{\refapp}[1]{Appendix~\ref{app:#1}}
37     \newcommand{\refsec}[1]{Section~\ref{sec:#1}}
38     \newcommand{\refeq}[1]{\,(\ref{eq:#1})}
39     \newcommand{\refeqs}[2]{\,(\ref{eq:#1})--(\ref{eq:#2})}
40    
41     \newlength{\stdfigwidth}\setlength{\stdfigwidth}{20pc}
42     %\newlength{\stdfigwidth}\setlength{\stdfigwidth}{\columnwidth}
43     \newlength{\mediumfigwidth}\setlength{\mediumfigwidth}{39pc}
44     %\newlength{\widefigwidth}\setlength{\widefigwidth}{39pc}
45     \newlength{\widefigwidth}\setlength{\widefigwidth}{\textwidth}
46     \newcommand{\fpath}{../figs_ceaice}
47    
48     % commenting scheme
49     \newcommand{\ml}[1]{\textsf{\slshape #1}}
50    
51 heimbach 1.2 \begin{document}
52     \begin{frontmatter}
53 mlosch 1.10 % \title{On sea-ice model dynamics, Part 2: Adjoint sensitivities in
54     % the Canadian Arctic Archipelago}
55     % \title{A Dynamic-Thermodynamic Sea Ice Model on an Arakawa C-Grid
56     %for Coupled Ocean/Sea Ice Estimation. Part 2: Adjoint Sensitivities.}
57 heimbach 1.7 \title{On the formulation of sea-ice models.
58 heimbach 1.8 Part 2: Lessons from multi-year adjoint sea ice export sensitivities through the
59     Canadian Arctic Archipelago.}
60 heimbach 1.1
61 heimbach 1.2 \author[MIT]{Patick Heimbach\thanksref{corrau}},
62     \author[JPL]{Dimitris Menemenlis},
63     \author[AWI]{Martin Losch},
64     \author[MIT]{Jean-Michel Campin} and
65     \author[MIT]{Chris Hill}
66 heimbach 1.3 \address[MIT]{Massachusetts Institute of Technology, EAPS, 77 Massachusetts
67     Avenue, Cambridge, MA 02139, USA}
68     \address[JPL]{Jet Propulsion Laboratory, 4800 Oak Grove Drive, Pasadena, CA 91109, USA}
69 heimbach 1.2 \address[AWI]{Alfred-Wegener-Institut f\"ur Polar- und Meeresforschung,
70     Postfach 120161, 27515 Bremerhaven, Germany}
71     \thanks[corrau]{corresponding author, email:
72 heimbach 1.11 heimbach@mit.edu, \\\mbox{ph: +1-617-253-5259},
73 heimbach 1.2 \mbox{fax: +1-617-253-4464}}
74     \begin{keyword}
75 heimbach 1.11 COUPLED OCEAN SEA-ICE MODELING, ADJOINT MODELING, CANADIAN ARCTIC ARCHIPELAGO, SEA-ICE EXPORT, SENSITIVITIES, \ldots
76 heimbach 1.2 \end{keyword}
77 heimbach 1.1
78 heimbach 1.2 \input{ceaice_abstract_part2.tex}
79     \end{frontmatter}
80 heimbach 1.1
81     \linenumbers
82    
83     \input{ceaice_intro_part2.tex}
84    
85     \input{ceaice_adjoint.tex}
86    
87     \input{ceaice_concl.tex}
88    
89     \appendix
90 heimbach 1.5 \input{ceaice_appendix_part2.tex}
91 heimbach 1.1
92 heimbach 1.5 ~
93 heimbach 1.1
94 heimbach 1.6 \ack{
95 heimbach 1.5 This work is a contribution to the ECCO Phase II (ECCO2) project sponsored
96     by the NASA Modeling Analysis and Prediction (MAP) program,
97     as well as the ECCO-GODAE project funded under the
98     National Oceanographic Partnership Program (NOPP).
99     D.M. carried out this work at JPL/CalTech under contract with NASA.
100 heimbach 1.9 Computing resources were provided through NASA/ARC and NCAR/CSL.
101 heimbach 1.6 }
102 heimbach 1.1
103     \bibliography{../bib_ceaice/journal_abrvs,../bib_ceaice/seaice,../bib_ceaice/genocean,../bib_ceaice/maths,../bib_ceaice/mitgcmuv,../bib_ceaice/fram,../bib_ceaice/mit_biblio}
104    
105     \end{document}
106    
107     %%% Local Variables:
108     %%% mode: latex
109     %%% TeX-master: t
110     %%% End:
111    

  ViewVC Help
Powered by ViewVC 1.1.22