Which of the following descriptions best represent the overarching design of your forecasting model?
- Post-processing of numerical weather prediction (NWP) data.
What techniques did you use to initialise your model? (For example: data sources and processing of initial conditions)
The model only requires the relevant sub-seasonal range forecast (ECMWF).
If any, what data does your model rely on for real-time forecasting purposes?
The latest sub-seasonal range forecast (ECMWF).
What types of datasets were used for model training? (For example: observational datasets, reanalysis data, NWP outputs or satellite data)
Next to sub-seasonal range forecasts the model is trained on reanalysis data for post-processing.
Please provide an overview of your final ML/AI model architecture (For example: key design features, specific algorithms or frameworks used, and any pre- or post-processing steps)
This model includes a Adapted Fourier Neural Operator (AFNO) block (Guibas, et al. 2022) that learns in fourier space, the encoding and decoding is still based on convolutional blocks.
Guibas, J. et al. (2022). Adaptive Fourier Neural Operators: Efficient Token Mixers for Transformers, International Conference on Learning Representations. DOI: 10.48550/arXiv.2111.13587
Have you published or presented any work related to this forecasting model? If yes, could you share references or links?
This model has been adapted from the application of Deep Learning based post-processing seasonal precipitation forecasts for the Blue Nile Basin (Wiegels et al. 2026)
Wiegels et al. (2026) Improved seasonal precipitation forecasts for the Blue Nile Basin: a deep learning approach. Front. Clim. 8:1691030. doi:10.3389/fclim.2026.1691030
Before submitting your forecasts to the AI Weather Quest, did you validate your model against observational or independent datasets? If so, how?
We have validated the model against historical reanalysis data of ERA5.
Did you face any challenges during model development, and how did you address them?
-
Are there any limitations to your current model that you aim to address in future iterations?
Peaks of good skill in the raw sub-seasonal range forecasts is being flattened. We aim at maintaining good skill an reducing bad skill with our post-processing approach.
Are there any other AI/ML model components or innovations that you wish to highlight?
-
Who contributed to the development of this model? Please list all individuals who contributed to this model, along with their specific roles (e.g., data preparation, model architecture, model validation, etc) to acknowledge individual contributions.
Rebecca Wiegels: Data Preparation, Model architecture, Model validation
Luca Glawion: Data Preparation, Supervision
Julius Polz: Code structure, Supervision
Christian Chwala: Supervision