Dataset and neural network weights to the paper: "Generative diffusion for regional surrogate models from sea-ice simulations"

All the needed code and data to reproduce the results from the paper: "Generative diffusion for regional surrogate models from sea-ice simulations". While most of the code is a frozen clone of the original Repository , this capsule also includes the dataset and neural network weights to tr...

Full description

Bibliographic Details
Main Authors: Finn, Tobias, Durand, Charlotte, Farchi, Alban, Bocquet, Marc, Rampal, Pierre, Carrassi, Alberto
Format: Other/Unknown Material
Language:English
Published: Zenodo 2024
Subjects:
Online Access:https://doi.org/10.5281/zenodo.10949057
Description
Summary:All the needed code and data to reproduce the results from the paper: "Generative diffusion for regional surrogate models from sea-ice simulations". While most of the code is a frozen clone of the original Repository , this capsule also includes the dataset and neural network weights to train and apply the surrogate models. The dataset for training and evaluation can be found at data/nextsim , which includes three different Zarr folders for training/validation/testing. The dataset is based on neXtSIM simulation data and ERA5 forcing data and extracted from the SASIP shared data OpenDAP server : The neXtSIM simulations were performed by Gauillaume Boutin and published in the paper " Arctic sea ice mass balance in a new coupled iceā€“ocean model using a brittle rheology framework " (Boutin et al., 2023) and available as Zenodo dataset (Boutin et al., 2022). The forcing data is based on the ERA5 reanalysis dataset published in the paper: " The ERA5 global reanalysis " (Hersbach et al., 2020) and available as dataset from the Copernicus Climate Change Service (C3S, Copernicus Climate Change Service, 2023). The here used forcing data is based on the hourly reanalysis data on single levels and interpolated with nearest neighbors to the curvilinear grid as used in the output from the neXtSIM simulations. Disclaimer: The results contain modified Copernicus Climate Change Service information, 2023. Neither the European Commission nor ECMWF is responsible for any use that may be made of the Copernicus information or data it contains. The neural network weights are included under data/models and split into weights for the deterministic models and the diffusion models. These neural network weights have been used to generate the results presented in the paper. In this capsule, the notebooks folder includes also the figures used within the paper and additional trajectory data used in the qualitative analysis of the paper. Generally, we recommend to just download the data.tar.gz file and use otherwise the original Repository , ...