/[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.14 - (hide annotations) (download) (as text)
Thu Apr 9 15:03:05 2009 UTC (16 years, 4 months ago) by heimbach
Branch: MAIN
Changes since 1.13: +246 -241 lines
File MIME type: application/x-tex
Various updates/changes.

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

  ViewVC Help
Powered by ViewVC 1.1.22