|
86 | 86 | "- **ECCO_L4_SSH_LLC0090GRID_SNAPSHOT_V4R4** (1993/1/1-2017/1/1, 1st of each month)\n", |
87 | 87 | "- **ECCO_L4_TEMP_SALINITY_LLC0090GRID_SNAPSHOT_V4R4** (1993/1/1-2017/1/1, 1st of each month)\n", |
88 | 88 | "\n", |
89 | | - "If you haven't yet been through the [download tutorial](https://ecco-v4-python-tutorial.readthedocs.io/Downloading_ECCO_Datasets_from_PODAAC_Python.html) or used the [ecco_download module](https://ecco-v4-python-tutorial.readthedocs.io/Downloading_ECCO_Datasets_from_PODAAC_Python.html#ECCO_download-module), it may help you to review that information before downloading the datasets. If you are downloading the snapshots, you may also find the [snaps_monthly_textlist](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_v4_Salt_and_salinity_budget.html#Load-monthly-snapshots) function helpful; it generates a file list of only the snapshot files for the 1st of each month, which you can then download using `wget`." |
| 89 | + "If you haven't yet been through the [download tutorial](https://ecco-v4-python-tutorial.readthedocs.io/Downloading_ECCO_Datasets_from_PODAAC_Python.html) or used the [ecco_download module](https://ecco-v4-python-tutorial.readthedocs.io/Downloading_ECCO_Datasets_from_PODAAC_Python.html#ECCO_download-module:-the-quick-and-easy-method), it may help you to review that information before downloading the datasets. If you are downloading the snapshots, you may also find the [snaps_monthly_textlist](https://ecco-v4-python-tutorial.readthedocs.io/ECCO_v4_Salt_and_salinity_budget.html#Load-monthly-snapshots) function helpful; it generates a file list of only the snapshot files for the 1st of each month, which you can then download using `wget`." |
90 | 90 | ] |
91 | 91 | }, |
92 | 92 | { |
|
153 | 153 | " client = Client(cluster)" |
154 | 154 | ] |
155 | 155 | }, |
156 | | - { |
157 | | - "cell_type": "code", |
158 | | - "execution_count": 5, |
159 | | - "metadata": {}, |
160 | | - "outputs": [ |
161 | | - { |
162 | | - "data": { |
163 | | - "text/html": [ |
164 | | - "<div>\n", |
165 | | - " <div style=\"width: 24px; height: 24px; background-color: #e1e1e1; border: 3px solid #9D9D9D; border-radius: 5px; position: absolute;\"> </div>\n", |
166 | | - " <div style=\"margin-left: 48px;\">\n", |
167 | | - " <h3 style=\"margin-bottom: 0px;\">Client</h3>\n", |
168 | | - " <p style=\"color: #9D9D9D; margin-bottom: 0px;\">Client-f7e96805-448d-11ef-bb30-0659db0d1d75</p>\n", |
169 | | - " <table style=\"width: 100%; text-align: left;\">\n", |
170 | | - "\n", |
171 | | - " <tr>\n", |
172 | | - " \n", |
173 | | - " <td style=\"text-align: left;\"><strong>Connection method:</strong> Cluster object</td>\n", |
174 | | - " <td style=\"text-align: left;\"><strong>Cluster type:</strong> distributed.LocalCluster</td>\n", |
175 | | - " \n", |
176 | | - " </tr>\n", |
177 | | - "\n", |
178 | | - " \n", |
179 | | - " <tr>\n", |
180 | | - " <td style=\"text-align: left;\">\n", |
181 | | - " <strong>Dashboard: </strong> <a href=\"http://127.0.0.1:8787/status\" target=\"_blank\">http://127.0.0.1:8787/status</a>\n", |
182 | | - " </td>\n", |
183 | | - " <td style=\"text-align: left;\"></td>\n", |
184 | | - " </tr>\n", |
185 | | - " \n", |
186 | | - "\n", |
187 | | - " </table>\n", |
188 | | - "\n", |
189 | | - " \n", |
190 | | - " <button style=\"margin-bottom: 12px;\" data-commandlinker-command=\"dask:populate-and-launch-layout\" data-commandlinker-args='{\"url\": \"http://127.0.0.1:8787/status\" }'>\n", |
191 | | - " Launch dashboard in JupyterLab\n", |
192 | | - " </button>\n", |
193 | | - " \n", |
194 | | - "\n", |
195 | | - " \n", |
196 | | - " <details>\n", |
197 | | - " <summary style=\"margin-bottom: 20px;\"><h3 style=\"display: inline;\">Cluster Info</h3></summary>\n", |
198 | | - " <div class=\"jp-RenderedHTMLCommon jp-RenderedHTML jp-mod-trusted jp-OutputArea-output\">\n", |
199 | | - " <div style=\"width: 24px; height: 24px; background-color: #e1e1e1; border: 3px solid #9D9D9D; border-radius: 5px; position: absolute;\">\n", |
200 | | - " </div>\n", |
201 | | - " <div style=\"margin-left: 48px;\">\n", |
202 | | - " <h3 style=\"margin-bottom: 0px; margin-top: 0px;\">LocalCluster</h3>\n", |
203 | | - " <p style=\"color: #9D9D9D; margin-bottom: 0px;\">8dd31a3f</p>\n", |
204 | | - " <table style=\"width: 100%; text-align: left;\">\n", |
205 | | - " <tr>\n", |
206 | | - " <td style=\"text-align: left;\">\n", |
207 | | - " <strong>Dashboard:</strong> <a href=\"http://127.0.0.1:8787/status\" target=\"_blank\">http://127.0.0.1:8787/status</a>\n", |
208 | | - " </td>\n", |
209 | | - " <td style=\"text-align: left;\">\n", |
210 | | - " <strong>Workers:</strong> 2\n", |
211 | | - " </td>\n", |
212 | | - " </tr>\n", |
213 | | - " <tr>\n", |
214 | | - " <td style=\"text-align: left;\">\n", |
215 | | - " <strong>Total threads:</strong> 2\n", |
216 | | - " </td>\n", |
217 | | - " <td style=\"text-align: left;\">\n", |
218 | | - " <strong>Total memory:</strong> 7.41 GiB\n", |
219 | | - " </td>\n", |
220 | | - " </tr>\n", |
221 | | - " \n", |
222 | | - " <tr>\n", |
223 | | - " <td style=\"text-align: left;\"><strong>Status:</strong> running</td>\n", |
224 | | - " <td style=\"text-align: left;\"><strong>Using processes:</strong> True</td>\n", |
225 | | - "</tr>\n", |
226 | | - "\n", |
227 | | - " \n", |
228 | | - " </table>\n", |
229 | | - "\n", |
230 | | - " <details>\n", |
231 | | - " <summary style=\"margin-bottom: 20px;\">\n", |
232 | | - " <h3 style=\"display: inline;\">Scheduler Info</h3>\n", |
233 | | - " </summary>\n", |
234 | | - "\n", |
235 | | - " <div style=\"\">\n", |
236 | | - " <div>\n", |
237 | | - " <div style=\"width: 24px; height: 24px; background-color: #FFF7E5; border: 3px solid #FF6132; border-radius: 5px; position: absolute;\"> </div>\n", |
238 | | - " <div style=\"margin-left: 48px;\">\n", |
239 | | - " <h3 style=\"margin-bottom: 0px;\">Scheduler</h3>\n", |
240 | | - " <p style=\"color: #9D9D9D; margin-bottom: 0px;\">Scheduler-ff6a6210-b7c0-4a93-a0d6-c154173aed45</p>\n", |
241 | | - " <table style=\"width: 100%; text-align: left;\">\n", |
242 | | - " <tr>\n", |
243 | | - " <td style=\"text-align: left;\">\n", |
244 | | - " <strong>Comm:</strong> tcp://127.0.0.1:38591\n", |
245 | | - " </td>\n", |
246 | | - " <td style=\"text-align: left;\">\n", |
247 | | - " <strong>Workers:</strong> 2\n", |
248 | | - " </td>\n", |
249 | | - " </tr>\n", |
250 | | - " <tr>\n", |
251 | | - " <td style=\"text-align: left;\">\n", |
252 | | - " <strong>Dashboard:</strong> <a href=\"http://127.0.0.1:8787/status\" target=\"_blank\">http://127.0.0.1:8787/status</a>\n", |
253 | | - " </td>\n", |
254 | | - " <td style=\"text-align: left;\">\n", |
255 | | - " <strong>Total threads:</strong> 2\n", |
256 | | - " </td>\n", |
257 | | - " </tr>\n", |
258 | | - " <tr>\n", |
259 | | - " <td style=\"text-align: left;\">\n", |
260 | | - " <strong>Started:</strong> Just now\n", |
261 | | - " </td>\n", |
262 | | - " <td style=\"text-align: left;\">\n", |
263 | | - " <strong>Total memory:</strong> 7.41 GiB\n", |
264 | | - " </td>\n", |
265 | | - " </tr>\n", |
266 | | - " </table>\n", |
267 | | - " </div>\n", |
268 | | - " </div>\n", |
269 | | - "\n", |
270 | | - " <details style=\"margin-left: 48px;\">\n", |
271 | | - " <summary style=\"margin-bottom: 20px;\">\n", |
272 | | - " <h3 style=\"display: inline;\">Workers</h3>\n", |
273 | | - " </summary>\n", |
274 | | - "\n", |
275 | | - " \n", |
276 | | - " <div style=\"margin-bottom: 20px;\">\n", |
277 | | - " <div style=\"width: 24px; height: 24px; background-color: #DBF5FF; border: 3px solid #4CC9FF; border-radius: 5px; position: absolute;\"> </div>\n", |
278 | | - " <div style=\"margin-left: 48px;\">\n", |
279 | | - " <details>\n", |
280 | | - " <summary>\n", |
281 | | - " <h4 style=\"margin-bottom: 0px; display: inline;\">Worker: 0</h4>\n", |
282 | | - " </summary>\n", |
283 | | - " <table style=\"width: 100%; text-align: left;\">\n", |
284 | | - " <tr>\n", |
285 | | - " <td style=\"text-align: left;\">\n", |
286 | | - " <strong>Comm: </strong> tcp://127.0.0.1:46563\n", |
287 | | - " </td>\n", |
288 | | - " <td style=\"text-align: left;\">\n", |
289 | | - " <strong>Total threads: </strong> 1\n", |
290 | | - " </td>\n", |
291 | | - " </tr>\n", |
292 | | - " <tr>\n", |
293 | | - " <td style=\"text-align: left;\">\n", |
294 | | - " <strong>Dashboard: </strong> <a href=\"http://127.0.0.1:44113/status\" target=\"_blank\">http://127.0.0.1:44113/status</a>\n", |
295 | | - " </td>\n", |
296 | | - " <td style=\"text-align: left;\">\n", |
297 | | - " <strong>Memory: </strong> 3.70 GiB\n", |
298 | | - " </td>\n", |
299 | | - " </tr>\n", |
300 | | - " <tr>\n", |
301 | | - " <td style=\"text-align: left;\">\n", |
302 | | - " <strong>Nanny: </strong> tcp://127.0.0.1:37769\n", |
303 | | - " </td>\n", |
304 | | - " <td style=\"text-align: left;\"></td>\n", |
305 | | - " </tr>\n", |
306 | | - " <tr>\n", |
307 | | - " <td colspan=\"2\" style=\"text-align: left;\">\n", |
308 | | - " <strong>Local directory: </strong> /tmp/dask-scratch-space/worker-g38oihrh\n", |
309 | | - " </td>\n", |
310 | | - " </tr>\n", |
311 | | - "\n", |
312 | | - " \n", |
313 | | - "\n", |
314 | | - " \n", |
315 | | - "\n", |
316 | | - " </table>\n", |
317 | | - " </details>\n", |
318 | | - " </div>\n", |
319 | | - " </div>\n", |
320 | | - " \n", |
321 | | - " <div style=\"margin-bottom: 20px;\">\n", |
322 | | - " <div style=\"width: 24px; height: 24px; background-color: #DBF5FF; border: 3px solid #4CC9FF; border-radius: 5px; position: absolute;\"> </div>\n", |
323 | | - " <div style=\"margin-left: 48px;\">\n", |
324 | | - " <details>\n", |
325 | | - " <summary>\n", |
326 | | - " <h4 style=\"margin-bottom: 0px; display: inline;\">Worker: 1</h4>\n", |
327 | | - " </summary>\n", |
328 | | - " <table style=\"width: 100%; text-align: left;\">\n", |
329 | | - " <tr>\n", |
330 | | - " <td style=\"text-align: left;\">\n", |
331 | | - " <strong>Comm: </strong> tcp://127.0.0.1:46519\n", |
332 | | - " </td>\n", |
333 | | - " <td style=\"text-align: left;\">\n", |
334 | | - " <strong>Total threads: </strong> 1\n", |
335 | | - " </td>\n", |
336 | | - " </tr>\n", |
337 | | - " <tr>\n", |
338 | | - " <td style=\"text-align: left;\">\n", |
339 | | - " <strong>Dashboard: </strong> <a href=\"http://127.0.0.1:40033/status\" target=\"_blank\">http://127.0.0.1:40033/status</a>\n", |
340 | | - " </td>\n", |
341 | | - " <td style=\"text-align: left;\">\n", |
342 | | - " <strong>Memory: </strong> 3.70 GiB\n", |
343 | | - " </td>\n", |
344 | | - " </tr>\n", |
345 | | - " <tr>\n", |
346 | | - " <td style=\"text-align: left;\">\n", |
347 | | - " <strong>Nanny: </strong> tcp://127.0.0.1:46521\n", |
348 | | - " </td>\n", |
349 | | - " <td style=\"text-align: left;\"></td>\n", |
350 | | - " </tr>\n", |
351 | | - " <tr>\n", |
352 | | - " <td colspan=\"2\" style=\"text-align: left;\">\n", |
353 | | - " <strong>Local directory: </strong> /tmp/dask-scratch-space/worker-bmmtim47\n", |
354 | | - " </td>\n", |
355 | | - " </tr>\n", |
356 | | - "\n", |
357 | | - " \n", |
358 | | - "\n", |
359 | | - " \n", |
360 | | - "\n", |
361 | | - " </table>\n", |
362 | | - " </details>\n", |
363 | | - " </div>\n", |
364 | | - " </div>\n", |
365 | | - " \n", |
366 | | - "\n", |
367 | | - " </details>\n", |
368 | | - "</div>\n", |
369 | | - "\n", |
370 | | - " </details>\n", |
371 | | - " </div>\n", |
372 | | - "</div>\n", |
373 | | - " </details>\n", |
374 | | - " \n", |
375 | | - "\n", |
376 | | - " </div>\n", |
377 | | - "</div>" |
378 | | - ], |
379 | | - "text/plain": [ |
380 | | - "<Client: 'tcp://127.0.0.1:38591' processes=2 threads=2, memory=7.41 GiB>" |
381 | | - ] |
382 | | - }, |
383 | | - "execution_count": 5, |
384 | | - "metadata": {}, |
385 | | - "output_type": "execute_result" |
386 | | - } |
387 | | - ], |
388 | | - "source": [ |
389 | | - "client" |
390 | | - ] |
391 | | - }, |
392 | 156 | { |
393 | 157 | "cell_type": "code", |
394 | 158 | "execution_count": 4, |
|
0 commit comments