/[MITgcm]/MITgcm_contrib/articles/ceaice/ceaice.tex
ViewVC logotype

Annotation of /MITgcm_contrib/articles/ceaice/ceaice.tex

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


Revision 1.22 - (hide annotations) (download) (as text)
Mon Jul 28 04:34:37 2008 UTC (16 years, 11 months ago) by heimbach
Branch: MAIN
Changes since 1.21: +3 -3 lines
File MIME type: application/x-tex
o Rewrite of 4.3 (not finished).
o change title slightly

1 heimbach 1.22 % $Header: /u/gcmpack/MITgcm_contrib/articles/ceaice/ceaice.tex,v 1.21 2008/07/03 18:09:50 mlosch Exp $
2 dimitri 1.10 % $Name: $
3 dimitri 1.1 \documentclass[12pt]{article}
4 mlosch 1.4
5 mlosch 1.5 \usepackage[]{graphicx}
6 mlosch 1.21 %\usepackage[draft]{graphicx}
7 mlosch 1.5 \usepackage{subfigure}
8 dimitri 1.1
9     \usepackage[round,comma]{natbib}
10 dimitri 1.2 \bibliographystyle{bib/agu04}
11 dimitri 1.1
12     \usepackage{amsmath,amssymb}
13     \newcommand\bmmax{10} \newcommand\hmmax{10}
14     \usepackage{bm}
15    
16 mlosch 1.19 \usepackage{url}
17    
18 dimitri 1.1 % 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 mlosch 1.4 \newcommand{\fpath}{figs}
44    
45     % commenting scheme
46     \newcommand{\ml}[1]{\textsf{\slshape #1}}
47 dimitri 1.1
48 heimbach 1.22 \title{A Dynamic-Thermodynamic Sea Ice Model on an Arakawa C-Grid
49     for Ocean Climate Estimation and Sensitivity Studies}
50 dimitri 1.1
51     \author{Martin Losch, Dimitris Menemenlis, Patrick Heimbach, \\
52     Jean-Michel Campin, and Chris Hill}
53     \begin{document}
54    
55     \maketitle
56    
57 dimitri 1.17 \input{ceaice_abstract.tex}
58    
59     \input{ceaice_intro.tex}
60    
61     \input{ceaice_model.tex}
62    
63     \input{ceaice_forward.tex}
64 dimitri 1.1
65 dimitri 1.17 \input{ceaice_adjoint.tex}
66 dimitri 1.1
67 dimitri 1.17 \input{ceaice_concl.tex}
68 dimitri 1.1
69 mlosch 1.21 \appendix
70     \input{ceaice_appendix.tex}
71    
72 dimitri 1.1 \paragraph{Acknowledgements}
73     We thank Jinlun Zhang for providing the original B-grid code and many
74 mlosch 1.6 helpful discussions. ML thanks Elizabeth Hunke for multiple explanations.
75 dimitri 1.1
76 dimitri 1.18 This work is a contribution to Estimating the Circulation and Climate of the
77     Ocean, Phase II (ECCO2). The ECCO2 project (http://ecco2.org/) is sponsored
78     by the NASA Modeling Analysis and Prediction (MAP) program. D. Menemenlis
79     carried out this work at the Jet Propulsion Laboratory, California Institute
80     of Technology under contract with the National Aeronautics and Space
81     Administration.
82    
83 heimbach 1.20 \bibliography{bib/journal_abrvs,bib/seaice,bib/genocean,bib/maths,bib/mitgcmuv,bib/fram,bib/mit_biblio}
84 dimitri 1.1
85     \end{document}
86    
87     %%% Local Variables:
88     %%% mode: latex
89     %%% TeX-master: t
90     %%% End:
91 mlosch 1.4
92    
93     A Dynamic-Thermodynamic Sea ice Model for Ocean Climate
94     Estimation on an Arakawa C-Grid
95    
96     Introduction
97    
98     Ice Model:
99     Dynamics formulation.
100     B-C, LSR, EVP, no-slip, slip
101     parallellization
102     Thermodynamics formulation.
103     0-layer Hibler salinity + snow
104     3-layer Winton
105    
106     Idealized tests
107     Funnel Experiments
108     Downstream Island tests
109     B-grid LSR no-slip
110     C-grid LSR no-slip
111     C-grid LSR slip
112     C-grid EVP no-slip
113     C-grid EVP slip
114    
115     Arctic Setup
116     Configuration
117     OBCS from cube
118     forcing
119     1/2 and full resolution
120     with a few JFM figs from C-grid LSR no slip
121     ice transport through Canadian Archipelago
122     thickness distribution
123     ice velocity and transport
124    
125     Arctic forward sensitivity experiments
126     B-grid LSR no-slip
127     C-grid LSR no-slip
128     C-grid LSR slip
129     C-grid EVP no-slip
130     C-grid EVP slip
131     C-grid LSR no-slip + Winton
132     speed-performance-accuracy (small)
133     ice transport through Canadian Archipelago differences
134     thickness distribution differences
135     ice velocity and transport differences
136    
137     Adjoint sensitivity experiment on 1/2-res setup
138     Sensitivity of sea ice volume flow through Fram Strait
139     *** Sensitivity of sea ice volume flow through Canadian Archipelago
140    
141     Summary and conluding remarks

  ViewVC Help
Powered by ViewVC 1.1.22