/[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.2 - (hide annotations) (download) (as text)
Mon Dec 1 23:57:26 2008 UTC (16 years, 8 months ago) by heimbach
Branch: MAIN
Changes since 1.1: +46 -37 lines
File MIME type: application/x-tex
Start some updates to part2:
o split former Fig.1 into 2 Figs. to better expose transient nature
  and modify text accordingly (plots added on skylla.jpl.nasa.gov)
o various small changes

1 heimbach 1.1 \section{Adjoint sensitivities of the MITsim}
2     \label{sec:adjoint}
3    
4     \subsection{The adjoint of MITsim}
5    
6     The adjoint model of the MITgcm has become an invaluable
7     tool for sensitivity analysis as well as state estimation \citep[for a
8 heimbach 1.2 recent overview and summary, see][]{heim:08}. The code has been developed and
9 heimbach 1.1 tailored to be readily used with automatic differentiation tools for
10     adjoint code generation. This route was also taken in developing and
11     adapting the sea-ice compontent MITsim, so that tangent linear and
12     adjoint components can be obtained and kept up to date without
13     excessive effort.
14    
15 heimbach 1.2 [[[A transition sentense saying that we don't say much about the
16     adjoint method ]]].
17    
18 heimbach 1.1 The adjoint model operator (ADM) is the transpose of the tangent
19     linear model operator (TLM) of the full (in general nonlinear) forward
20     model, in this case the MITsim. This operator computes the gradients
21     of scalar-valued model diagnostics (so-called cost function or
22     objective function) with respect to many model inputs (so-called
23     independent or control variables). These inputs can be two- or
24     three-dimensional fields of initial conditions of the ocean or sea-ice
25     state, model parameters such as mixing coefficients, or time-varying
26     surface or lateral (open) boundary conditions. When combined, these
27     variables span a potentially high-dimensional (e.g. O(10$^8$))
28     so-called control space. At this problem dimension, perturbing
29     individual parameters to assess model sensitivities quickly becomes
30     prohibitive. By contrast, transient sensitivities of the objective
31     function to any element of the control and model state space can be
32     computed very efficiently in one single adjoint model integration,
33     provided an adjoint model is available.
34    
35     In anology to the TLM and ADM components of the MITgcm we rely on the
36     autmomatic differentiation (AD) tool ``Transformation of Algorithms in
37     Fortran'' (TAF) developed by Fastopt \citep{gier-kami:98} to generate
38     TLM and ADM code of the MITsim \citep[for details see][]{maro-etal:99,
39     heim-etal:05}. In short, the AD tool uses the nonlinear parent
40     model code to generate derivative code for the specified control space
41     and objective function. Advantages of this approach have been pointed
42     out, for example by \cite{gier-kami:98}.
43    
44     Many issues of generating efficient exact adjoint sea-ice code are
45     similar to those for the ocean model's adjoint. Linearizing the model
46     around the exact nonlinear model trajectory is a crucial aspect in the
47     presence of different regimes (e.g., is the thermodynamic growth term
48     for sea-ice evaluated near or far away from the freezing point of the
49     ocean surface?). Adapting the (parent) model code to support the AD
50     tool in providing exact and efficient adjoint code represents the main
51     work load initially. For legacy code, this task may become
52     substantial, but it is fairly straightforward when writing new code
53     with an AD tool in mind. Once this initial task is completed,
54     generating the adjoint code of a new model configuration takes about
55     10 minutes.
56    
57     [HIGHLIGHT COUPLED NATURE OF THE ADJOINT!]
58    
59     \subsection{Special considerations}
60    
61     * growth term(?)
62    
63     * small active denominators
64    
65     * dynamic solver (implicit function theorem)
66    
67     * approximate adjoints
68    
69    
70     \subsection{An example: sensitivities of sea-ice export through
71     the Lancaster Sound}
72    
73     We demonstrate the power of the adjoint method in the context of
74     investigating sea-ice export sensitivities through Lancaster Sound.
75     The rationale for doing so is to complement the analysis of sea-ice
76     dynamics in the presence of narrow straits. Lancaster Sound is one of
77     the main paths of sea-ice flowing through the Canadian Arctic
78     Archipelago (CAA). Export sensitivities reflect dominant pathways
79     through the CAA as resolved by the model. Sensitivity maps can shed a
80     very detailed light on various quantities affecting the sea-ice export
81     (and thus the underlying pathways). Note that while the dominant
82     circulation through Lancaster Sound is toward the East, there is a
83     small Westward flow to the North, hugging the coast of Devon Island
84     \citep{mell:02, mich-etal:06,muen-etal:06}, which is not resolved in
85     our simulation.
86    
87 heimbach 1.2 The model domain is the same as the one described in Part 1,
88 heimbach 1.1 but with halved horizontal resolution.
89     The adjoint models run efficiently on 80 processors (as validated
90     by benchmarks on both an SGI Altix and an IBM SP5 at NASA/ARC).
91     Following a 4-year spinup (1985 to 1988), the model is integrated for four
92     years and nine months between January 1989 and September 1993.
93     It is forced using realistic 6-hourly NCEP/NCAR atmospheric state variables.
94     %Over the open ocean these are
95     %converted into air-sea fluxes via the bulk formulae of
96     %\citet{large04}. The air-sea fluxes in the presence of
97     %sea-ice are handled by the ice model as described in \refsec{model}.
98     The objective function $J$ is chosen as the ``solid'' fresh water
99     export, that is the export of ice and snow converted to units of fresh
100     water,
101     %
102     \begin{equation}
103     J \, = \, (\rho_{i} h_{i}c + \rho_{s} h_{s}c)\,u
104     \end{equation}
105     %
106     through Lancaster Sound at approximately 82\degW\ (cross-section G in
107     \reffig{arctic_topog}) averaged \ml{PH: Maybe integrated quantity is
108     more physical; ML: what did you actually compute? I did not scale
109     anything, yet. Please insert what is actually done.} over the final
110     12-month of the integration between October 1992 and September 1993.
111    
112     The forward trajectory of the model integration resembles broadly that
113 heimbach 1.2 of the model in Part 1. Many details are different, owning
114 heimbach 1.1 to different resolution and integration period; for example, the solid
115     fresh water transport through Lancaster Sound is
116     %
117     \ml{PH: Martin, where did you get these numbers from?}
118     \ml{[ML: I computed hu = -sum((SIheff+SIhsnow)*SIuice*area)/sum(area) at
119     $i=100,j=116:122$, and then took mean(hu) and std(hu). What are your numbers?]}
120     %
121     $116\pm101\text{\,km$^{3}$\,y$^{-1}$}$ for a free slip simulation with
122     the C-LSOR solver, but only $39\pm64\text{\,km$^{3}$\,y$^{-1}$}$ for a
123     no slip simulation. \ml{[Here we can say that the export through
124     Lancaster Sound is highly uncertain, making is a perfect candidate
125     for sensitivity, bla bla?]}
126    
127     The adjoint model is the transpose of the tangent linear (or Jacobian) model
128     operator. It runs backwards in time, from September 1993 to
129     January 1989. During its integration it accumulates the Lagrange multipliers
130     of the model subject to the objective function (solid freshwater export),
131     which can be interpreted as sensitivities of the objective function
132     to each control variable and each element of the intermediate
133     coupled model state variables.
134     Thus, all sensitivity elements of the coupled
135     ocean/sea-ice model state as well as the surface atmospheric state are
136     available for analysis of the transient sensitivity behavior. Over the
137     open ocean, the adjoint of the bulk formula scheme computes
138     sensitivities to the time-varying atmospheric state. Over ice-covered
139     areas, the sea-ice adjoint converts surface ocean sensitivities to
140     atmospheric sensitivities.
141    
142     \subsubsection{Adjoint sensitivities}
143    
144     The most readily interpretable ice-export sensitivity is that to
145     effective ice thickness, $\partial{J} / \partial{(hc)}$.
146 heimbach 1.2 Maps of transient sensitivities
147     $\partial{J} / \partial{(hc)}$ are depicted using
148     free-slip (\reffig{adjhefffreeslip}) and no-slip (\reffig{adjheffnoslip}) boundary conditions.
149     Each Figure depicts four sensitivity snapshots from 1 October 1992
150     (i.e. the beginning of the averaging period for the objective function $J$
151     and 12 months prior to the end of the integration, September 1993),
152     going back in time to 1 October 1989
153     (beginning of model integration is 1 January 1989).
154     %
155 heimbach 1.1 \begin{figure*}[t]
156 heimbach 1.2 \includegraphics*[width=\textwidth]{\fpath/adj_canarch_freeslip_ADJheff}
157 heimbach 1.1 \caption{Sensitivity $\partial{J}/\partial{(hc)}$ in
158 heimbach 1.2 m$^2$\,s$^{-1}$/m for four different different times using free-slip
159     lateral boundary conditions for sea ice drift. The color scale is chosen
160     to illustrate the patterns of the sensitivities.
161     \label{fig:adjhefffreeslip}}
162     \end{figure*}
163    
164     \begin{figure*}[t]
165     \includegraphics*[width=\textwidth]{\fpath/adj_canarch_noslip_ADJheff}
166     \caption{Same as Fig. \ref{fig:adjhefffreeslip}, but for no-slip
167     lateral boundary conditions for sea ice drift.
168     \label{fig:adjheffnoslip}}
169 heimbach 1.1 \end{figure*}
170    
171     The sensitivity patterns for effective ice thickness are predominantly positive.
172     An increase in ice volume in most places ``upstream'' of
173     Lancaster sound increases the solid fresh water export at the exit section.
174 heimbach 1.2 The transient nature of the sensitivity patterns is obvious:
175 heimbach 1.1 the area upstream of the Lancaster Sound that
176     contributes to the export sensitivity is larger in the earlier snapshot.
177 heimbach 1.2 In the free slip case, the sensivity follows (backwards in time) the dominant pathway through the Barrow Strait
178 heimbach 1.1 into the Viscount Melville Sound, and from there trough the M'Clure Strait
179 heimbach 1.2 into the Arctic Ocean (the branch of the ``Northwest Passage'' first
180     discovered by Robert McClure during his 1850 to 1854 expedition, during which
181     he got stuck in Viscount Melville Sound).
182    
183 heimbach 1.1 Secondary paths are northward from the
184     Viscount Melville Sound through the Byam Martin Channel into
185     the Prince Gustav Adolf Sea and through the Penny Strait into the
186     MacLean Strait. \ml{[Patrick, all these names, if mentioned in the
187     text need to be included somewhere in a figure (i.e. fig1). Can you
188     either do this in fig1 (based on martins\_figs.m) or send me a map
189     where these names are visible so I can do this unambiguously. I
190     don't know where Byam
191     Martin Channel, Prince Gustav Adolf Sea, Penny Strait, MacLean
192     Strait, Ballantyne St., Massey Sound are.]}
193    
194     There are large differences between the free slip and no slip
195     solution. By the end of the adjoint integration in January 1989, the
196     no slip sensitivities (bottom right) are generally weaker than the
197     free slip sensitivities and hardly reach beyond the western end of the
198     Barrow Strait. In contrast, the free-slip sensitivities (bottom left)
199     extend through most of the CAA and into the Arctic interior, both to
200     the West (M'Clure St.) and to the North (Ballantyne St., Prince
201     Gustav Adolf Sea, Massey Sound), because in this case the ice can
202     drift more easily through narrow straits, so that a positive ice
203     volume anomaly anywhere upstream in the CAA increases ice export
204     through the Lancaster Sound within the simulated 4 year period.
205    
206 heimbach 1.2 One peculiar feature in the October 1992 sensitivity maps
207     are the negative sensivities to the East and, albeit much weaker,
208     to the West of the Lancaster Sound.
209     The former can be explained by indirect effects: less ice to the East means
210     less resistance to eastward drift and thus more export.
211     A similar mechanism might account for the latter,
212     albeit resting on more speculative grounds: less ice to
213 heimbach 1.1 the West means that more ice can be moved eastwards from the Barrow Strait
214     into the Lancaster Sound leading to more ice export.
215    
216 heimbach 1.2 The temporal evolution of several ice export sensitivities
217     along a zonal axis through
218 heimbach 1.1 Lancaster Sound, Barrow Strait, and Melville Sound (115\degW\ to
219     80\degW, averaged across the passages) are depicted as Hovmueller
220     diagrams in \reffig{lancasteradj}. These are, from top to bottom, the
221     sensitivities with respect to effective ice thickness ($hc$), ocean
222     surface temperature ($SST$) and precipitation ($p$) for free slip
223     (left column) and no slip (right column) ice drift boundary
224     conditions.
225     %
226     \begin{figure*}
227 heimbach 1.2 \centerline{
228 heimbach 1.1 \includegraphics*[height=.8\textheight]{\fpath/lancaster_adj}
229 heimbach 1.2 }
230 heimbach 1.1 \caption{Hovermoeller diagrams along the axis Viscount Melville
231     Sound/Barrow Strait/Lancaster Sound. The diagrams show the
232     sensitivities (derivatives) of the ``solid'' fresh water (i.e.,
233     ice and snow) export $J$ through Lancaster sound
234     (\reffig{arctic_topog}, cross-section G) with respect to effective
235     ice thickness ($hc$), ocean surface temperature (SST) and
236     precipitation ($p$) for two runs with free slip and no slip
237     boundary conditions for the sea ice drift. Each plot is overlaid
238     with the contours 1 and 3 of the normalized ice strengh
239     $P/P^*=(hc)\,\exp[-C\,(1-c)]$ for orientation.
240     \label{fig:lancasteradj}}
241     \end{figure*}
242     %
243     \begin{figure*}
244 heimbach 1.2 \centerline{
245 heimbach 1.1 \includegraphics*[height=.8\textheight]{\fpath/lancaster_fwd}
246 heimbach 1.2 }
247 heimbach 1.1 \caption{Hovermoeller diagrams along the axis Viscount Melville
248     Sound/Barrow Strait/Lancaster Sound of effective ice thickness
249     ($hc$), effective snow thickness ($h_{s}c$) and normalized ice
250     strengh $P/P^*=(hc)\,\exp[-C\,(1-c)]$ for two runs with free slip
251     and no slip boundary conditions for the sea ice drift. Each plot
252     is overlaid with the contours 1 and 3 of the normalized ice
253     strength for orientation.
254     \label{fig:lancasterfwd}}
255     \end{figure*}
256     %
257    
258     The Hovmoeller diagrams of ice thickness (top row) and sea surface temperature
259     (second row) sensitivities are coherent:
260     more ice in the Lancaster Sound leads
261     to more export, and one way to get more ice is by colder surface
262     temperatures (less melting from below). In the free slip case the
263     sensitivities spread out in "pulses" following a seasonal cycle:
264     ice can propagate eastwards (forward in time and thus sensitivites can
265     propagate westwards (backwards in time) when the ice strength is low
266     in late summer to early autumn.
267     In contrast, during winter, the sensitivities show little to now
268     westward propagation, as the ice is frozen solid and does not move.
269     In the no slip case the (normalized)
270     ice strength does not fall below 1 during the winters of 1991 to 1993
271     (mainly because the ice concentrations remain near 100\%, not
272     shown). Ice is therefore blocked and cannot drift eastwards
273     (forward in time) through the Viscount
274     Melville Sound, Barrow Strait, Lancaster Sound channel system.
275     Consequently, the sensitivities do not propagate westwards (backwards in
276     time) and the export through Lancaster Sound is only affected by
277     local ice formation and melting for the entire integration period.
278    
279     The sensitivities to precipitation exhibit an oscillatory behaviour:
280     they are negative (more precipitation leads to less export)
281     before January (more precisely, late fall) and mostly positive after January
282     (more precisely, January through July).
283     Times of positive sensitivities coincide with times of
284     normalized ice strengths exceeding values of 3
285     %
286     \ml{PH: Problem is, that's not true for the first two years (backward),
287     east of 95\degW, that is, in the Lancaster Sound.
288     For example, at 90\degW\ the sensitivities are negative throughout 1992,
289     and no clear correlation to ice strength is apparent there.}
290     except between 95\degW\ and 85\degW, which is an area of
291     increased snow cover in spring. \ml{[ML: and no, I cannot explain
292     that. Can you?]}
293    
294     %
295     Assuming that most precipation is snow in this area\footnote{
296     In the
297     current implementation the model differentiates between snow and rain
298     depending on the thermodynamic growth rate; when it is cold enough for
299     ice to grow, all precipitation is assumed to be snow.}
300     %
301     the sensitivities can be interpreted in terms of the model physics.
302     The accumulation of snow directly increases the exported volume.
303     Further, short wave radiation cannot penetrate the snow cover and has
304     a higer albedo than ice (0.85 for dry snow and 0.75 for dry ice in our
305     case); thus it protects the ice against melting in spring (after
306     January).
307    
308     On the other hand, snow reduces the effective conductivity and thus the heat
309     flux through the ice. This insulating effect slows down the cooling of
310     the surface water underneath the ice and limits the ice growth from
311     below, so that less snow in the ice-growing season leads to more new
312     ice and thus more ice export.
313     \ml{PH: Should probably discuss the effect of snow vs. rain.
314     To me it seems that the "rain" effect doesn't really play a role
315     because the neg. sensitivities are too late in the fall,
316     probably mostly falling as snow.} \ml{[ML: correct, I looked at
317     NCEP/CORE air temperatures, and they are hardly above freezing in
318     Jul/Aug, but otherwise below freezing, that why I can assume that most
319     precip is snow. ]} \ml{[this is not very good but do you have anything
320     better?:]}
321     The negative sensitivities to precipitation between 95\degW\ and
322     85\degW\ in spring 1992 may be explained by a similar mechanism: in an
323     area of thick snow (almost 50\,cm), ice cannot melt and tends to block
324     the channel so that ice coming in from the West cannot pass thus
325     leading to less ice export in the next season.
326    
327     \subsubsection{Forward sensitivities}
328    
329     \ml{[Here we need for integrations to show that the adjoint
330     sensitivites are not just academic. I suggest to perturb HEFF
331     and THETA initial conditions, and PRECIP somewhere in the Melville
332     Sound and then produce plots similar to reffig{lancasteradj}. For
333     PRECIP it would be great to have two perturbation experiments, one
334     where ADJprecip is posivite and one where ADJprecip is negative]}
335    
336    
337     %(*)
338     %The sensitivity in Baffin Bay are more complex.
339     %The pattern evolves along the Western boundary, connecting
340     %the Lancaster Sound Polynya, the Coburg Island Polynya, and the
341     %North Water Polynya, and reaches into Nares Strait and the Kennedy Channel.
342     %The sign of sensitivities has an oscillatory character
343     %[AT FREQUENCY OF SEASONAL CYCLE?].
344     %First, we need to establish whether forward perturbation runs
345     %corroborate the oscillatory behaviour.
346     %Then, several possible explanations:
347     %(i) connection established through Nares Strait throughflow
348     %which extends into Western boundary current in Northern Baffin Bay.
349     %(ii) sea-ice concentration there is seasonal, i.e. partly
350     %ice-free during the year. Seasonal cycle in sensitivity likely
351     %connected to ice-free vs. ice-covered parts of the year.
352     %Negative sensitivities can potentially be attributed
353     %to blocking of Lancaster Sound ice export by Western boundary ice
354     %in Baffin Bay.
355     %(iii) Alternatively to (ii), flow reversal in Lancaster Sound is a possibility
356     %(in reality there's a Northern counter current hugging the coast of
357     %Devon Island which we probably don't resolve).
358    
359     %Remote control of Kennedy Channel on Lancaster Sound ice export
360     %seems a nice test for appropriateness of free-slip vs. no-slip BCs.
361    
362     %\paragraph{Sensitivities to the sea-ice area}
363    
364     %Fig. XXX depcits transient sea-ice export sensitivities
365     %to changes in sea-ice concentration
366     % $\partial J / \partial area$ using free-slip
367     %(left column) and no-slip (right column) boundary conditions.
368     %Sensitivity snapshots are depicted for (from top to bottom)
369     %12, 24, 36, and 48 months prior to May 2003.
370     %Contrary to the steady patterns seen for thickness sensitivities,
371     %the ice-concentration sensitivities exhibit a strong seasonal cycle
372     %in large parts of the domain (but synchronized on large scale).
373     %The following discussion is w.r.t. free-slip run.
374    
375     %(*)
376     %Months, during which sensitivities are negative:
377     %\\
378     %0 to 5 Db=N/A, Dr=5 (May-Jan) \\
379     %10 to 17 Db=7, Dr=5 (Jul-Jan) \\
380     %22 to 29 Db=7, Dr=5 (Jul-Jan) \\
381     %34 to 41 Db=7, Dr=5 (Jul-Jan) \\
382     %46 to 49 D=N/A \\
383     %%
384     %These negative sensitivities seem to be connected to months
385     %during which main parts of the CAA are essentially entirely ice-covered.
386     %This means that increase in ice concentration during this period
387     %will likely reduce ice export due to blocking
388     %[NEED TO EXPLAIN WHY THIS IS NOT THE CASE FOR dJ/dHEFF].
389     %Only during periods where substantial parts of the CAA are
390     %ice free (i.e. sea-ice concentration is less than one in larger parts of
391     %the CAA) will an increase in ice-concentration increase ice export.
392    
393     %(*)
394     %Sensitivities peak about 2-3 months before sign reversal, i.e.
395     %max. negative sensitivities are expected end of July
396     %[DOUBLE CHECK THIS].
397    
398     %(*)
399     %Peaks/bursts of sensitivities for months
400     %14-17, 19-21, 27-29, 30-33, 38-40, 42-45
401    
402     %(*)
403     %Spatial "anti-correlation" (in sign) between main sensitivity branch
404     %(essentially Northwest Passage and immediate connecting channels),
405     %and remote places.
406     %For example: month 20, 28, 31.5, 40, 43.
407     %The timings of max. sensitivity extent are similar between
408     %free-slip and no-slip run; and patterns are similar within CAA,
409     %but differ in the Arctic Ocean interior.
410    
411     %(*)
412     %Interesting (but real?) patterns in Arctic Ocean interior.
413    
414     %\paragraph{Sensitivities to the sea-ice velocity}
415    
416     %(*)
417     %Patterns of ADJuice at almost any point in time are rather complicated
418     %(in particular with respect to spatial structure of signs).
419     %Might warrant perturbation tests.
420     %Patterns of ADJvice, on the other hand, are more spatially coherent,
421     %but still hard to interpret (or even counter-intuitive
422     %in many places).
423    
424     %(*)
425     %"Growth in extent of sensitivities" goes in clear pulses:
426     %almost no change between months: 0-5, 10-20, 24-32, 36-44
427     %These essentially correspond to months of
428    
429    
430     %\subsection{Sensitivities to the oceanic state}
431    
432     %\paragraph{Sensitivities to theta}
433    
434     %\textit{Sensitivities at the surface (z = 5 m)}
435    
436     %(*)
437     %mabye redo with caxmax=0.02 or even 0.05
438    
439     %(*)
440     %Core of negative sensitivities spreading through the CAA as
441     %one might expect [TEST]:
442     %Increase in SST will decrease ice thickness and therefore ice export.
443    
444     %(*)
445     %What's maybe unexpected is patterns of positive sensitivities
446     %at the fringes of the "core", e.g. in the Southern channels
447     %(Bellot St., Peel Sound, M'Clintock Channel), and to the North
448     %(initially MacLean St., Prince Gustav Adolf Sea, Hazen St.,
449     %then shifting Northward into the Arctic interior).
450    
451     %(*)
452     %Marked sensitivity from the Arctic interior roughly along 60$^{\circ}$W
453     %propagating into Lincoln Sea, then
454     %entering Nares Strait and Smith Sound, periodically
455     %warming or cooling[???] the Lancaster Sound exit.
456    
457     %\textit{Sensitivities at depth (z = 200 m)}
458    
459     %(*)
460     %Negative sensitivities almost everywhere, as might be expected.
461    
462     %(*)
463     %Sensitivity patterns between free-slip and no-slip BCs
464     %are quite similar, except in Lincoln Sea (North of Nares St),
465     %where the sign is reversed (but pattern remains similar).
466    
467     %\paragraph{Sensitivities to salt}
468    
469     %T.B.D.
470    
471     %\paragraph{Sensitivities to velocity}
472    
473     %T.B.D.
474    
475     %\subsection{Sensitivities to the atmospheric state}
476    
477     %\begin{itemize}
478     %%
479     %\item
480     %plot of ATEMP for 12, 24, 36, 48 months
481     %%
482     %\item
483     %plot of HEFF for 12, 24, 36, 48 months
484     %%
485     %\end{itemize}
486    
487    
488    
489     %\reffig{4yradjheff}(a--d) depict sensitivities of sea-ice export
490     %through Fram Strait in December 1995 to changes in sea-ice thickness
491     %12, 24, 36, 48 months back in time. Corresponding sensitivities to
492     %ocean surface temperature are depicted in
493     %\reffig{4yradjthetalev1}(a--d). The main characteristics is
494     %consistency with expected advection of sea-ice over the relevant time
495     %scales considered. The general positive pattern means that an
496     %increase in sea-ice thickness at location $(x,y)$ and time $t$ will
497     %increase sea-ice export through Fram Strait at time $T_e$. Largest
498     %distances from Fram Strait indicate fastest sea-ice advection over the
499     %time span considered. The ice thickness sensitivities are in close
500     %correspondence to ocean surface sentivitites, but of opposite sign.
501     %An increase in temperature will incur ice melting, decrease in ice
502     %thickness, and therefore decrease in sea-ice export at time $T_e$.
503    
504     %The picture is fundamentally different and much more complex
505     %for sensitivities to ocean temperatures away from the surface.
506     %\reffig{4yradjthetalev10??}(a--d) depicts ice export sensitivities to
507     %temperatures at roughly 400 m depth.
508     %Primary features are the effect of the heat transport of the North
509     %Atlantic current which feeds into the West Spitsbergen current,
510     %the circulation around Svalbard, and ...
511    
512    
513     %%\begin{figure}[t!]
514     %%\centerline{
515     %%\subfigure[{\footnotesize -12 months}]
516     %%{\includegraphics*[width=0.44\linewidth]{\fpath/run_4yr_ADJheff_arc_lev1_tim072_cmax2.0E+02.eps}}
517     %%\includegraphics*[width=.3\textwidth]{H_c.bin_res_100_lev1.pdf}
518     %%
519     %%\subfigure[{\footnotesize -24 months}]
520     %%{\includegraphics*[width=0.44\linewidth]{\fpath/run_4yr_ADJheff_arc_lev1_tim145_cmax2.0E+02.eps}}
521     %%}
522     %%
523     %%\caption{Sensitivity of sea-ice export through Fram Strait in December 2005 to
524     %%sea-ice thickness at various prior times.
525     %%\label{fig:4yradjheff}}
526     %%\end{figure}
527    
528    
529     %\ml{[based on the movie series
530     % zzz\_run\_export\_canarch\_freeslip\_4yr\_1989\_ADJ*:]} The ice
531     %export through the Canadian Archipelag is highly sensitive to the
532     %previous state of the ocean-ice system in the Archipelago and the
533     %Western Arctic. According to the \ml{(adjoint)} senstivities of the
534     %eastward ice transport through Lancaster Sound (\reffig{arctic_topog},
535     %cross-section G) with respect to ice volume (effective thickness), ocean
536     %surface temperature, and vertical diffusivity near the surface
537     %(\reffig{fouryearadj}) after 4 years of integration the following
538     %mechanisms can be identified: near the ``observation'' (cross-section
539     %G), smaller vertical diffusivities lead to lower surface temperatures
540     %and hence to more ice that is available for export. Further away from
541     %cross-section G, the sensitivity to vertical diffusivity has the
542     %opposite sign, but temperature and ice volume sensitivities have the
543     %same sign as close to the observation.
544    
545    
546     %%% Local Variables:
547     %%% mode: latex
548     %%% TeX-master: "ceaice"
549     %%% End:

  ViewVC Help
Powered by ViewVC 1.1.22