/[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.15 - (hide annotations) (download) (as text)
Fri Apr 10 18:11:32 2009 UTC (16 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.14: +119 -97 lines
File MIME type: application/x-tex
Further changes (new section Conclusions, and expanded appendix).

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

  ViewVC Help
Powered by ViewVC 1.1.22