-
Notifications
You must be signed in to change notification settings - Fork 2
ETCCDI indices #1392
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
base: main
Are you sure you want to change the base?
ETCCDI indices #1392
Conversation
@mnurisso sorry if I see and comment on this one only now. The all seem very simple but computing these indices can be very tricky .... there is actually a nice library which does this and which we could simply call: https://xclim.readthedocs.io/en/stable/ |
Also the old ETCCDI set of definitions was later superseded by ET-SCI indices (a superset actually). |
The main problem in computing them is those which depend on percentiles and fine details on how percentile boundaries are computed. |
PR description:
Implementation of CLI scripts to evaluate ETCCDI indices as described here.
Only a preliminar list of indices is available.
They work at the moment with native healpix data and no regrid, but this can be easily extended.
A more rigorous structure as a class, with definition yaml files and only a final cli to run as a proper diagnostic would be beneficial.
Please leave the checkboxes that apply to this pull request.
If you find a missing checkbox, please add it to the list.
Make sure to complete the checkboxes before applying the "ready to merge" label.
Please apply the "run tests" label if you want to trigger CI tests.