DamienIrving/climate-analysis

css library

Closed this issue · 1 comments

For my north pole rotation work I need a Python library called css that comes with UV-CDAT (I have no idea how else to obtain and install it, and neither do the UV-CDAT help people). On vortex, I currently have UV-CDAT version 1.3.0. Since pandas isn't compatible with that older version (it is with newer versions), I've been using /usr/local/anaconda/bin/python which has everything except css. I've isolated the css dependent code as much as possible by separating out my modules (to the point where I can do the entire ZW3 analysis with Anaconda), but this doesn't solve the problem for the PSA analysis (i.e. I'll be using a mix of UV-CDAT and Anaconda).

I've asked Science IT to update to the latest UV-CDAT, which would help immensely.

As noted in #16 , I'm no longer using css because I don't need to regrid on a sphere for this problem. If I do ever need to regrid on a sphere in future, pyresample and ESMPy would both be good options.