| { | |
| "framework": "PyTorch", | |
| "task": "atmospheric_single_column_rollout", | |
| "model": "StableNN-Phys", | |
| "config": "config.json", | |
| "input_format": "sL [B,34] + qT [B,34] + SHF/LHF/SOLIN [B,3] = [B,71]", | |
| "output_format": "sL and qT tendencies [B,68]", | |
| "training_window_steps": 20, | |
| "rollout_steps": 64, | |
| "per_step_length": 65, | |
| "step_hours": 3, | |
| "default_config": "conf/config.yaml", | |
| "training": "scripts/train.py", | |
| "inference": "scripts/inference.py", | |
| "evaluation": "scripts/result.py", | |
| "visualization": "scripts/result.py" | |
| } | |