| { | |
| "framework": "JAX", | |
| "task": "weather_and_climate_simulation", | |
| "model": "NeuralGCM", | |
| "input_format": "xarray_pressure_level", | |
| "protocol": "era5_37_pressure_levels_261_channel", | |
| "default_config": "conf/config.yaml", | |
| "train": "scripts/train.py", | |
| "inference": "scripts/inference.py", | |
| "evaluation": "scripts/result.py", | |
| "visualization": "scripts/result.py" | |
| } | |