-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling of none leap year time types (BODCDMSYS-3689) #441
Comments
@jpolton to update the description |
I sent a very simplistic python example to @thogar-computer (that includes two methods for transforming from 360 calendar year to 365/366 calendar year). |
so we want to interpolate the date time dimension instead of just date time -> index (1,2,3,4...)? |
do you want an interpolation or an extrapolation??? @roje-bodc has tried an extrapolation but the data does not look good for some reason |
Some model output may not contain leap year days. Xarray seems to handle this data differently. A lot of routines should still work but any time manipulation might see problems.
An option for handling this would be to write a time_stretch() routine which is able to stretch this data onto a full year's calendar.
The text was updated successfully, but these errors were encountered: