-
Notifications
You must be signed in to change notification settings - Fork 59
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
per-gridcell heat wave indice calculations? #1093
Comments
Hi Jeremy, as a suggestion, you could use Beware, until #1050 is merged the metadata might be wrong if you use percentiles others than the 90th. |
Indeed, this is something we discussed in the past, but the need was never strong enough for us to move. One of the "problems" I foresee is the metadata formatting. Accepting those new
I'm unsure of how to rewrite this to catch all cases (fixed and variable thresholds). I would be happy to hear suggestions! (This string is formatted after the computation of the indice. |
Pascal, Thanks a ton for considering this. I'd be happy to be a guinea pig if/when this development proceeds! Jeremy |
I work at Météo-France for the French climate service DRIAS (http://www.drias-climat.fr) which provides climate indicators. We are working to change the chain of calculation of indicators and we would be very interested in the implementation of this type of indicator.
|
Would it help to render the description as a jinja template ?
With jinja enabled, I think it could also be used to group together multiple indices that are very similar (e.g. tx90p, tg90p, tn90p) and help with #714 I guess. |
Wow fancy! I like this jinja idea, better than my "callback" version. On the other hand, this specific case could be simpler : it could all live in Seeing the interest from many different places, I'm increasing priority on this and planning an implementation this summer. |
|
Addressing a Problem?
Hi there,
I'm enjoying using xclim's heat wave indices (heat_wave_index, heat_wave_frequency; heat_wave_max_length). However, it seems like the current implementation only accepts a scalar value of the heat wave threshold (codified in a string, e.g. '25 degC'). In reality, many heatwaves are location dependent - for example, what would be considered a heat wave in Arctic Canada would be a mild day in southern Canada. In other words, heat wave thresholds for gridded analyses are arguably best defined on a per-grid cell basis (e.g. 99th percentile of gridpoint summer temperatures or similar). Is there a way to implement this in xclim, to update it to accept both scalar definition of a heatwave threshold, and also a gridded definition?
Thanks!
Jeremy
Potential Solution
No response
Additional context
No response
Contribution
Code of Conduct
The text was updated successfully, but these errors were encountered: