|
14 | 14 | "outputs": [], |
15 | 15 | "source": [ |
16 | 16 | "# Run this script to install the required packages for the tutorial in e.g. google colab\n", |
17 | | - "!pip install Ipython\n", |
18 | | - "!pip install requests\n", |
19 | | - "!pip install matplotlib\n", |
20 | 17 | "!pip install cartopy\n", |
21 | | - "!pip install xarray\n", |
22 | | - "from IPython.display import HTML" |
| 18 | + "!pip install matplotlib\n", |
| 19 | + "!pip install requests\n", |
| 20 | + "!pip install xarray" |
23 | 21 | ] |
24 | 22 | }, |
25 | 23 | { |
|
44 | 42 | "\n", |
45 | 43 | "Congratulations on receiving an early career research grant for ship time on a scientific research vessel! This achievement is a testament to your hard work and commitment to advancing marine science. The opportunity will undoubtedly enhance your research and contribute significantly to our understanding of marine science. \n", |
46 | 44 | "\n", |
47 | | - "You will have access to the ship for a three-week period—a duration identified as a favorable trade-off between research time and ensuring an enjoyable vessel experience. Your vessel will be equipped with two vessel-mounted ADCPs, a CTD, and can collect underway data of temperature and salinity from 2 meters below the hull of the ship. In addition, you can deploy up to 30 Argo floats and/or 30 surface drifters. A detailed plan of your route, timing and required instruments needs to be sent in for approval/grading. \n", |
| 45 | + "You will have access to the ship for a three-week period—a duration identified as a favorable trade-off between research time and ensuring an enjoyable vessel experience. Your vessel will be equipped with two vessel-mounted ADCPs, a CTD, and can collect underway data of temperature and salinity from 2 meters below the hull of the ship. In addition, you can deploy XBTs and up to 30 Argo floats and/or 30 surface drifters. A detailed plan of your route, timing and required instruments needs to be sent in for approval/grading. \n", |
48 | 46 | "\n", |
49 | 47 | "To get a taste of what it’s like to board a real vessel, you'll find some general information that is shared with all cruise participants <a href=\"https://surfdrive.surf.nl/files/index.php/s/i2u2zqNNFECbOlJ\" style=\"color:red;\">here</a>.\n", |
50 | 48 | "\n", |
51 | | - "You might also like to watch the video clip about life onboard the Research Vessel Southern Surveyor: [Life Onboard RV Southern Surveyor](https://www.youtube.com/watch?v=hUl0TA-gCK0)" |
| 49 | + "You might also like to watch the video clip about [Life on board a research ship (RRS Discovery)](https://youtu.be/IHM7JFWg9qw?feature=shared) or the one below. \n", |
| 50 | + "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hUl0TA-gCK0?si=7egcUTtXGAfSOU_S\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>" |
52 | 51 | ] |
53 | 52 | }, |
54 | 53 | { |
|
89 | 88 | "\n", |
90 | 89 | "You can deploy the ADCP on transects and choose between a shallow profiler capable of providing information to a depth of 150 m every 4 meters (the 300kHz seaSeven), or a long-range profiler capable of providing about 1000m of range every 24 meters (the 38kHz Ocean Observer). You may assume it doesn’t take any time to start or end ADCP measurements.\n", |
91 | 90 | "\n", |
92 | | - "https://youtu.be/mDyoZagght8?feature=shared&t=38\n" |
93 | | - ] |
94 | | - }, |
95 | | - { |
96 | | - "cell_type": "code", |
97 | | - "execution_count": null, |
98 | | - "metadata": { |
99 | | - "jupyter": { |
100 | | - "source_hidden": true |
101 | | - } |
102 | | - }, |
103 | | - "outputs": [ |
104 | | - { |
105 | | - "data": { |
106 | | - "text/html": [ |
107 | | - "\n", |
108 | | - "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/mDyoZagght8?si=re_bUMHC_Lj__t8-\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>" |
109 | | - ], |
110 | | - "text/plain": [ |
111 | | - "<IPython.core.display.HTML object>" |
112 | | - ] |
113 | | - }, |
114 | | - "execution_count": 2, |
115 | | - "metadata": {}, |
116 | | - "output_type": "execute_result" |
117 | | - } |
118 | | - ], |
119 | | - "source": [ |
120 | | - "# What is an ADCP\n", |
121 | | - "HTML(\"\"\"\n", |
122 | | - "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/mDyoZagght8?si=VCXfJC7knpQpR2p9&start=37\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\"\"\")" |
| 91 | + "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/mDyoZagght8?si=VCXfJC7knpQpR2p9&start=37\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>" |
123 | 92 | ] |
124 | 93 | }, |
125 | 94 | { |
|
132 | 101 | "\n", |
133 | 102 | "You may assume it doesn’t take any time to deploy XBTs.\n", |
134 | 103 | "\n", |
135 | | - "https://youtu.be/gAvxRYCnSXY?feature=shared" |
136 | | - ] |
137 | | - }, |
138 | | - { |
139 | | - "cell_type": "code", |
140 | | - "execution_count": null, |
141 | | - "metadata": {}, |
142 | | - "outputs": [], |
143 | | - "source": [ |
144 | | - "# Launching an XBT\n", |
145 | | - "HTML(\"\"\"\n", |
146 | | - "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/gAvxRYCnSXY?si=owx8YEPS-0FBIGSf\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n", |
147 | | - "\"\"\")" |
| 104 | + "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/gAvxRYCnSXY?si=owx8YEPS-0FBIGSf\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>" |
148 | 105 | ] |
149 | 106 | }, |
150 | 107 | { |
|
161 | 118 | "- Add time to deploy the CTD, and to recover = 10 minutes (2*5 min) \n", |
162 | 119 | "- Add time for the way down and up, usually at 1 m/s (winch capacity) = twice your water depth (in seconds)\n", |
163 | 120 | "\n", |
164 | | - "https://youtu.be/7N2UsPDczTw?feature=shared" |
165 | | - ] |
166 | | - }, |
167 | | - { |
168 | | - "cell_type": "code", |
169 | | - "execution_count": null, |
170 | | - "metadata": { |
171 | | - "jupyter": { |
172 | | - "source_hidden": true |
173 | | - } |
174 | | - }, |
175 | | - "outputs": [ |
176 | | - { |
177 | | - "data": { |
178 | | - "text/html": [ |
179 | | - "\n", |
180 | | - "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7N2UsPDczTw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n" |
181 | | - ], |
182 | | - "text/plain": [ |
183 | | - "<IPython.core.display.HTML object>" |
184 | | - ] |
185 | | - }, |
186 | | - "execution_count": 1, |
187 | | - "metadata": {}, |
188 | | - "output_type": "execute_result" |
189 | | - } |
190 | | - ], |
191 | | - "source": [ |
192 | | - "# CTD Rosette\n", |
193 | | - "HTML(\"\"\"\n", |
194 | | - "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7N2UsPDczTw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n", |
195 | | - "\"\"\")" |
| 121 | + "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/7N2UsPDczTw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>" |
196 | 122 | ] |
197 | 123 | }, |
198 | 124 | { |
|
205 | 131 | "\n", |
206 | 132 | "You may assume it doesn’t take any time to deploy drifters.\n", |
207 | 133 | "\n", |
208 | | - "https://youtu.be/3m_CxEE8Bhs?feature=shared&t=15" |
209 | | - ] |
210 | | - }, |
211 | | - { |
212 | | - "cell_type": "code", |
213 | | - "execution_count": 3, |
214 | | - "metadata": { |
215 | | - "jupyter": { |
216 | | - "source_hidden": true |
217 | | - } |
218 | | - }, |
219 | | - "outputs": [ |
220 | | - { |
221 | | - "data": { |
222 | | - "text/html": [ |
223 | | - "\n", |
224 | | - "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/3m_CxEE8Bhs?si=edHcCE8dzH7hX2pt\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>" |
225 | | - ], |
226 | | - "text/plain": [ |
227 | | - "<IPython.core.display.HTML object>" |
228 | | - ] |
229 | | - }, |
230 | | - "execution_count": 3, |
231 | | - "metadata": {}, |
232 | | - "output_type": "execute_result" |
233 | | - } |
234 | | - ], |
235 | | - "source": [ |
236 | | - "# Stokes Drifter by MetOcean Telematics\n", |
237 | | - "HTML(\"\"\"\n", |
238 | | - "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/3m_CxEE8Bhs?si=edHcCE8dzH7hX2pt\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\"\"\")" |
| 134 | + "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/3m_CxEE8Bhs?si=XdyMFAVq9RVxQdcE&start=15\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>" |
239 | 135 | ] |
240 | 136 | }, |
241 | 137 | { |
|
250 | 146 | "\n", |
251 | 147 | "You may assume it doesn’t take any time to deploy Argo floats.\n", |
252 | 148 | "\n", |
253 | | - "https://youtu.be/IgcYQML5se4?feature=shared" |
254 | | - ] |
255 | | - }, |
256 | | - { |
257 | | - "cell_type": "code", |
258 | | - "execution_count": 4, |
259 | | - "metadata": { |
260 | | - "jupyter": { |
261 | | - "source_hidden": true |
262 | | - } |
263 | | - }, |
264 | | - "outputs": [ |
265 | | - { |
266 | | - "data": { |
267 | | - "text/html": [ |
268 | | - "\n", |
269 | | - " <iframe\n", |
270 | | - " width=\"560\"\n", |
271 | | - " height=\"315\"\n", |
272 | | - " src=\"https://www.youtube.com/embed/IgcYQML5se4?si=56wrR3RZAVBh5fE7\"\n", |
273 | | - " frameborder=\"0\"\n", |
274 | | - " allowfullscreen\n", |
275 | | - " \n", |
276 | | - " ></iframe>\n", |
277 | | - " " |
278 | | - ], |
279 | | - "text/plain": [ |
280 | | - "<IPython.lib.display.IFrame at 0x10795ec80>" |
281 | | - ] |
282 | | - }, |
283 | | - "execution_count": 4, |
284 | | - "metadata": {}, |
285 | | - "output_type": "execute_result" |
286 | | - } |
287 | | - ], |
288 | | - "source": [ |
289 | | - "# Explaining Argo Floats\n", |
290 | | - "from IPython.display import IFrame\n", |
291 | | - "\n", |
292 | | - "IFrame(\n", |
293 | | - " \"https://www.youtube.com/embed/IgcYQML5se4?si=56wrR3RZAVBh5fE7\",\n", |
294 | | - " width=560,\n", |
295 | | - " height=315,\n", |
296 | | - ")" |
297 | | - ] |
298 | | - }, |
299 | | - { |
300 | | - "cell_type": "markdown", |
301 | | - "metadata": {}, |
302 | | - "source": [ |
303 | | - "TODO: <i> **Derive assignments from Preparatory_exercises** <i>" |
| 149 | + "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/IgcYQML5se4?si=Y7m1kLqUl14QZfcd\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>" |
304 | 150 | ] |
305 | 151 | }, |
306 | 152 | { |
|
363 | 209 | "\n", |
364 | 210 | "[Argo float observations of basin-scale deep convection in the Irminger sea during winter 2011–2012](https://doi.org/10.1016/j.dsr.2015.12.012)\n", |
365 | 211 | "\n", |
366 | | - "[Horizontal mixing in the Southern Ocean from Argo float trajectories](https://agupubs.onlinelibrary.wiley.com/doi/10.1002/2015JC011440)\n", |
367 | | - "\n", |
368 | 212 | "\n", |
369 | 213 | "<i>Note that your question does not have to be novel. The most important is that it is researchable with the expedition planned here. <i>" |
370 | 214 | ] |
|
396 | 240 | "source": [ |
397 | 241 | "6. **Scientific equipment required**\n", |
398 | 242 | " \n", |
399 | | - "Please tick both on-board and external equipment needed during the cruise \n", |
| 243 | + "Please tick both on-board and external equipment needed during the cruise. Note that you can only use one of the ADCPs at any time. \n", |
400 | 244 | "<small><i>To check a box, replace [ ] with [x].</i></small>\n", |
401 | 245 | "- [ ] Underway Data\n", |
402 | 246 | " \n", |
|
473 | 317 | "\n", |
474 | 318 | "Please indicate at each station what instruments you want to deploy (CTD, Argo float, drifter, XBT) and take the deployment time into account. In case of the CTD the deployment time depends on the depth of the ocean. \n", |
475 | 319 | "\n", |
476 | | - "Here is some sample code using the bathymetry data that the Virtual Ship would also use. " |
| 320 | + "Here is some sample code using the bathymetry data that the Virtual Ship will also use. " |
477 | 321 | ] |
478 | 322 | }, |
479 | 323 | { |
|
545 | 389 | "cell_type": "markdown", |
546 | 390 | "metadata": {}, |
547 | 391 | "source": [ |
548 | | - "### Feasibility\n", |
| 392 | + "### 14. Feasibility\n", |
549 | 393 | "\n", |
550 | 394 | "Please explain how the methodology detailed in this proposal aims to answer your research question. " |
551 | 395 | ] |
|
0 commit comments