FuXi-Ocean / configuration.json
zhangrenchao's picture
Publish FuXi-Ocean engineering reproduction
d3e46b7 verified
Raw
History Blame Contribute Delete
553 Bytes
{
"format_version": "1.0",
"framework": "PyTorch",
"task": "global-ocean-autoregressive-forecasting",
"model": "FuXi-Ocean",
"input_format": "sampled_tiles with deterministic full-grid enumeration and overlap crops",
"global_ocean_shape": [4, 105, 2160, 4320],
"atmosphere_shape": [5, 2160, 4320],
"output_shape": [105, 2160, 4320],
"time_step_hours": 6,
"paper_rollout_steps": 40,
"default_config": "conf/config.yaml",
"training": "scripts/train.py",
"inference": "scripts/inference.py",
"evaluation": "scripts/result.py"
}