Nick Savage

Results 51 comments of Nick Savage

I am struggling a bit to do this - the problem is that the bug mainfested when using ANTS not directly in Iris. trying to mimic it just in Iris...

> Would it be useful to see if I can replicate the problem with ANTS 1.0 and go from there? OK. I have been able to come up with a...

so I've boiled the Iris part of the problem down to something simple. Take any netCDF file with a proleptic gregorian calendar and run: ``` cube=iris.load_cube(infile) # save to a...

First of all LBTIM is defined thus (in my well thumbed copy of UMDP F03, excellent reading if you can't sleep) BTIM is coded as (100*IA + 10*IB + IC)...

this code can replace the save and pumf steps ``` fields = iris.fileformats.pp.as_fields(prep_cube) for field in fields: print(field.lbtim) ``` currently gives 0 (no calendar defined) which is wrong

I note that #3561 is about to be closed as stale. Is there an update on this?

thanks for clarifying that. I will let #3561 close then. It's unfortunate, but I understand. Is it worth closing this PR?

I'll try and manufacture some data. I am struggling to remember exactly the circumstances it failed in though. I think it was when the base time of the calendar was...

making some test data with mule doesn't seem to replicate the issue. Next I am going to go back to the data that gave use the problems in the first...

I have tried and failed to reproduce the problem. It is so long ago now that probably most people with this issue have implemented work arounds, so I am wondering...