-
Notifications
You must be signed in to change notification settings - Fork 52
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
Calculation of datetime to be unified in the future #33
Comments
I have a solution to this issue in the following branch: I would like to also address #45 (allowing time-series analysis over a subset of the data) in this branch before making a PR unless there are objections. As @pwolfram pointed out, the two issues are related, which is why I ended up needing to solve this issue before I could get to #45. |
By the way, I think the default start date used to compute dates using some variant on I think this is a bug and I have fixed it in the branch above by using 01/01/1850 as the reference date. |
@xylar, is there anything outstanding on this issue? Otherwise, I think we can close it. |
Addressed by #47. |
Eventually, the timeSeriesStats AM for both ocean and ice will have xtime_start and xtime_end in their output files. For now, this is only true for MPAS-O, which is the reason why there is logical branching via https://github.com/pwolfram/mpas_xarray/blob/master/mpas_xarray/mpas_xarray.py#L105 to modify daysSinceStartOfSim.
cc @milenaveneziani
The text was updated successfully, but these errors were encountered: