Fieldsfile and PP support for unpacked and CRAY 32-bit packed data.#210
Conversation
|
A brief review suggests this looks good to go. Cheers, |
I might be wrong actually. Before @MartinDix puts any effort into this, @bjlittle do you think this PR addresses #185? |
It does address part of the problem mentioned (namely LBPACK being 0 or 2 for a 64-bit fieldsfile), but it doesn't tackle 32-bit fieldsfiles .... that's the part @MartinDix has offered to tackle once this PR is merged. |
|
As yet I've only given it a quick skim, but it looks like an excellent change. Just the kind of thing I was hoping for. :-) And as I think it'll be the first PR to introduce the mock module, could you add it to the INSTALL file please. |
lib/iris/fileformats/pp.py
Outdated
lib/iris/fileformats/ff.py
Outdated
There was a problem hiding this comment.
There are quite a few long lines in this method.
There was a problem hiding this comment.
Should the use of "pp" (e.g. in "_pp_payload", "pp_field", and the like) be removed? Is this just a hangover from copying the pp module?
|
Some minor formatting and refactoring... but otherwise lookin' good, and I'm itching to get it merged. :-) |
|
This works properly with our 64 bit files with LBPACK=0 and 2. Thanks. |
Fieldsfile and PP support for unpacked and CRAY 32-bit packed data.
Thanks for the feedback :-) |
|
👍 good work @bjlittle. Thanks for testing @MartinDix. |
No description provided.