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