| { | |
| "framework": "PyTorch", | |
| "task": "multi-resolution-subgrid-parameterization", | |
| "model": "RF-ClimParam", | |
| "input_format": "complete structured coarse-grid snapshots flattened to column samples", | |
| "protocol": "joint multi-output RF-tend and RF-diff at x4/x8/x16/x32", | |
| "default_config": "conf/config.yaml", | |
| "training": "scripts/train.py", | |
| "inference": "scripts/inference.py", | |
| "evaluation": "scripts/result.py", | |
| "visualization": "scripts/result.py" | |
| } | |