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

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

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


Revision 1.29 - (hide annotations) (download) (as text)
Wed Apr 22 14:30:07 2009 UTC (16 years, 3 months ago) by heimbach
Branch: MAIN
Changes since 1.28: +30 -17 lines
File MIME type: application/x-tex
Final(?) changes.

1 heimbach 1.15 %---------------------------------------------------------------------------
2 dimitri 1.17 \section{MITgcm adjoint code generation}
3 heimbach 1.1 \label{sec:adjoint}
4 heimbach 1.15 %---------------------------------------------------------------------------
5 heimbach 1.1
6 heimbach 1.8
7 heimbach 1.3 There is now a growing body of literature on adjoint applications
8     in oceanography and adjoint code generation via AD.
9     We therefore limit the description of the method to a brief summary.
10 heimbach 1.11 The adjoint model operator (ADM) is the transpose of the
11     Jacobian or tangent
12 heimbach 1.1 linear model operator (TLM) of the full (in general nonlinear) forward
13 dimitri 1.17 model, in this case, the MITgcm coupled ocean and sea ice model.
14 heimbach 1.11 The TLM computes directional derivatives for a given perturbation direction.
15     In contrast, for scalar-valued model diagnostics (cost function or
16     objective function), the ADM computes the the full gradient
17     of the cost function with respect to all model inputs
18 heimbach 1.3 (independent or control variables). These inputs can be two- or
19 heimbach 1.1 three-dimensional fields of initial conditions of the ocean or sea-ice
20     state, model parameters such as mixing coefficients, or time-varying
21     surface or lateral (open) boundary conditions. When combined, these
22 dimitri 1.17 variables span a potentially high-dimensional, e.g., O(10$^8$),
23 heimbach 1.6 control space. At this problem dimension, perturbing
24 dimitri 1.17 individual parameters to assess model sensitivities is
25 heimbach 1.1 prohibitive. By contrast, transient sensitivities of the objective
26     function to any element of the control and model state space can be
27     computed very efficiently in one single adjoint model integration,
28     provided an adjoint model is available.
29    
30 heimbach 1.14 \begin{figure}[t]
31     \centering
32 heimbach 1.15 \includegraphics*[width=0.5\textwidth]{\fpath/map_part2}
33 heimbach 1.14 % \includegraphics*[width=0.9\textwidth]{\fpath/map_sverdrup_basin_melling_2002}
34     \caption{Map of the Canadian Arctic Archipelago with model
35     coastlines and grid (filled grey boxes are land). The black
36     contours are the true coastlines as taken from the GSHHS data base
37     \citep{wessel96}.
38     \label{fig:sverdrupbasin}}
39     \end{figure}
40    
41 mlosch 1.9 The burden of developing ``by hand''
42 heimbach 1.3 an adjoint model in general matches that of
43     the forward model development. The substantial extra investment
44 dimitri 1.17 often prevents serious attempts at making available adjoint
45 heimbach 1.3 components of sophisticated models.
46     The alternative route of rigorous application of AD has proven
47     very successful in the context of MITgcm ocean modeling applications.
48     The model has been tailored to be readily used with AD
49     tools for adjoint code generation.
50     The adjoint model of the MITgcm has become an invaluable
51 dimitri 1.17 tool for sensitivity analysis as well as for state estimation \citep[for a
52 heimbach 1.3 recent overview and summary, see][]{heim:08}.
53 dimitri 1.17 AD also enables a large variety of configurations
54     and studies to be conducted with adjoint methods without the onerous task of
55     modifying the adjoint of each new configuration by hand.
56 heimbach 1.11 \cite{gier-kami:98} discuss in detail the advantages of the AD approach.
57 heimbach 1.3
58     The AD route was also taken in developing and adapting the sea-ice
59 dimitri 1.17 component of the MITgcm, so that tangent linear and adjoint components can be
60     obtained and kept up to date without excessive effort.
61     As for the TLM and ADM components of the MITgcm ocean model, we rely on the
62     automatic differentiation (AD) tool ``Transformation of Algorithms in
63 heimbach 1.1 Fortran'' (TAF) developed by Fastopt \citep{gier-kami:98} to generate
64 dimitri 1.17 TLM and ADM code of the MITgcm sea ice model \citep[for details
65     see][]{maro-etal:99,heim-etal:05}.
66     Note that for the ocean component, we are now also able to generate
67 heimbach 1.7 efficient derivative code using the new open-source tool OpenAD
68 heimbach 1.15 \citep{utke-etal:08}.
69 heimbach 1.7 Appendix \ref{app:adissues} provides details of
70 dimitri 1.17 adjoint code generation for the coupled ocean and sea ice MITgcm
71     configuration.
72 heimbach 1.1
73 dimitri 1.17 Since conducting this study, further changes to the
74     thermodynamic formulation have been implemented, which improve certain
75     aspects of forward and adjoint model behavior.
76     These changes are discussed in detail in \cite{fent:09} along with application
77     of the coupled ocean and sea ice MITgcm adjoint to estimating the state of the
78 heimbach 1.21 Labrador Sea during 1996/97.
79 dimitri 1.17
80 heimbach 1.21 To conclude his section, we emphasize the coupled nature of the MITgcm ocean and sea ice adjoint.
81 dimitri 1.24 \reffigure{couplingschematic}
82 heimbach 1.21 illustrates how sensitivities of a
83 dimitri 1.17 sea ice export objective function,
84     which depends solely on the sea-ice state,
85     propagate both into the time-varying ocean state as well
86     as into the atmospheric boundary conditions.
87 heimbach 1.1
88 heimbach 1.7 \begin{figure*}[t]
89     \includegraphics*[width=\textwidth]{\fpath/adj_canarch_freeslip_ADJheff}
90     \caption{Sensitivity $\partial{J}/\partial{(hc)}$ in
91 heimbach 1.29 m$^3$\,s$^{-1}$/m for four different different times using free-slip
92 heimbach 1.7 lateral boundary conditions for sea ice drift. The color scale is chosen
93     to illustrate the patterns of the sensitivities.
94     \label{fig:adjhefffreeslip}}
95     \end{figure*}
96    
97     \begin{figure*}[t]
98     \includegraphics*[width=\textwidth]{\fpath/adj_canarch_noslip_ADJheff}
99 heimbach 1.29 \caption{Same as \reffig{adjhefffreeslip}, but for no-slip
100 heimbach 1.7 lateral boundary conditions for sea ice drift.
101     \label{fig:adjheffnoslip}}
102     \end{figure*}
103 heimbach 1.1
104 heimbach 1.15 %---------------------------------------------------------------------------
105 heimbach 1.6 \section{A case study: Sensitivities of sea-ice export through
106 heimbach 1.21 Lancaster Sound}
107 heimbach 1.15 %---------------------------------------------------------------------------
108 heimbach 1.1
109     We demonstrate the power of the adjoint method in the context of
110 heimbach 1.21 investigating sea-ice export sensitivities through Lancaster Sound.
111 dimitri 1.18 The rationale for this choice is to complement the analysis of sea-ice
112     dynamics in the presence of narrow straits of Part 1
113 dimitri 1.24 \cite[see also][]{los09}. Lancaster Sound is one of
114 dimitri 1.18 the main paths of sea ice export through the Canadian Arctic
115 dimitri 1.25 Archipelago (CAA). \reffigure{sverdrupbasin} %taken from \cite{mell:02}
116 dimitri 1.18 reflects the intricate local geography of CAA
117 heimbach 1.8 straits, sounds, and islands.
118     Export sensitivities reflect dominant pathways
119 dimitri 1.18 through the CAA, as resolved by the model. Sensitivity maps provide a very
120     detailed view of
121 mlosch 1.12 %shed a very detailed light on
122     various quantities affecting the sea-ice export
123 heimbach 1.14 (and thus the underlying propagation pathways).
124 dimitri 1.18 A caveat of the present study is the limited resolution, which
125 heimbach 1.11 is not adequate to realistically simulate the CAA.
126     For example, while the dominant
127 heimbach 1.1 circulation through Lancaster Sound is toward the East, there is a
128     small Westward flow to the North, hugging the coast of Devon Island
129 heimbach 1.21 \citep{mell:02,prin-hami:05,mich-etal:06,muen-etal:06}, which is not resolved in
130 heimbach 1.1 our simulation.
131 heimbach 1.11 Nevertheless, the focus here is on elucidating model sensitivities in a
132     general way. For any given simulation, whether deemed
133 dimitri 1.18 ``realistic'' or not, the adjoint provides exact model sensitivities, which
134     help test whether hypothesized processes are actually
135 heimbach 1.11 borne out by the model dynamics.
136 dimitri 1.18 Note that the resolution used in this study is at least as good or better than
137     the resolution used for IPCC-type calculations.
138 heimbach 1.1
139 heimbach 1.15 \begin{figure*}
140     \centerline{
141     \includegraphics*[height=.9\textheight]{\fpath/lancaster_adj}
142     }
143     \caption{Hovmoeller-type diagrams along the axis Viscount Melville
144     Sound/Barrow Strait/Lancaster Sound. The diagrams show the
145 heimbach 1.29 sensitivities (derivatives) of the ``solid'' freshwater (i.e.,
146 heimbach 1.15 ice and snow) export $J$ through Lancaster sound
147 dimitri 1.19 (\reffig{sverdrupbasin}) with respect to
148 heimbach 1.15 ice thickness ($hc$), ocean surface temperature (SST) and
149     precipitation ($p$) for two runs with free slip and no slip
150     boundary conditions for the sea ice drift. Each plot is overlaid
151     with the contours 1 and 3 of the normalized ice strengh
152     $P/P^*=(hc)\,\exp[-C\,(1-c)]$ for orientation.
153     \label{fig:lancasteradj}}
154     \end{figure*}
155    
156     %---------------------------------------------------------------------------
157 heimbach 1.6 \subsection{The model configuration}
158 heimbach 1.15 %---------------------------------------------------------------------------
159 heimbach 1.6
160 heimbach 1.14 The model domain is similar to the one described in Part 1.
161 dimitri 1.24 It is carved out from the Arcitc face of a global, eddy-admitting,
162 dimitri 1.19 cubed-sphere simulation \citep{menemenlis05}
163     but with 36-km instead of 18-km grid cell width,
164     i.e., half the horizontal resolution of the configuration described in Part 1.
165 mlosch 1.12 %, now amounting to roughly 36 km..
166 dimitri 1.19 The adjoint model for this configuration runs efficiently on 80 processors,
167     inferred from benchmarks on both an SGI Altix and on an IBM SP5 at NASA/ARC
168     and at NCAR/CSL, respectively.
169     Following a 4-year spinup (1985 to 1988), the model is integrated for an
170     additional four
171     years and nine months between January 1, 1989 and September 30, 1993.
172     It is forced at the surface using realistic 6-hourly NCEP/NCAR atmospheric
173     state variables.
174 heimbach 1.1 %Over the open ocean these are
175     %converted into air-sea fluxes via the bulk formulae of
176     %\citet{large04}. The air-sea fluxes in the presence of
177     %sea-ice are handled by the ice model as described in \refsec{model}.
178 heimbach 1.29 The objective function $J$ is chosen as the ``solid'' freshwater
179     export through Lancaster Sound (LC), at approximately 74\degN, 82\degW\ in
180 dimitri 1.24 \reffig{sverdrupbasin}, integrated over the final 12-month period, i.e.,
181 dimitri 1.19 October 1, 1992 to September 30, 1993.
182     That is,
183 heimbach 1.29
184     \begin{linenomath*}
185 heimbach 1.1 \begin{equation}
186 mlosch 1.12 \label{eq:costls}
187 heimbach 1.29 J \, =
188     \frac{1}{\rho_{fresh}}
189     \int_{\mathrm{Oct\,92}}^{\mathrm{Sep\,93}}
190     \int_{\mathrm{LC}}
191     \, (\rho \, h \, c \, + \, \rho_{s} h_{s}c)\,u \,ds \,dt,
192 heimbach 1.1 \end{equation}
193 heimbach 1.29 \end{linenomath*}
194    
195     %\ml{[ML: shouldn't $J$ be normalized by $\rho_{\mathrm{fresh}}$ to
196     % give the units that we use in the figures?]}
197     is the export of ice and snow converted to units of freshwater, where $c$ is
198 dimitri 1.19 the fractional ice cover, $u$ is the along-channel ice drift
199 heimbach 1.21 velocity, $h$ and $h_s$ are the ice and snow
200 heimbach 1.29 thicknesses, and $\rho$, $\rho_s$, and $\rho_{fresh}$
201     are the ice, snow and freshwater densities, respectively.
202 heimbach 1.1 The forward trajectory of the model integration resembles broadly that
203 dimitri 1.19 of the model in Part~1 but some details are different due
204     to the different resolution and integration period.
205 heimbach 1.1 %
206 mlosch 1.9 %\ml{PH: Martin, please confirm/double-check following sentence:}
207 heimbach 1.8 %
208 mlosch 1.9 For example, the differences in solid
209 heimbach 1.14 freshwater export through Lancaster Sound are smaller
210 heimbach 1.8 between no-slip and
211 heimbach 1.21 free-slip lateral boundary conditions at higher resolution,
212     as shown in Part 1, Section 4.3
213 mlosch 1.9 ($91\pm85\text{\,km$^{3}$\,y$^{-1}$}$ and
214     $77\pm110\text{\,km$^{3}$\,y$^{-1}$}$ for free-slip and no-slip, respectively,
215 dimitri 1.19 and for the C-grid LSR solver) than at lower resolution
216 heimbach 1.8 ($116\pm101\text{\,km$^{3}$\,y$^{-1}$}$ and
217 mlosch 1.9 $39\pm64\text{\,km$^{3}$\,y$^{-1}$}$ for free-slip and no-slip, respectively).
218 dimitri 1.19 The large range of these estimates emphasizes the need to
219 mlosch 1.12 better understand the model sensitivities to lateral boundary
220 dimitri 1.19 conditions and to different configuration details. We aim to explore
221 mlosch 1.12 these sensitivities across the entire model state space in a
222 heimbach 1.14 comprehensive manner by means of the adjoint model.
223 mlosch 1.12 %The large discrepancy between all these numbers underlines the need to
224     %better understand the model sensitivities across the entire model state space
225     %resulting from different lateral boundary conditions and different
226     %configurations, and which we aim to explore in a more
227     %comprehensive manner through the adjoint.
228 heimbach 1.1
229 heimbach 1.6 The adjoint model is the transpose of the tangent linear model
230 dimitri 1.19 operator. It runs backwards in time from September 1993 to
231     January 1989. During this integration period, the Lagrange multipliers
232     of the model subject to objective function \refeq{costls} are
233     accumulated. These Langrange multipliers
234     are the sensitivities (or derivatives) of the objective function with respect
235 mlosch 1.9 %ML which can be interpreted as sensitivities of the objective function
236 dimitri 1.19 to each control variable and to each element of the intermediate
237     coupled ocean and sea ice model state variables.
238     Thus, all sensitivity elements of the model state and of the surface
239     atmospheric state are
240 heimbach 1.1 available for analysis of the transient sensitivity behavior. Over the
241 heimbach 1.14 open ocean, the adjoint of the \cite{larg-yeag:04} bulk formula scheme computes
242     sensitivities to the time-varying atmospheric state.
243     Specifically, ocean sensitivities propagate to air-sea flux sensitivities,
244     which are mapped to atmospheric state sensitivities via the
245     bulk formula adjoint.
246     Similarly, over ice-covered areas, the sea-ice model adjoint,
247     rather than the bulk formula adjoint converts surface ocean sensitivities to
248     atmospheric sensitivities.
249    
250 heimbach 1.1
251 heimbach 1.15 %---------------------------------------------------------------------------
252 heimbach 1.6 \subsection{Adjoint sensitivities}
253 heimbach 1.15 %---------------------------------------------------------------------------
254 heimbach 1.7
255 heimbach 1.1 The most readily interpretable ice-export sensitivity is that to
256 mlosch 1.13 ice thickness, $\partial{J} / \partial{(hc)}$.
257 dimitri 1.24 Maps of transient sensitivities $\partial{J} / \partial{(hc)}$ are shown for
258     free-slip (\reffig{adjhefffreeslip}) and for no-slip
259     (\reffig{adjheffnoslip}) boundary conditions.
260 dimitri 1.25 Each figure depicts four sensitivity snapshots for the objective function $J$,
261     starting October 1, 1992, i.e., at the beginning of the 12-month averaging
262     period, and going back in time to October 2, 1989.
263     As a reminder, the full period over which the adjoint sensitivities
264     are calculated is between January 1, 1989 and September 30, 1993.
265 heimbach 1.1
266 mlosch 1.13 The sensitivity patterns for ice thickness are predominantly positive.
267 dimitri 1.24 An increase in ice volume in most places west, i.e., ``upstream'', of
268 mlosch 1.12 %``upstream'' of
269 heimbach 1.29 Lancaster Sound increases the solid freshwater export at the exit section.
270 heimbach 1.14 The transient nature of the sensitivity patterns is evident:
271     the area upstream of Lancaster Sound that
272 heimbach 1.1 contributes to the export sensitivity is larger in the earlier snapshot.
273 heimbach 1.14 In the free slip case, the sensivity follows (backwards in time) the dominant pathway through Barrow Strait
274     into Viscount Melville Sound, and from there trough M'Clure Strait
275     into the Arctic Ocean
276     %
277     \footnote{
278 heimbach 1.15 (the branch of the ``Northwest Passage'' apparently
279 heimbach 1.14 discovered by Robert McClure during his 1850 to 1854 expedition;
280     McClure lost his vessel in the Viscount Melville Sound)
281     }.
282     %
283     Secondary paths are northward from
284     Viscount Melville Sound through Byam Martin Channel into
285     Prince Gustav Adolf Sea and through Penny Strait into MacLean Strait.
286 heimbach 1.1
287 dimitri 1.25 There are large differences between the free-slip and no-slip
288     solutions. By the end of the adjoint integration in January 1989, the
289     no-slip sensitivities (\reffig{adjheffnoslip}) are generally weaker than the
290 heimbach 1.14 free slip sensitivities and hardly reach beyond the western end of
291 mlosch 1.12 Barrow Strait. In contrast, the free-slip sensitivities (\reffig{adjhefffreeslip})
292 heimbach 1.1 extend through most of the CAA and into the Arctic interior, both to
293 dimitri 1.25 the West (M'Clure Strait) and to the North (Ballantyne Strait, Prince
294 heimbach 1.14 Gustav Adolf Sea, Massey Sound). In this case the ice can
295 dimitri 1.25 drift more easily through narrow straits and a positive ice
296 heimbach 1.1 volume anomaly anywhere upstream in the CAA increases ice export
297 dimitri 1.25 through Lancaster Sound within the simulated 4-year period.
298 heimbach 1.1
299 heimbach 1.15 \begin{figure*}
300     \centerline{
301     \includegraphics*[height=.9\textheight]{\fpath/lancaster_fwd_1}
302     }
303     \caption{Hovmoeller-type diagrams along the axis Viscount Melville
304     Sound/Barrow Strait/Lancaster Sound of ice thickness
305     ($hc$), snow thickness ($h_{s}c$) and normalized ice
306     strengh $P/P^*=(hc)\,\exp[-C\,(1-c)]$ for two runs with free slip
307     and no slip boundary conditions for the sea ice drift. Each plot
308     is overlaid with the contours 1 and 3 of the normalized ice
309     strength for orientation.
310     \label{fig:lancasterfwd1}}
311     \end{figure*}
312     %
313     \begin{figure*}
314     \centerline{
315     \includegraphics*[height=.9\textheight]{\fpath/lancaster_fwd_2}
316     }
317 dimitri 1.24 \caption{Same as \reffig{lancasterfwd1}, but for SST, SSS,
318 heimbach 1.15 and precipitation.
319     \label{fig:lancasterfwd2}}
320     \end{figure*}
321     %
322    
323 heimbach 1.2 One peculiar feature in the October 1992 sensitivity maps
324     are the negative sensivities to the East and, albeit much weaker,
325 dimitri 1.24 to the West of Lancaster Sound.
326 heimbach 1.14 The former can be explained by indirect effects: less ice eastward
327 dimitri 1.24 of Lancaster Sound results in
328 heimbach 1.2 less resistance to eastward drift and thus more export.
329     A similar mechanism might account for the latter,
330 heimbach 1.8 albeit more speculative: less ice to
331 dimitri 1.24 the West means that more ice can be moved eastward from Barrow Strait
332     into Lancaster Sound leading to more ice export.
333 heimbach 1.21 %\\ \ml{[ML: This
334     % paragraph is very weak, need to think of something else, longer
335     % fetch maybe? PH: Not sure what you mean. ML: I cannot remember,
336     % either, so maybe we should just leave it as is it, but the paragraph
337     % is weak, maybe we can drop it altogether and if reviewer comment on
338     % these negative sensitivies we put something back in?]}
339 heimbach 1.1
340 heimbach 1.2 The temporal evolution of several ice export sensitivities
341     along a zonal axis through
342 heimbach 1.1 Lancaster Sound, Barrow Strait, and Melville Sound (115\degW\ to
343 dimitri 1.25 80\degW, averaged across the passages) are depicted in \reffig{lancasteradj}
344     as Hovmoeller diagrams, that is, two-dimensional maps of sensitivities as
345     function of longitude and time.
346     Serving as examples for the ocean, sea-ice, and atmospheric forcing components
347 mlosch 1.12 %In order to represent sensitivities to elements of the state of
348 dimitri 1.25 of the model, we depict, from top to bottom, the
349     sensitivities to ice thickness ($hc$), Sea Surface Temperature (SST), and
350     precipitation ($p$) for free slip
351 heimbach 1.1 (left column) and no slip (right column) ice drift boundary
352     conditions.
353    
354 dimitri 1.25 The Hovmoeller diagrams of ice thickness (top row) and SST
355 heimbach 1.1 (second row) sensitivities are coherent:
356 dimitri 1.24 more ice in Lancaster Sound leads
357 dimitri 1.25 to more export and one way to form more ice is by colder surface
358     temperatures. In the free-slip case the
359 mlosch 1.9 sensitivities spread out in ``pulses'' following a seasonal cycle:
360 heimbach 1.14 ice can propagate eastward (forward in time) and thus sensitivities
361     propagate westward (backwards in time) when the ice strength is low
362 heimbach 1.15 in late summer to early autumn
363 dimitri 1.24 (\reffig{lancasterfwd1}, bottom panels).
364 mlosch 1.12 In contrast, during winter, the sensitivities show little to no
365 dimitri 1.25 westward propagation as the ice is frozen solid and does not move.
366     In the no-slip case the (normalized)
367 heimbach 1.1 ice strength does not fall below 1 during the winters of 1991 to 1993
368     (mainly because the ice concentrations remain near 100\%, not
369     shown). Ice is therefore blocked and cannot drift eastwards
370     (forward in time) through the Viscount
371 dimitri 1.24 Melville Sound, Barrow Strait, and Lancaster Sound channel system.
372 heimbach 1.14 Consequently, the sensitivities do not propagate westward (backwards in
373 heimbach 1.1 time) and the export through Lancaster Sound is only affected by
374     local ice formation and melting for the entire integration period.
375    
376 heimbach 1.14 It is worth contrasting the sensitivity
377 dimitri 1.25 diagrams of \reffig{lancasteradj}
378     with the Hovmoeller diagrams of the corresponding state variables
379     (Figs.~\ref{fig:lancasterfwd1} and \ref{fig:lancasterfwd2}).
380     The sensitivities show clear causal connections of ice motion
381     over the years, that is, they expose the winter arrest and the summer
382     evolution of the ice. These causal connections cannot
383     easily be inferred from the Hovmoeller diagrams of ice and snow
384     thickness. This example illustrates the usefulness and complementary nature
385     of the adjoint variables for investigating dynamical linkages in the
386 heimbach 1.14 ocean/sea-ice system.
387 mlosch 1.12
388 heimbach 1.14 \begin{table*}
389 heimbach 1.21 \caption{Summary of forward perturbation experiments performed,
390     and comparison with adjoint-based perturbations.
391     All perturbations were applied on a patch around
392 heimbach 1.14 101.24$^{\circ}$W, 75.76$^{\circ}$N. Reference value for export is
393 heimbach 1.29 $J_0$ = 69.6 km$^3/yr$.
394 heimbach 1.14 }
395     \label{tab:pertexp}
396     \centering
397 heimbach 1.15 \begin{tabular}{ccc@{\hspace{3ex}}c@{\hspace{3ex}}cr@{\hspace{3ex}}r@{\hspace{3ex}}r}
398 heimbach 1.14 \hline
399 dimitri 1.26 \textsf{experiment} & variable & time & $\Delta t$ & $\mathbf{\delta u}$ &
400 dimitri 1.28 $\frac{\delta J(adj.)}{km^3/yr}$ & $\frac{\delta J(fwd.)}{km^3/yr}$ &
401 heimbach 1.15 deviation [\%] \\
402 heimbach 1.14 \hline \hline
403 heimbach 1.15 \textsf{ICE1} & $hc$ & 1-Jan-1989 & init. & 0.5 m & 0.98 & 1.1 & 11 \\
404     \textsf{OCE1} & SST & 1-Jan-1989 & init. & 0.5$^{\circ}$C & -0.125 & -0.108 & 16 \\
405     \textsf{ATM1} & $p$ & 1-Apr-1991 & 10 days & 1.6$\cdot10^{-7}$ m/s & 0.185 & 0.191 & 3 \\
406     \textsf{ATM2} & $p$ & 1-Nov-1991 & 10 days & 1.6$\cdot10^{-7}$ m/s & -0.435 & -1.016 & 57 \\
407     \textsf{ATM3} & $p$ & 1-Apr-1991 & 10 days & -1.6$\cdot10^{-7}$ m/s & -0.185 & -0.071 & 62 \\
408     \textsf{ATM4} & $p$ & 1-Nov-1991 & 10 days & -1.6$\cdot10^{-7}$ m/s & 0.435 & 0.259 & 40 \\
409 heimbach 1.14 \hline
410     \end{tabular}
411     \end{table*}
412    
413     The sensitivities to precipitation are more complex.
414 mlosch 1.12 %exhibit a more complex behaviour.
415 heimbach 1.14 To first order, they have an oscillatory pattern
416 mlosch 1.12 with negative sensitivity (more precipitation leads to less export)
417 heimbach 1.15 between roughly September and December and mostly positive sensitivity
418 dimitri 1.25 from January through June (sensitivities are negligible during the summer).
419 mlosch 1.12 %A fairly accurate description would note an oscillatory behaviour:
420     %they are negative (more precipitation leads to less export)
421     %before January (more precisely, between roughly August and December)
422     %and mostly positive after January
423     %(more precisely, January through July).
424 heimbach 1.1 Times of positive sensitivities coincide with times of
425 mlosch 1.12 normalized ice strengths exceeding values of~3.
426 heimbach 1.14 This pattern is broken only immediatly preceding the evaluation
427 dimitri 1.25 period of the ice export cost function in 1992. In contrast to previous
428     years, the sensitivity is negative between January and August~1992
429     and east of 95\degW.
430 heimbach 1.14
431     We shall elucidate the mechanisms underlying
432     these precipitation sensitivities
433     in Section \ref{sec:oscillprecip}
434     in the context of forward perturbation experiments.
435 heimbach 1.1
436    
437 heimbach 1.15 %---------------------------------------------------------------------------
438 heimbach 1.8 \subsection{Forward perturbation experiments}
439 mlosch 1.13 \label{sec:forwardpert}
440 heimbach 1.15 %---------------------------------------------------------------------------
441 heimbach 1.1
442 dimitri 1.26 Applying an automatically generated adjoint model
443 mlosch 1.12 %Using an adjoint model obtained via automatic differentiation
444     %and applied
445 dimitri 1.26 under potentially highly nonlinear conditions
446     %, and one generated automatically, relying on AD tools
447     incites the question
448 heimbach 1.14 to what extent the adjoint sensitivities are ``reliable''
449     in the sense of accurately representing forward model sensitivities.
450 mlosch 1.12 Adjoint sensitivities that are physically interpretable provide
451     %Obtaining adjoint fields that are physically interpretable provides
452 dimitri 1.26 a partial answer but an independent, quantitative test is needed to
453 heimbach 1.14 gain confidence in the calculations.
454 mlosch 1.12 %credence to the calculations.
455 dimitri 1.26 Such a verification can be achieved by comparing adjoint-derived gradients
456     with ones obtained from finite-difference perturbation experiments.
457     Specifically, for a control variable $\mathbf{u}$ of interest,
458     we can readily calculate an expected change $\delta J$ in the objective
459     function for an applied perturbation $\mathbf{\delta u}$ over domain $A$
460     based on adjoint sensitivities $\partial J / \partial \mathbf{u}$:
461 heimbach 1.29
462     \begin{linenomath*}
463 heimbach 1.3 \begin{equation}
464     \delta J \, = \, \int_A \frac{\partial J}{\partial \mathbf{u}} \,
465     \mathbf{\delta u} \, dA
466     \label{eqn:adjpert}
467     \end{equation}
468 heimbach 1.29 \end{linenomath*}
469    
470 dimitri 1.26 Alternatively we can infer the magnitude of the cost perturbation $\delta J$
471     without use of the adjoint. Instead we apply the same perturbation
472     $\mathbf{\delta u}$ to the control space over the same domain $A$ and
473     integrate the forward model. The perturbed cost is
474 heimbach 1.29
475     \begin{linenomath*}
476 heimbach 1.3 \begin{equation}
477     \delta J \, = \,
478 dimitri 1.26 J(\mathbf{u}+\mathbf{\delta u}) - J(\mathbf{u}).
479 heimbach 1.3 \label{eqn:fdpert}
480     \end{equation}
481 heimbach 1.29 \end{linenomath*}
482    
483 dimitri 1.26 The degree to which Eqns.~(\ref{eqn:adjpert}) and (\ref{eqn:fdpert}) agree
484 dimitri 1.28 depends both on the magnitude of perturbation $\mathbf{\delta u}$
485 dimitri 1.26 and on the length of the integration period.
486     %(note that forward and adjoint models are evaluated over the same period).
487    
488     We distinguish two types of adjoint-model tests. First there are finite
489     difference tests performed over short time intervals,
490     over which the assumption of linearity is expected to hold,
491     and where individual elements of the control vector are perturbed.
492 dimitri 1.27 We refer to these tests as gradient checks. Gradient checks are performed
493 dimitri 1.26 on a routine, automated basis for various MITgcm verification setups,
494 dimitri 1.27 including verification setups that exercise coupled ocean and sea ice model
495     configurations. These automated tests insure that updates to the MITgcm
496     repository do not break the differentiability of the code.
497    
498 dimitri 1.28 A second type of adjoint-model tests is
499     finite difference tests performed over longer time intervals
500     % comparable to the ones used for actual sensitivity studies such as this one,
501     and where a whole area is perturbed, guided by the adjoint sensitivity maps,
502 heimbach 1.15 in order to investigate physical mechanisms.
503 dimitri 1.28 The examples discussed herein and summarized in Table \ref{tab:pertexp}
504     are of this second type of sensitivity experiments.
505     For nonlinear models, the deviations between Eqns.~(\ref{eqn:adjpert}) and
506     (\ref{eqn:fdpert}) are expected to increase both with
507 heimbach 1.3 perturbation magnitude as well as with integration time.
508    
509 dimitri 1.26 Comparison between finite-difference and adjoint-derived ice-export
510 dimitri 1.28 perturbations show remarkable agreement for initial value perturbations of
511     ice thickness (\textsf{ICE1}) or sea surface temperature (\textsf{OCE1}).
512     Deviations between perturbed cost function values remain below 16\% (see Table
513     \ref{tab:pertexp}).
514 dimitri 1.24 \reffigure{lancpert} depicts the temporal evolution of
515 dimitri 1.26 perturbed minus unperturbed ice export through Lancaster Sound for initial ice
516     thickness
517 dimitri 1.28 (top panel) and SST (middle panel) perturbations.
518     In both cases, differences are confined to the melting season, during which
519 heimbach 1.14 the ice unlocks and which %gets ``unstuck'' and
520 mlosch 1.12 can lead to significant export.
521 dimitri 1.28 As ``predicted'' by the adjoint, the two curves are of opposite sign
522 heimbach 1.8 and scales differ by almost an order of magnitude.
523    
524 heimbach 1.15 %---------------------------------------------------------------------------
525     \subsection{Oscillatory behavior of precipitation sensitivities}
526     \label{sec:oscillprecip}
527     %---------------------------------------------------------------------------
528 heimbach 1.14
529 dimitri 1.28 Our next goal is to explain the sign and magnitude changes through time
530     of the transient precipitation sensitivities.
531     To investigate this, we have carried out the following two perturbation
532     experiments: (i) an experiment labeled \textsf{ATM1}, in which we perturb
533     precipitation over a 10-day period between April 1 and 10, 1991, coincident
534     with a period of positive adjoint sensitivities, and (ii) an experiment
535     labeled \textsf{ATM2}, in which we apply the same perturbation over a 10-day
536     period between November 1 and 10, 1991, coincident with a period of negative
537     adjoint sensitivities.
538 dimitri 1.26 The perturbation magnitude chosen is
539     $\mathbf{\delta u} = 1.6 \times 10^{-7}$ m/s
540 heimbach 1.8 as a measure of spatial mean standard deviation of precipitation
541 mlosch 1.12 variability. %The results are as follows:
542 mlosch 1.13 First, the perturbation experiments confirm the sign change
543 heimbach 1.8 when perturbing in different seasons.
544     Second, we observe good quantitative agreement for the Apr. 1991 case,
545 mlosch 1.20 and a 50~\% deviation for the Nov. 1991 case.
546 heimbach 1.8 %
547     While the latter discrepancy seems discouraging,
548     we recall that the perturbation experiments are performed
549     over a multi-year period, and under likely nonlinear model behaviour.
550 heimbach 1.14 To support this view, we repeated the perturbation experiments by
551     applying the same perturbation but with opposite sign,
552 dimitri 1.26 $\mathbf{\delta u} = -1.6 \times 10^{-7}$ m/s (experiments \textsf{ATM3},
553     \textsf{ATM4}
554 heimbach 1.14 in Table \ref{tab:pertexp}).
555 heimbach 1.8 At this point both perturbation periods lead to about
556     50 \% discrepancies between finite-difference and adjoint-derived
557     ice export differences.
558 mlosch 1.12 %
559 heimbach 1.14 The finite-difference export changes are different in amplitude for
560     positive and negative perturbations pointing indeed to the suspected
561     impact of the nonlinearity on the calculation.
562    
563     In this light, and given that these experiments constitute
564     severe tests (in the sense of reaching the limit of the
565     linearity assumption)
566     on the adjoint, the results can be regarded as useful in
567 mlosch 1.13 obtaining qualitative, and within certain limits quantitative
568 heimbach 1.8 information of comprehensive model sensitivities
569     that cannot realistically be computed otherwise.
570 heimbach 1.3
571 heimbach 1.15 \begin{figure}
572     %\centerline{
573     \subfigure %[$hc$]
574     {\includegraphics*[width=.49\textwidth]{\fpath/lanc_pert_heff}}
575    
576     \subfigure %[SST]
577     {\includegraphics*[width=.49\textwidth]{\fpath/lanc_pert_theta}}
578 heimbach 1.1
579 heimbach 1.15 \subfigure %[$p$]
580     {\includegraphics*[width=.49\textwidth]{\fpath/lanc_pert_precip}}
581     %}
582 heimbach 1.21 \caption{
583     Difference in solid freshwater export at 82$^{\circ}$W between
584     perturbed and unperturbed forward runs.
585 dimitri 1.28 From top to bottom, perturbations are initial ice thickness ($hc$),
586 heimbach 1.21 initial sea-surface temperature ($SST$), and precipitation ($p$).
587     Details of perturbations are summarized in Table \ref{tab:pertexp}.
588 heimbach 1.15 \label{fig:lancpert}}
589     \end{figure}
590    
591     \begin{figure*}
592     \centerline{
593     \includegraphics*[width=.9\textwidth]{\fpath/lancaster_pert_hov}
594     }
595     \caption{
596 dimitri 1.24 Same as \reffig{lancasterfwd1}, but restricted to the period
597 heimbach 1.15 1991 to 1993, and for the differences
598 heimbach 1.21 between (from top to bottom)
599     ice thickness $(hc)$, snow thickness $(h_\mathrm{snow}c)$, sea-surface
600     temperature (SST), and net shortwave radiation,
601     before and after a perturbation of precipitation of
602 heimbach 1.15 $1.6\cdot10^{-1}\text{\,m\,s$^{-1}$}$ on 1-Nov-1991 (left) and
603     1-Apr-1991 (right). Each plot is overlaid
604     with the contours 1 and 3 of the normalized ice strengh
605     $P/P^*=(hc)\,\exp[-C\,(1-c)]$ for orientation.
606     \label{fig:lancasterperthov}}
607     \end{figure*}
608 heimbach 1.14
609     To investigate in more detail the oscillatory behavior of precipitation sensitivities
610     we have plotted differences in ice thickness, snow thicknesses, and SST,
611     between perturbed and unperturbed simulations
612     along the Lancaster Sound axis as a function of time.
613 dimitri 1.24 \reffigure{lancasterperthov} shows how the
614 heimbach 1.14 small localized perturbations of precipitation are propagated
615     depending on whether applied during \textit{early} winter (left column)
616     or \textit{late} winter (right column).
617 mlosch 1.20 More precipation
618 heimbach 1.21 leads to more snow on the ice in all cases.
619     However, the same perturbation in different
620 heimbach 1.29 seasons has an opposite effect on the solid freshwater export
621 heimbach 1.21 through Lancaster Sound.
622 heimbach 1.14 Both adjoint and perturbation results suggest the following
623     mechanism to be at play:
624 mlosch 1.20 %ML: why not let LaTeX do it? Elsevier might have it's own layout
625     \begin{itemize}
626     \item
627 heimbach 1.14 More snow in November (on thin ice) insulates the ice by reducing
628     the effective conductivity and thus the heat flux through the ice.
629     This insulating effect slows down the cooling of the surface water
630     underneath the ice. In summary, more snow early in the winter limits the ice growth
631     from above and below (negative sensitivity).
632 mlosch 1.20 \item
633 heimbach 1.14 More snow in April (on thick ice) insulates the
634     ice against melting.
635 heimbach 1.21 Short wave radiation cannot penetrate the snow cover, and snow has
636 heimbach 1.14 a higher albedo than ice (0.85 for dry snow and 0.75 for dry ice in our
637     case); thus it protects the ice against melting in spring
638     (more specifically, after January), and leads to more ice in the
639     following growing season.
640 mlosch 1.20 \end{itemize}
641     % \\ $\bullet$
642     % More snow in November (on thin ice) insulates the ice by reducing
643     % the effective conductivity and thus the heat flux through the ice.
644     % This insulating effect slows down the cooling of the surface water
645     % underneath the ice. In summary, more snow early in the winter limits the ice growth
646     % from above and below (negative sensitivity).
647     % \\ $\bullet$
648     % More snow in April (on thick ice) insulates the
649     % ice against melting.
650     % Short wave radiation cannot penetrate the snow cover and has
651     % a higher albedo than ice (0.85 for dry snow and 0.75 for dry ice in our
652     % case); thus it protects the ice against melting in spring
653     % (more specifically, after January), and leads to more ice in the
654     % following growing season.
655 heimbach 1.14
656     A secondary, direct effect is the
657     accumulation of snow which increases the exported volume.
658     The feedback with the SST appears to be negligible because
659     there is little connection of anomalies beyond a full seasonal cycle.
660    
661     We note that the effect of snow vs.\ rain seems to be irrelevant
662     in explaining positive vs.\ negative sensitivity patterns.
663     In the current implementation the model differentiates between
664     snow and rain depending on the thermodynamic growth rate; when it is
665     cold enough for ice to grow, all precipitation is assumed to be
666     snow. The surface atmospheric conditions most of the year in the Lancaster
667     Sound region are such that almost all precipitation is treated as snow
668     except for a short period in July and August; even then air
669     temperatures are only slightly above freezing.
670    
671     Finally, the negative sensitivities to precipitation between 95\degW\ and
672 heimbach 1.15 85\degW\ in spring 1992 which break the oscillatory pattern
673     may also be explained by the presence of
674     snow: in an area of large snow accumulation
675 dimitri 1.24 (almost 50\,cm, see \reffig{lancasterfwd1}, middle panel),
676 heimbach 1.15 ice cannot melt and
677 heimbach 1.14 tends to block the channel so that ice coming from the West cannot
678     pass thus leading to less ice export in the next season.
679     %
680     %\ml{PH: Why is this true for 1992 but not 1991?}
681     The reason why this is true for spring 1992 but not spring 1991,
682     is that by then the high
683     sensitivites have propagated westward out of the area of thick
684     snow and ice around 90\degW.
685 mlosch 1.13
686 heimbach 1.1 %(*)
687     %The sensitivity in Baffin Bay are more complex.
688     %The pattern evolves along the Western boundary, connecting
689     %the Lancaster Sound Polynya, the Coburg Island Polynya, and the
690     %North Water Polynya, and reaches into Nares Strait and the Kennedy Channel.
691     %The sign of sensitivities has an oscillatory character
692     %[AT FREQUENCY OF SEASONAL CYCLE?].
693     %First, we need to establish whether forward perturbation runs
694     %corroborate the oscillatory behaviour.
695     %Then, several possible explanations:
696     %(i) connection established through Nares Strait throughflow
697     %which extends into Western boundary current in Northern Baffin Bay.
698     %(ii) sea-ice concentration there is seasonal, i.e. partly
699     %ice-free during the year. Seasonal cycle in sensitivity likely
700     %connected to ice-free vs. ice-covered parts of the year.
701     %Negative sensitivities can potentially be attributed
702     %to blocking of Lancaster Sound ice export by Western boundary ice
703     %in Baffin Bay.
704     %(iii) Alternatively to (ii), flow reversal in Lancaster Sound is a possibility
705     %(in reality there's a Northern counter current hugging the coast of
706     %Devon Island which we probably don't resolve).
707    
708     %Remote control of Kennedy Channel on Lancaster Sound ice export
709     %seems a nice test for appropriateness of free-slip vs. no-slip BCs.
710    
711     %\paragraph{Sensitivities to the sea-ice area}
712    
713 dimitri 1.24 %\refigure{XXX} depicts transient sea-ice export sensitivities
714 heimbach 1.1 %to changes in sea-ice concentration
715     % $\partial J / \partial area$ using free-slip
716     %(left column) and no-slip (right column) boundary conditions.
717     %Sensitivity snapshots are depicted for (from top to bottom)
718     %12, 24, 36, and 48 months prior to May 2003.
719     %Contrary to the steady patterns seen for thickness sensitivities,
720     %the ice-concentration sensitivities exhibit a strong seasonal cycle
721     %in large parts of the domain (but synchronized on large scale).
722     %The following discussion is w.r.t. free-slip run.
723    
724     %(*)
725     %Months, during which sensitivities are negative:
726     %\\
727     %0 to 5 Db=N/A, Dr=5 (May-Jan) \\
728     %10 to 17 Db=7, Dr=5 (Jul-Jan) \\
729     %22 to 29 Db=7, Dr=5 (Jul-Jan) \\
730     %34 to 41 Db=7, Dr=5 (Jul-Jan) \\
731     %46 to 49 D=N/A \\
732     %%
733     %These negative sensitivities seem to be connected to months
734     %during which main parts of the CAA are essentially entirely ice-covered.
735     %This means that increase in ice concentration during this period
736     %will likely reduce ice export due to blocking
737     %[NEED TO EXPLAIN WHY THIS IS NOT THE CASE FOR dJ/dHEFF].
738     %Only during periods where substantial parts of the CAA are
739     %ice free (i.e. sea-ice concentration is less than one in larger parts of
740     %the CAA) will an increase in ice-concentration increase ice export.
741    
742     %(*)
743     %Sensitivities peak about 2-3 months before sign reversal, i.e.
744     %max. negative sensitivities are expected end of July
745     %[DOUBLE CHECK THIS].
746    
747     %(*)
748     %Peaks/bursts of sensitivities for months
749     %14-17, 19-21, 27-29, 30-33, 38-40, 42-45
750    
751     %(*)
752 mlosch 1.9 %Spatial ``anti-correlation'' (in sign) between main sensitivity branch
753 heimbach 1.1 %(essentially Northwest Passage and immediate connecting channels),
754     %and remote places.
755     %For example: month 20, 28, 31.5, 40, 43.
756     %The timings of max. sensitivity extent are similar between
757     %free-slip and no-slip run; and patterns are similar within CAA,
758     %but differ in the Arctic Ocean interior.
759    
760     %(*)
761     %Interesting (but real?) patterns in Arctic Ocean interior.
762    
763     %\paragraph{Sensitivities to the sea-ice velocity}
764    
765     %(*)
766     %Patterns of ADJuice at almost any point in time are rather complicated
767     %(in particular with respect to spatial structure of signs).
768     %Might warrant perturbation tests.
769     %Patterns of ADJvice, on the other hand, are more spatially coherent,
770     %but still hard to interpret (or even counter-intuitive
771     %in many places).
772    
773     %(*)
774 mlosch 1.9 %``Growth in extent of sensitivities'' goes in clear pulses:
775 heimbach 1.1 %almost no change between months: 0-5, 10-20, 24-32, 36-44
776     %These essentially correspond to months of
777    
778    
779     %\subsection{Sensitivities to the oceanic state}
780    
781     %\paragraph{Sensitivities to theta}
782    
783     %\textit{Sensitivities at the surface (z = 5 m)}
784    
785     %(*)
786     %mabye redo with caxmax=0.02 or even 0.05
787    
788     %(*)
789     %Core of negative sensitivities spreading through the CAA as
790     %one might expect [TEST]:
791     %Increase in SST will decrease ice thickness and therefore ice export.
792    
793     %(*)
794     %What's maybe unexpected is patterns of positive sensitivities
795 mlosch 1.9 %at the fringes of the ``core'', e.g. in the Southern channels
796 heimbach 1.1 %(Bellot St., Peel Sound, M'Clintock Channel), and to the North
797     %(initially MacLean St., Prince Gustav Adolf Sea, Hazen St.,
798     %then shifting Northward into the Arctic interior).
799    
800     %(*)
801     %Marked sensitivity from the Arctic interior roughly along 60$^{\circ}$W
802     %propagating into Lincoln Sea, then
803     %entering Nares Strait and Smith Sound, periodically
804     %warming or cooling[???] the Lancaster Sound exit.
805    
806     %\textit{Sensitivities at depth (z = 200 m)}
807    
808     %(*)
809     %Negative sensitivities almost everywhere, as might be expected.
810    
811     %(*)
812     %Sensitivity patterns between free-slip and no-slip BCs
813     %are quite similar, except in Lincoln Sea (North of Nares St),
814     %where the sign is reversed (but pattern remains similar).
815    
816     %\paragraph{Sensitivities to salt}
817    
818     %T.B.D.
819    
820     %\paragraph{Sensitivities to velocity}
821    
822     %T.B.D.
823    
824     %\subsection{Sensitivities to the atmospheric state}
825    
826     %\begin{itemize}
827     %%
828     %\item
829     %plot of ATEMP for 12, 24, 36, 48 months
830     %%
831     %\item
832     %plot of HEFF for 12, 24, 36, 48 months
833     %%
834     %\end{itemize}
835    
836    
837    
838 dimitri 1.25 %\reffigure{4yradjheff}(a--d) depict sensitivities of sea-ice export
839 heimbach 1.1 %through Fram Strait in December 1995 to changes in sea-ice thickness
840     %12, 24, 36, 48 months back in time. Corresponding sensitivities to
841     %ocean surface temperature are depicted in
842     %\reffig{4yradjthetalev1}(a--d). The main characteristics is
843     %consistency with expected advection of sea-ice over the relevant time
844     %scales considered. The general positive pattern means that an
845     %increase in sea-ice thickness at location $(x,y)$ and time $t$ will
846     %increase sea-ice export through Fram Strait at time $T_e$. Largest
847     %distances from Fram Strait indicate fastest sea-ice advection over the
848     %time span considered. The ice thickness sensitivities are in close
849     %correspondence to ocean surface sentivitites, but of opposite sign.
850     %An increase in temperature will incur ice melting, decrease in ice
851     %thickness, and therefore decrease in sea-ice export at time $T_e$.
852    
853     %The picture is fundamentally different and much more complex
854     %for sensitivities to ocean temperatures away from the surface.
855 dimitri 1.25 %\reffigure{4yradjthetalev10??}(a--d) depicts ice export sensitivities to
856 heimbach 1.1 %temperatures at roughly 400 m depth.
857     %Primary features are the effect of the heat transport of the North
858     %Atlantic current which feeds into the West Spitsbergen current,
859     %the circulation around Svalbard, and ...
860    
861    
862     %%\begin{figure}[t!]
863     %%\centerline{
864     %%\subfigure[{\footnotesize -12 months}]
865     %%{\includegraphics*[width=0.44\linewidth]{\fpath/run_4yr_ADJheff_arc_lev1_tim072_cmax2.0E+02.eps}}
866     %%\includegraphics*[width=.3\textwidth]{H_c.bin_res_100_lev1.pdf}
867     %%
868     %%\subfigure[{\footnotesize -24 months}]
869     %%{\includegraphics*[width=0.44\linewidth]{\fpath/run_4yr_ADJheff_arc_lev1_tim145_cmax2.0E+02.eps}}
870     %%}
871     %%
872     %%\caption{Sensitivity of sea-ice export through Fram Strait in December 2005 to
873     %%sea-ice thickness at various prior times.
874     %%\label{fig:4yradjheff}}
875     %%\end{figure}
876    
877    
878     %\ml{[based on the movie series
879     % zzz\_run\_export\_canarch\_freeslip\_4yr\_1989\_ADJ*:]} The ice
880     %export through the Canadian Archipelag is highly sensitive to the
881     %previous state of the ocean-ice system in the Archipelago and the
882     %Western Arctic. According to the \ml{(adjoint)} senstivities of the
883 dimitri 1.19 %eastward ice transport through Lancaster Sound (\reffig{sverdrupbasin})
884     %with respect to ice volume (thickness), ocean
885 heimbach 1.1 %surface temperature, and vertical diffusivity near the surface
886     %(\reffig{fouryearadj}) after 4 years of integration the following
887     %mechanisms can be identified: near the ``observation'' (cross-section
888     %G), smaller vertical diffusivities lead to lower surface temperatures
889     %and hence to more ice that is available for export. Further away from
890     %cross-section G, the sensitivity to vertical diffusivity has the
891     %opposite sign, but temperature and ice volume sensitivities have the
892     %same sign as close to the observation.
893    
894    
895 mlosch 1.9
896 heimbach 1.1 %%% Local Variables:
897     %%% mode: latex
898 mlosch 1.9 %%% TeX-master: "ceaice_part2"
899 heimbach 1.1 %%% End:

  ViewVC Help
Powered by ViewVC 1.1.22