duncanwp / python_for_climate_scientists

A python course intended to provide a thorough grounding for those working in the earth sciences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figure out why the parralelisation examples are broken

duncanwp opened this issue · comments

It looks like a NetCDF library problem (the error is that netcdf4.Variable is not pickle-able)

In python_workshop I have: netcdf4 1.2.5 (np111py35_0)
and the working version is: netcdf4 1.2.4 (np110py35_2)

This is why: Unidata/netcdf4-python#602

I'll need to update CIS / the examples...