-
Notifications
You must be signed in to change notification settings - Fork 41
Support model initialization time + ensemble member + forecast_tau axes #140
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
Comments
An example use case would help here. If there is an associated |
To start, I would love if it can label and standardize the coordinates in this dataset (although I know the conventions say IRIDL lol, but in general, forecast datasets with lead and initializations).
Once that's done, it'd be nice to have something like verification time alignment where it's able to automatically align a verification dataset with a forecast. https://github.com/mktippett/ENSO/blob/master/ForecastVerification.ipynb
To me, it sounds like it's within the scope of cf_xarray since I think cf_xarray already handles rolling longitudes across the edges if I am not mistaken? So maybe a new accessor method: |
Maybe the title should state "axes" instead of "coordinates" since these dimensions are usually 1D besides verification time
|
Can you expand the attributes for the coordinate variables in your screenshot please? I am sympathetic to some form of this request.
|
So you want to be able to do |
Sure plus: |
This is a little too specialized but we should add support for |
Does rolling handle taking the means across the edges of the dataset e.g. sphere wraps around, or is it simply the equivalent of doing Maybe I was mistaken. |
No it does not. Right now all its doing is rewriting args, kwargs to let you make use of attributes. |
Okay then what I requested in my latter comment is out of scope for now~ but eventually that'd be ideal! I thought since it was able to detect it's a longitude, make full use of it. |
Title
The text was updated successfully, but these errors were encountered: