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