Skip to content

Instantly share code, notes, and snippets.

View willirath's full-sized avatar

Willi Rath willirath

View GitHub Profile
@willirath
willirath / tutorial_Agulhas_parallel_combine_kernels.ipynb
Created October 29, 2018 10:46
Combining Kernels when orchestrating Parcels experiments with Dask
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Profiling Parcels\n",
"\n",
"We'll run the Agulhas example with 12-hourly output and find that almost all the time is spent in the `ParticleFile.write` routine where the `ParticleSet` is sorted back to netCDF arrays."
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@willirath
willirath / mpl_vs_nctime.ipynb
Created February 13, 2017 09:53
Matplotlib vs. netcdftime
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.