File size: 1,126 Bytes
3fef26f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | {
"model_name": "FuXi-S2S",
"model_type": "fuxi_s2s",
"architectures": [
"FuXiS2SModel"
],
"framework": "ONNX Runtime",
"domain": "atmosphere",
"task": "global-subseasonal-weather-forecasting",
"implementation": {
"entry_point": "model/fuxi_s2s.py",
"scope": "official FuXi-S2S ONNX inference adapter; both the ONNX graph and its external data file are required"
},
"architecture": {
"family": "ONNX autoregressive weather forecast model",
"input_steps": 2,
"output_steps": 1,
"input_channels": 76,
"spatial_source_shape": [
721,
1440
],
"model_shape": [
121,
240
],
"time_step_hours": 24,
"forecast_range": "two weeks to two months"
},
"data": {
"dataset": "ERA5",
"protocol": "fixed 76-channel daily-mean input order",
"normalization": "official FuXi-S2S preprocessing"
},
"weights": {
"onnx_graph": "weight/fuxi_s2s.onnx",
"external_data": "weight/fuxi_s2s"
},
"configuration_sources": [
"conf/config.yaml",
"model/fuxi_s2s.py",
"scripts/inference.py",
"scripts/config.py"
]
}
|