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