You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the infamous pandas time limitation there are several time "formats" in OGGM:
when working with CRU, we use the default pandas/xarray functionalities
with CESM data we have to do more tricks in between but still store the data in a CF compliant format (in "units since ..."). This implies that we assume that CESM actually uses a real calendar (i.e. with leap years and stuff) although I'm not sure if this is the case
Because of the infamous pandas time limitation there are several time "formats" in OGGM:
At the very least I will rename this "year" format to the more explicit "float year" name.
Better would be to document all these things somewhere
The text was updated successfully, but these errors were encountered: