/[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.4 - (hide annotations) (download) (as text)
Fri Dec 5 16:32:24 2008 UTC (16 years, 8 months ago) by mlosch
Branch: MAIN
Changes since 1.3: +3 -2 lines
File MIME type: application/x-tex
Insignificant changes: fix a few very small things associated with the name change (emacs
latex style hooks) and one typo

1 mlosch 1.4 % $Header: /u/gcmpack/MITgcm_contrib/articles/ceaice_split_version/ceaice_part2/ceaice_part2.tex,v 1.3 2008/12/04 01:48:49 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    
20     % math abbreviations
21     \newcommand{\vek}[1]{\ensuremath{\mathbf{#1}}}
22     \newcommand{\mat}[1]{\ensuremath{\mathbf{#1}}}
23     \newcommand{\vtau}{\bm{{\tau}}}
24    
25     \newcommand{\degree}{\ensuremath{^\circ}}
26     \newcommand{\degC}{\,\ensuremath{\degree}C}
27     \newcommand{\degE}{\ensuremath{\degree}\,E}
28     \newcommand{\degS}{\ensuremath{\degree}\,S}
29     \newcommand{\degN}{\ensuremath{\degree}\,N}
30     \newcommand{\degW}{\ensuremath{\degree}\,W}
31    
32     % cross reference scheme
33     \newcommand{\reffig}[1]{Figure~\ref{fig:#1}}
34     \newcommand{\reftab}[1]{Table~\ref{tab:#1}}
35     \newcommand{\refapp}[1]{Appendix~\ref{app:#1}}
36     \newcommand{\refsec}[1]{Section~\ref{sec:#1}}
37     \newcommand{\refeq}[1]{\,(\ref{eq:#1})}
38     \newcommand{\refeqs}[2]{\,(\ref{eq:#1})--(\ref{eq:#2})}
39    
40     \newlength{\stdfigwidth}\setlength{\stdfigwidth}{20pc}
41     %\newlength{\stdfigwidth}\setlength{\stdfigwidth}{\columnwidth}
42     \newlength{\mediumfigwidth}\setlength{\mediumfigwidth}{39pc}
43     %\newlength{\widefigwidth}\setlength{\widefigwidth}{39pc}
44     \newlength{\widefigwidth}\setlength{\widefigwidth}{\textwidth}
45     \newcommand{\fpath}{../figs_ceaice}
46    
47     % commenting scheme
48     \newcommand{\ml}[1]{\textsf{\slshape #1}}
49    
50 heimbach 1.2 \begin{document}
51     \begin{frontmatter}
52     \title{A Dynamic-Thermodynamic Sea Ice Model on an Arakawa C-Grid
53 heimbach 1.1 for Coupled Ocean/Sea Ice Estimation. Part 2: Adjoint Sensitivities.}
54    
55 heimbach 1.2 \author[MIT]{Patick Heimbach\thanksref{corrau}},
56     \author[JPL]{Dimitris Menemenlis},
57     \author[AWI]{Martin Losch},
58     \author[MIT]{Jean-Michel Campin} and
59     \author[MIT]{Chris Hill}
60 heimbach 1.3 \address[MIT]{Massachusetts Institute of Technology, EAPS, 77 Massachusetts
61     Avenue, Cambridge, MA 02139, USA}
62     \address[JPL]{Jet Propulsion Laboratory, 4800 Oak Grove Drive, Pasadena, CA 91109, USA}
63 heimbach 1.2 \address[AWI]{Alfred-Wegener-Institut f\"ur Polar- und Meeresforschung,
64     Postfach 120161, 27515 Bremerhaven, Germany}
65     \thanks[corrau]{corresponding author, email:
66     heimbach@mit.edu, \\\mbox{ph: +1-617-642-3481},
67     \mbox{fax: +1-617-253-4464}}
68     \begin{keyword}
69     NUMERICAL SEA-ICE MODELING, ADJOINT MODELING, CANADIAN ARCTIC ARCHIPELAGO, \ldots
70     \end{keyword}
71 heimbach 1.1
72 heimbach 1.2 \input{ceaice_abstract_part2.tex}
73     \end{frontmatter}
74 heimbach 1.1
75     \linenumbers
76    
77     \input{ceaice_intro_part2.tex}
78    
79     \input{ceaice_adjoint.tex}
80    
81     \input{ceaice_concl.tex}
82    
83     \appendix
84    
85     \input{ceaice_appendix_part2.tex}
86    
87 mlosch 1.4 \ack{
88 heimbach 1.1 We thank Jinlun Zhang for providing the original B-grid code and many
89     helpful discussions. ML thanks Elizabeth Hunke for multiple explanations.
90    
91     This work is a contribution to Estimating the Circulation and Climate of the
92     Ocean, Phase II (ECCO2). The ECCO2 project (http://ecco2.org/) is sponsored
93     by the NASA Modeling Analysis and Prediction (MAP) program. D. Menemenlis
94     carried out this work at the Jet Propulsion Laboratory, California Institute
95     of Technology under contract with the National Aeronautics and Space
96     Administration.
97 mlosch 1.4 }
98 heimbach 1.1
99     \bibliography{../bib_ceaice/journal_abrvs,../bib_ceaice/seaice,../bib_ceaice/genocean,../bib_ceaice/maths,../bib_ceaice/mitgcmuv,../bib_ceaice/fram,../bib_ceaice/mit_biblio}
100    
101     \end{document}
102    
103     %%% Local Variables:
104     %%% mode: latex
105     %%% TeX-master: t
106     %%% End:
107    
108    
109     A Dynamic-Thermodynamic Sea ice Model for Ocean Climate
110     Estimation on an Arakawa C-Grid
111    
112     Introduction
113    
114     Ice Model:
115     Dynamics formulation.
116     B-C, LSR, EVP, no-slip, slip
117     parallellization
118     Thermodynamics formulation.
119     0-layer Hibler salinity + snow
120     3-layer Winton
121    
122     Idealized tests
123     Funnel Experiments
124     Downstream Island tests
125     B-grid LSR no-slip
126     C-grid LSR no-slip
127     C-grid LSR slip
128     C-grid EVP no-slip
129     C-grid EVP slip
130    
131     Arctic Setup
132     Configuration
133     OBCS from cube
134     forcing
135     1/2 and full resolution
136     with a few JFM figs from C-grid LSR no slip
137     ice transport through Canadian Archipelago
138     thickness distribution
139     ice velocity and transport
140    
141     Arctic forward sensitivity experiments
142     B-grid LSR no-slip
143     C-grid LSR no-slip
144     C-grid LSR slip
145     C-grid EVP no-slip
146     C-grid EVP slip
147     C-grid LSR no-slip + Winton
148     speed-performance-accuracy (small)
149     ice transport through Canadian Archipelago differences
150     thickness distribution differences
151     ice velocity and transport differences
152    
153     Adjoint sensitivity experiment on 1/2-res setup
154     Sensitivity of sea ice volume flow through Fram Strait
155     *** Sensitivity of sea ice volume flow through Canadian Archipelago
156    
157     Summary and conluding remarks

  ViewVC Help
Powered by ViewVC 1.1.22