/[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.24 - (hide annotations) (download) (as text)
Fri Apr 17 00:59:46 2009 UTC (16 years, 3 months ago) by dimitri
Branch: MAIN
Changes since 1.23: +26 -28 lines
File MIME type: application/x-tex
minor changes

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

  ViewVC Help
Powered by ViewVC 1.1.22