Hello,
I am trying to read in model data with a 360_day calendar for the first time in iris. I have always used datetime.datetime objects to set a time constraint (using data with a Gregorian calendar) but this now fails with the error
TypeError: Cannot determine the order of cftime.datetime objects
Can I use datetime.datetime objects to load in data with a 360_day calendar? (Note I am using sensible times that do exist in the data, not eg 31 Dec). If not, what is the best way to set a time constraint to load in data on a 360_day calendar eg between 1986-01-01 and 1986-12-30?
Thanks
Adrian