http://nbviewer.ipython.org/gist/qAp/212122b92a881ef30216/iris_test.ipynb
I am not very familiar with the CF conventions and suspected that it was because different variables have different dimensions, or because some created dimensions do not have a corresponding variable. However, this does not seem to be the case.
Has anyone seen this before or know what might be the cause?
Thanks
--
You received this message because you are subscribed to the Google Groups "Iris" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scitools-iri...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
In [1]: import iris
In [2]: iris.__version__Out[2]: '1.7.4-DEV'
In [3]:
Hi Felipe,The .nc file can be found atLet me know if you want the data to be shared some other way.Thanks
On Thu, Feb 12, 2015 at 10:36 PM, Jack Yu <lla...@gmail.com> wrote:Hi Felipe,The version is 1.7.4-DEV
In [1]: import irisIn [2]: iris.__version__Out[2]: '1.7.4-DEV'In [3]:
Is this the version you referred to?
Yes, you should have everything I mentioned in that release. Not sure about what might be happening there.Can you make a small sample of that data available online so we can test it?-Filipe