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
Copy file name to clipboardExpand all lines: README.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,21 +83,19 @@ Unique labels are assigned to blobs of co-occurrent hot and dry extremes, i.e. w
83
83
84
84
*Note*: this will reduce the total number of tmax extremes in the cube...
85
85
86
-
Because the connected component analysis requires to load the full cube into memory and the algorithm is greedy, the analysis was split into seven tasks, covering each 13 years, with three years overlap between two successive periods.
86
+
Because the connected component analysis requires to load the full cube into memory and the algorithm is greedy, the analysis was split into seven tasks, covering each 16 years.
The labels are then merged into a single mergedlabels cube with `scripts/merge_labels.jl`.
103
101
@@ -152,36 +150,36 @@ julia --project="ExtremeEvents.toml" plot_EventType.jl
152
150
```
153
151
### fig08: trendmap_dh_decadal_1966_2023_geo.png
154
152
155
-
Plot global spatial overview of trends of dry and hot extremes occurrences with `scripts/plot_trendmap.jl`. Plotting trend map based on indivdual grid cells and all years doesn't bring up significant trends, see `plot_trendmap.jl`. Decadal trend instead. Or, compare average number of extreme dry and hot days from two periods: 1970-1999 with 2000-2023 (`plot_comparemap.jl`).
153
+
Plot global spatial overview of trends of dry and hot extremes occurrences with `scripts/plot_trendmap.jl`. Plotting trend map based on indivdual grid cells and all years doesn't bring up significant trends, see `plot_trendmap.jl`. Decadal trend instead. Or, compare average number of extreme dry and hot days from two periods: 1970-1999 with 2000-2023 (`scripts/plot_comparemap.jl`).
Extract largest and longest events from `MergedEventStats_landonly` with `largest_labels.jl` and plot statistics with `plot_stats.jl`.
157
+
Extract largest and longest events from `scripts/MergedEventStats_landonly` with `scripts/largest_labels.jl` and plot statistics with `scripts/plot_stats.jl`.
Compare MergedEventStats_landonly with table of reported events compiled *a priori* with `SanityCheck.jl`.
165
+
Compare MergedEventStats_landonly with table of reported events compiled *a priori* with `scripts/SanityCheck.jl`.
168
166
169
167
### Appendix A: SPEI versus PEI
170
168
171
-
Compare distributions and thresholds obtained from SPEI and PEI with `compare_spei_pei.jl` and visualize results with `plot_spei_versus_pei.jl`.
169
+
Compare distributions and thresholds obtained from SPEI and PEI with `scripts/compare_spei_pei.jl` and visualize results with `scripts/plot_spei_versus_pei.jl`.
172
170
173
171
### Appendix C: Dheed time series
174
172
175
-
Plot Dheed time series at various locations with `plot_city.jl`.
173
+
Plot Dheed time series at various locations with `scripts/plot_city.jl`.
176
174
177
175
### Appendix D: Validation of PEI against daily SPEI
178
176
179
-
Compare Dheed detected dry extremes with Pohl et al. 2023 and Liu et al. 2024 with `compare_phl.jl`.
177
+
Compare Dheed detected dry extremes with Pohl et al. 2023 and Liu et al. 2024 with `scripts/compare_phl.jl`.
180
178
181
179
## Release note for Dheed v4
182
-
For v4, `Rechunk_data.jl` was modified so that a new `ERA5Cube.zarr` with correct offset and scaling was produced. `pet.zarr` was already correct in v3. All processing and postprocessing scripts have been modified to use the corrected data. New figures have been added during the review process.
180
+
For v4, `scripts/Rechunk_data.jl` was modified so that a new `ERA5Cube.zarr` with correct offset and scaling was produced. `pet.zarr` was already correct in v3. All processing and postprocessing scripts have been modified to use the corrected data. New figures have been added during the review process.
183
181
184
182
## Funding
185
183
186
184
This work was funded by the European Space Agency (ESA) AI4Science projects "Multi-Hazards, Compounds and Cascade events: Deep Extremes," 2022--2024, and "Climate Adaptation, Extremes, Multi-Hazards and Geo-Hazards Science: ARCEME", 2024--2026, and the European Union's Horizon 2020 research and innovation program within the project "XAIDA: Extreme Events -- Artificial Intelligence for Detection and Attribution", (grant agreement 101003469).
187
-
Recent developments in the Julia package \textsf{YAXArrays.jl} were funded by ESA AI4Science project "The DeepESDL AI-Ready Earth System Data Lab".
185
+
Recent developments in the Julia package [YAXArrays.jl](https://github.com/JuliaDataCubes/YAXArrays.jl) were funded by ESA AI4Science project "The DeepESDL AI-Ready Earth System Data Lab".
0 commit comments