| { | |
| "framework": "PyTorch", | |
| "task": "probabilistic_climate_emulation", | |
| "model": "Spherical_DYffusion", | |
| "input_format": "BCHW", | |
| "protocol": "fv3gfs_1deg_37_channel", | |
| "default_config": "conf/config.yaml", | |
| "train": "scripts/train.py", | |
| "inference": "scripts/inference.py", | |
| "evaluation": "scripts/result.py", | |
| "visualization": "scripts/result.py" | |
| } | |