/[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.38 - (hide annotations) (download) (as text)
Tue Oct 20 01:28:12 2009 UTC (15 years, 9 months ago) by heimbach
Branch: MAIN
Changes since 1.37: +40 -8 lines
File MIME type: application/x-tex
First part of Reviewer 2 suggestions.

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

  ViewVC Help
Powered by ViewVC 1.1.22