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