Skip to content

Instantly share code, notes, and snippets.

View davidmnielsen's full-sized avatar

David Nielsen davidmnielsen

  • Hamburg, Germany
View GitHub Profile
#!/usr/env/python
import matplotlib.pyplot as plt
from matplotlib import cm
import cartopy.crs as ccrs
import xarray as xr
import numpy as np
file='/pool/data/MPIOM/GR15/GR15L40_fx.nc'
ds=xr.open_dataset(file,decode_times=False)