Response to Reviewer kLu6 [Part 1]
Thank you for your review and we understand your feedback. It seems there may have been some misunderstanding regarding the usage and purpose of our dataset, as well as the settings of the HRRR data.
> **Concerns about the significance of our work**
**A**:
- **Clarification of Dataset Purpose**: We understand that you may view our work as a dataset for training models to better predict extreme events. However, our work is actually a dataset for evaluating the performance of models on recorded extreme events based on HRRR data. We understand your concern about the uncertainty of extreme weather and may think that our extreme dataset is built on a simulator. However, our dataset is systematically constructed from recorded extreme events and is primarily intended for evaluation. We have also stated in the future work in our paper that it is only a possibility for future models to fine-tune on our dataset to improve their performance.
- **Contributions and Significance**: The primary goal of this work is to address the gap in high-resolution datasets for extreme weather evaluation, encompassing comprehensive event types. We provide such a dataset to evaluate the ability of SOTA models on recorded extreme events. We aim to highlight the significance of extreme weather prediction for future research, demonstrate the substantial room for improvement in the performance of current SOTA models. Additionally, we present a model improved for high-resolution prediction, which achieves better results on HRRR data and our extreme weather dataset. This serves as a baseline model for future predictions on HRRR data and its extreme events.
- **Correctness of our Dataset and NWP Model Usage**: You might have been misled by the HRRR dataset settings. The analysis at lead time 0 (often referred to as f00) is a blend of the model's background (a short-term forecast from the previous cycle) and recent observations, integrated through data assimilation techniques. This process incorporates various observational data, such as from aircraft, radar ..., to produce an accurate representation of the current atmospheric state. Therefore, while the f00 output is heavily informed by actual observations. For lead times greater than 0 (e.g., f01, f02), the outputs are forecasts generated by the model based on the initial analysis [3]. And our dataset is built on data at lead time 0, the predictions of NWP uses lead time at least 1, which enables fair comparison to other models.
- **Importance of Extreme Weather Nowcasting**: We want to state that extreme weather nowcasting is also a crucial task in practice, such as work NowcastNet[1] and DGMR[2] published on Nature. We have already considered the unusual atmosphere states before and after the extreme events, therefore we incorporate several hours of atmospheric state data before and after the recorded events to include the comprehensive progression of an extreme event. On top of that, our open-source code is designed to allow users to adjust the temporal dimension, enabling arbitrary lead-time predictions or extending the atmospheric state analysis before and after the event. This flexibility supports both nowcasting and longer forecasting evaluation.
>
[1] Zhang, Y., Long, M., Chen, K. et al. Skilful nowcasting of extreme precipitation with NowcastNet. Nature 619, 526–532 (2023).
[2]Ravuri, S., Lenc, K., Willson, M. et al. Skilful precipitation nowcasting using deep generative models of radar. Nature 597, 672–677 (2021)
[3] How do I download 15-minute HRRR data: https://github.com/blaylockbk/Herbie/discussions/67#discussioncomment-2537530
> **Question about model training**
**A**: Thank you for your question. All models (Pangu, Fuxi, and our HR-Heim) were trained on HRRR data spanning the U.S. from January 2019 to June 2020, from scratch. They were trained under identical parameters and same level of model parameters, and no hyperparameter tuning was applied to HR-Heim. Furthermore, none of these models were fine-tuned on our HR-Extreme dataset, ensuring a fair basis for comparison and evaluation, which means none of the models have seen the extreme event in training. This clarification has been added at the beginning of Section 4.3
> **Concerns about Figure 4**
**A**: The intention is not to compare the models’ abilities to predict extreme events but to validate the dataset’s capability in identifying high-error regions associated with extreme weather. The purpose of Figure 4 is to demonstrate that our dataset effectively captures the regions with the greatest prediction loss for each model. These regions correspond to extreme weather events included in our dataset, which was constructed using recorded data and manual filtering. We have also added additional analysis of physical variables in appendix A.1.