Skip to content

Instantly share code, notes, and snippets.

@flamingbear
flamingbear / oceancompare.ipynb
Last active December 21, 2015 00:39
Oceanmask Comparison
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@flamingbear
flamingbear / OceanMaskExploration.ipynb
Created August 22, 2013 17:51
ipython notebook to show cumulative years of ice, in the region between the nsidc0192 and SII oceanmasks.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@flamingbear
flamingbear / nsidc0192-validation.ipynb
Created August 22, 2013 23:06
nsidc0192 validation
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.
@flamingbear
flamingbear / netcdf.brew.txt
Created October 25, 2013 20:01
netcdf brew problem on maverick.
(flask)savoie@savoie-laptop ~$ brew doctor
Your system is ready to brew.
(flask)savoie@savoie-laptop ~$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/mxcl/homebrew
HEAD: a804b56a598cfe9a12107fda448ce1e92d4b0c68
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
@flamingbear
flamingbear / read snowcover file.ipynb
Created January 15, 2014 21:12
sample of computing extents from rutger's snowcover site.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@flamingbear
flamingbear / accumulated melt days climatological average.ipynb
Last active August 29, 2015 13:56
accumulated melt days climatological average
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@flamingbear
flamingbear / Greenland average melt days Monthly.ipynb
Created February 14, 2014 17:48
Greenland Monthly Melt Day Climatology
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@flamingbear
flamingbear / tasks.py
Created February 28, 2014 15:09
invoke example from docs
from invoke import task, run
@task
def clean():
print("Cleaning")
@task('clean')
def build():
print("Building")