/[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.42 - (hide annotations) (download) (as text)
Sun Jan 10 17:13:53 2010 UTC (15 years, 7 months ago) by heimbach
Branch: MAIN
Changes since 1.41: +65 -59 lines
File MIME type: application/x-tex
Complete Reviewer 1.

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

  ViewVC Help
Powered by ViewVC 1.1.22