Downloads provided by UsageCounts
XMHW identifies marine heatwaves from a timeseries of sea surface temperature data and calculates statistics associated to the detected heatwaves. This python module is based on the marineHeatWaves code by Eric Olivier. Main difference with the original code are: We have two separate functions: one to calculate the climatologies and one to detect the heatwaves. By using xarray sst on a multidimensional grid can be passed as argument We added event severity to the MHW characteristics that are calculated Intermediate results of the detect function can be also returned Results are returned as xarray datasets, with the original spatial dimensions but 'event' instead of 'time' . Each event representing the starting day of an event. It is possible to calculate climatologies and detect events at different time frequencies, not only for daily data Currently available functions: threshold() - to calculate the percentile and mean climatologies detect() - to detect the MHW events and their main characteristics block_average() - to calculate statistics on blocks of events, still missing "total mhw days per year" In particular in this version: Updated coordinates handling following recent updates of xarray Added a separate workflow if only a single point time-series is passed as input, the functions are called in the same way, the code will check number of dimensions and if when only one dimension I present it will skip the operations needed to work with multidimensional grids This code uses python3 and the following modules: xarray, numpy, pandas, dask. To install clone the repository from GitHub, and from the main directory conda install -c coecms -c conda-forge xmhw This is a work in progress so any feedback/collaboration is appreciated, please create an issue on GitHub.
For questions, comments and if you find a bug please open an issue on https://github.com/coecms/xmhw. Author email available on orchid account.
sea surface temperature, python3, marine heatwave, oceanography
sea surface temperature, python3, marine heatwave, oceanography
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 1 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
| views | 117 | |
| downloads | 10 |

Views provided by UsageCounts
Downloads provided by UsageCounts