Views
No views yet
| Scenario | Description |
|---|---|
| Weather Forecast Training | Train AIFS from scratch using ERA5 HDF5 data |
| Local Quick Validation | Use synthetic data to verify data loading, model training & inference, and inference result visualization. |
| ModelScope / OneCode Execution | Download as a standalone model package, install dependencies, and run scripts directly. |
1hf download OneScience-Group/AIFS_Single_v1 --local-dir ./AIFS_Single_v1
2cd AIFS_Single_v11# Please activate DTK and CONDA first
2conda create -n onescience311 python=3.11 -y
3conda activate onescience311
4# uv installation is supported
5pip install onescience[earth-dcu] -i http://mirrors.onescience.ai:3141/pypi/simple/ --trusted-host mirrors.onescience.ai1# Please activate CONDA first
2conda create -n onescience311 python=3.11 -y libstdcxx-ng=12 libgcc-ng=12 gcc_linux-64=12 gxx_linux-64=12
3conda activate onescience311
4# uv installation is supported
5pip install onescience[earth-gpu] -i http://mirrors.onescience.ai:3141/pypi/simple/ --trusted-host mirrors.onescience.aiconf/config.yaml is set correctly:hf download --repo-type dataset OneScience-Group/ERA5 --local-dir ./datapython scripts/train.pyweights/model_bak.ckpt, and the normalization file computed before training is saved to weights/era5_stats.npz.weights/ folder. The weight files will be uploaded soon and are expected to be available in the near future.python scripts/inference.pytest_lead_time in conf/config.yaml (in hours; default 24 = 1 day).
Inference results will be saved to the output directory.python scripts/result.pymetrics/ and figures are saved to plots/.| Platform | OneScience Main Repository | Skills Repository |
|---|---|---|
| Gitee | https://gitee.com/onescience-ai/onescience | https://gitee.com/onescience-ai/oneskills |
| GitHub | https://github.com/onescience-ai/OneScience | https://github.com/onescience-ai/oneskills |